]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/bblayers.py: add tests for adding new built-in fragments
authorAntonin Godard <antonin.godard@bootlin.com>
Fri, 26 Sep 2025 09:46:53 +0000 (11:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Oct 2025 09:52:51 +0000 (10:52 +0100)
commit38cbf4c0ce5173dc3080fa0fbb3ec3e7926c8137
treed456cd53c79f5c9a084d8c98805488b133b68350
parent66349865ac048ae8e5a81b29c50c68503053f74e
oeqa/bblayers.py: add tests for adding new built-in fragments

Add discussed in [1], our best option for customizing built-in fragments
is to pass them from a layer configuration. In short, the reason is that
our statement must be parsed before the addfragments call is parsed.We
also have to use the :append override as using += would override the
original definition of OE_FRAGMENTS_BUILTIN (since it uses a ?=
assignment).

Provide a test case for customizing built-in fragments with
meta-selftest.

[1]: https://lore.kernel.org/yocto-docs/20250925-fragments-v1-0-c9f747361fb2@bootlin.com/T/#m9f7c9f110c084eba17e0f64d8b2ac7a88af3f38e

Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/layer.conf
meta/lib/oeqa/selftest/cases/bblayers.py