]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
selftest/imagefeatures/overlayfs: Always append to DISTRO_FEATURES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 May 2022 11:26:05 +0000 (12:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 May 2022 22:18:23 +0000 (23:18 +0100)
commit124b82c32c4545bb216a8249954817f692f9795a
tree92b9bf587012f2835c60529b9432183608d8e9af
parentf4b1cecc82435b71135d7b65f6ea67be0e4f8c66
selftest/imagefeatures/overlayfs: Always append to DISTRO_FEATURES

Using += unintentionally removes all other entries from DISTRO_FEATURES
if DISTRO_FEATURES was set by ?= such as by poky.conf. This reduces
sstate reusage on the autobuilder. Fix this to speed up builds.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/imagefeatures.py
meta/lib/oeqa/selftest/cases/overlayfs.py