poky/meta-selftest
Ross Burton 109fe2eade selftest/container: fix IMAGE_FEATURES assignment
Assigning IMAGE_FEATURES="" in local.conf doesn't actually do anything
useful, as bitbake.conf has IMAGE_FEATURES += EXTRA_IMAGE_FEATURES after
the include of local.conf.

In this test case, this results in IMAGE_FEATURES still using
EXTRA_IMAGE_FEATURES, so the image contains the files installed by the
post-install-logging feature.

As the intention here is that container-test-image is as minimal as
possible, move the IMAGE_FEATURES assignment into the image itself so
it actually works, and update the expected file list to remove the
post-install-logging files.

(From OE-Core rev: c65349e1238ddc6634dfa4759c57e6168a355200)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-11-06 12:18:05 +00:00
..
classes oe-selftest: fitimage drop test-mkimage-wrapper 2024-07-13 23:28:30 +01:00
conf layer.conf: Update to new layer/release series post-release 2024-10-01 12:40:48 +01:00
files meta-selftest/files: add xuser to static-passwd/-group 2023-11-20 15:30:52 +00:00
lib oeqa dnf_runtime.py: fix HTTP server IP address and port 2023-09-12 12:37:56 +01:00
recipes-devtools oe-selftest: add RECIPE_UPDATE_EXTRA_TASKS test 2024-06-13 09:11:17 +01:00
recipes-extended selftest: add Upstream-Status to .patch files 2024-06-10 14:27:24 +01:00
recipes-test selftest/container: fix IMAGE_FEATURES assignment 2024-11-06 12:18:05 +00:00
wic oeqa selftest wic.py: support UKIs via uki.bbclass 2024-10-25 15:12:22 +01:00
README

This layer is intended as test layer, used by scripts/oe-selftest and it's probably a mistake to include it in your builds (unless you want to run the script).