mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky: Exclude DATE from DISTRO/SDK_VERSION checksums
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. (From meta-yocto rev: b5d6379ab9484acd3ea22fa9faeeaf0a1e2c2550) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user