Updated citadel-kernel recipe to work to include SOURCE_DATE_EPOCH value for poky's kernel_do_compile function

This commit is contained in:
David McKinney 2018-06-24 21:15:11 +00:00
parent 5c56c44049
commit 2ca40f061d

View File

@ -8,3 +8,8 @@ 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"