diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-10-16 13:22:35 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:08:33 -0400 |
commit | db6633e9049910f4465a766a04e3364ce6318c74 (patch) | |
tree | b6c888441880eb5854f2cae7f3016033d2dfc60d /meta-agl-core/conf | |
parent | 4c8c4a836db04e94d34b778e2e269b792c4b2909 (diff) |
meta-agl-core: update reproducible builds configuration
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
Diffstat (limited to 'meta-agl-core/conf')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index d07d4887f..ae1b09f4f 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -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 |