]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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)
committerSteve Sakoman <steve@sakoman.com>
Sun, 22 May 2022 21:40:26 +0000 (11:40 -1000)
commitd3beac233558242ab6895e9ba8536a6df9df8eb3
tree0909477f9053147a54ae10fa4608a901454c2580
parent927837e29a1e79e8eeecaacc6de6b8f9e6aa6f70
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>
(cherry picked from commit 124b82c32c4545bb216a8249954817f692f9795a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/imagefeatures.py
meta/lib/oeqa/selftest/cases/overlayfs.py