diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-11-06 18:08:04 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-06 18:04:13 +0000 |
| commit | 516039e60916da4c3bb39f0d0c18d721e7ecf75e (patch) | |
| tree | 5bb500e91d0a5ed97ca7244ac9b5ea6b4a376ee3 /meta/recipes-devtools/python/python-scons | |
| parent | 9780ec24d070b0638492c0f153a7ed776c150ed5 (diff) | |
| download | poky-master.tar.gz | |
{THISDIR} is a special value token that can be used in the list of enabled
layers to specify the layer location relative to the confguration file:
https://git.openembedded.org/bitbake/commit/?id=b3153be29de8b8570b0c184369bd41f4c646cf92
This replaces the token with an explicit separate keyword for such layers:
so that special processing to determine the final value can be avoided, and
the feature can be formalized in the json schema:
instead of
"bb-layers": [
"{THISDIR}/meta-my-project"
]
this allows
"bb-layers-relative": [
"meta-my-project"
Going forward I think we should strive to avoid any further special value tokens.
(Bitbake rev: 90da82bd2bfcfd5590c9ae06015737b616074b56)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons')
0 files changed, 0 insertions, 0 deletions
