Removed hard-coded SOURCE_DATE_EPOCH variable from kernel recipe, no longer needed

This commit is contained in:
David McKinney 2018-07-05 11:16:17 -04:00
parent 5047d245d1
commit 8c126b8133

View File

@ -8,8 +8,3 @@ PATCH_DATE_TAG = "20171124142753"
SRC_URI[patch.md5sum] = "3c1521b8ada079fbbca372d5191fa351"
SRC_URI[patch.sha256sum] = "f25398621854074f1a286d97fd39224462c054b568c7ae8181765340a439faf9"
# Hard-coding SOUCE_DATE_EPOCH so that the kernel_do_compile function succeeds
# with the BUILD_REPRODUCIBLE_BINARIES flag enabled.
# The formula for create this value is turning the PATCH_DATE_TAG timestamp
# into an epoch, ex: https://www.epochconverter.com/
export SOURCE_DATE_EPOCH="1511533673"