]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky: Exclude DATE from DISTRO/SDK_VERSION checksums
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Apr 2016 16:12:28 +0000 (17:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Apr 2016 16:15:02 +0000 (17:15 +0100)
DATE is in HASHCONFIG_WHITELIST which means the server does not reparse when
DATE changes. If DISTRO_VERSION was used somewhere and contained DATE, the
value *would* change however, meaning the server and worker checksums
could end up differing.

We therefore exclude DATE from the checksums, making everything consistent.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-poky/conf/distro/poky.conf

index 7627abefa96fc046b27846b32e0f548491284fd6..f166ac40c055874f40bbcf732f63ec4d29885143 100644 (file)
@@ -11,6 +11,9 @@ TARGET_VENDOR = "-poky"
 
 LOCALCONF_VERSION = "1"
 
+DISTRO_VERSION[vardepsexclude] = "DATE"
+SDK_VERSION[vardepsexclude] = "DATE"
+
 # Override these in poky based distros
 POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland"
 POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"