poky/meta-selftest
Richard Purdie c917323a39 classes/recipes: Switch to use inherit_defer
Now that bitbake supports the use of inherit_defer, switch all conditional
(variable based) inherits to use this instead. This leads to more a more
deterministic user experience since there is no longer an immediate expansion
and later changes to the variables in question (e.g. a bbappend) are
accounted for.

This patch tries to ensure the behaviour before/after remains as unchanged
as it reasonably can, e.g. by always inherting populate_sdk_base. native
and nativesdk continue to need to be inherited last, hence being used
with inherit_defer in a handful of very specific cases.

(From OE-Core rev: 451363438d38bd4552d5bcec4a92332f5819a5d4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-01-18 10:15:58 +00:00
..
classes oeqa/selftest/sstatetests: Fix intermitttent errors and improve performance 2023-11-09 11:45:37 +00:00
conf layer.conf: Update to nanbield release series 2023-09-10 08:58:53 +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 rust: provide examples for C library generation in rust 2023-08-21 16:15:35 +01:00
recipes-extended/hello-rs zvariant: Drop recipe 2023-12-30 11:03:08 +00:00
recipes-test classes/recipes: Switch to use inherit_defer 2024-01-18 10:15:58 +00:00
wic selftest: wic: Add test for --part-name argument 2023-04-13 11:56:07 +01:00
README meta-selftest: create a new test layer to be used by oe-selftest script 2013-12-03 17:45:50 +00:00

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).