meta-agl-core: update reproducible builds configuration
authorScott Murray <scott.murray@konsulko.com>
Sat, 16 Oct 2021 17:22:35 +0000 (13:22 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 30 Mar 2022 18:08:33 +0000 (14:08 -0400)
reproducible_build.bbclass and the BUILD_REPRODUCIBLE_BINARIES
variable are no longer required to enable reproducible builds in
upstream poky, remove usage from the poky-agl distro configuration.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I17a3c0cbb897c2ca08e3e778520d7071ed72a64b

meta-agl-core/conf/distro/poky-agl.conf

index d07d488..ae1b09f 100644 (file)
@@ -30,13 +30,9 @@ AGL_DEFAULT_REVISION:aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"
 OVERRIDES .= ":aglnext"
 
 # reproducible builds:
-# enable the flag
-BUILD_REPRODUCIBLE_BINARIES = "1"
 # Set the desired timestamps
 export SOURCE_DATE_EPOCH = "1593400000"
 REPRODUCIBLE_TIMESTAMP_ROOTFS = "1593400000"
-# inherit the class
-INHERIT += "reproducible_build"
 
 
 # SDK