]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bbconfigbuild/configfragments.py: set BBPATH in standalone datastore
authorAlexander Kanavin <alex@linutronix.de>
Wed, 8 Jan 2025 11:25:00 +0000 (12:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jan 2025 16:59:20 +0000 (16:59 +0000)
commitd88e63d1a7867b3a4ebfc57d472900136b5361d8
treed3c527354338419a30332ee09bafdd8580da39d5
parentbe5dd5630a0fa53d16b661b088d6b4fb31e8e9b2
bbconfigbuild/configfragments.py: set BBPATH in standalone datastore

Otherwise fragments with 'require' statements will not parse,
as the parser will not be able to find files referred to by
those statements.

Add such a statement to the test fragment so that the scenario
is tested.

[YOCTO #15707]

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/conf/fragments/test-fragment.conf
meta/lib/bbconfigbuild/configfragments.py