diff options
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index be6d77f36..7840c9f49 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,10 +8,10 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "marlin" AGL_BRANCH = "marlin" -AGLVERSION = "13.0.1" +AGLVERSION = "13.0.2" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE := "aglrelease" +AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # @@ -26,8 +26,8 @@ DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace(' # enable the flag BUILD_REPRODUCIBLE_BINARIES = "1" # Set the desired timestamps -export SOURCE_DATE_EPOCH = "1593400000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1593400000" +export SOURCE_DATE_EPOCH = "1658393782" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1658393782" # inherit the class INHERIT += "reproducible_build" |