From: Alexander Kanavin <[email protected]> Also, adjust the description for bb-layers property.
Signed-off-by: Alexander Kanavin <[email protected]> --- meta/files/bitbake-setup.schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/files/bitbake-setup.schema.json b/meta/files/bitbake-setup.schema.json index 5101b0de53e..6e79bd6018a 100644 --- a/meta/files/bitbake-setup.schema.json +++ b/meta/files/bitbake-setup.schema.json @@ -39,7 +39,14 @@ }, "bb-layers": { "type": "array", - "description": "List of BitBake layers to include", + "description": "List of BitBake layer paths to include, relative to the layer checkout directory", + "items": { + "type": "string" + } + }, + "bb-layers-relative": { + "type": "array", + "description": "List of BitBake layers paths to include, relative to the configuration file", "items": { "type": "string" } -- 2.39.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#225982): https://lists.openembedded.org/g/openembedded-core/message/225982 Mute This Topic: https://lists.openembedded.org/mt/116156623/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
