diff mbox series

meta/files/bitbake-setup.schema.json: add a definition for bb-layers-relative-to-this-file

Message ID 20251106114702.918327-1-alex.kanavin@gmail.com
State New
Headers show
Series meta/files/bitbake-setup.schema.json: add a definition for bb-layers-relative-to-this-file | expand

Commit Message

Alexander Kanavin Nov. 6, 2025, 11:47 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Also, adjust the description for bb-layers property.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/files/bitbake-setup.schema.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/files/bitbake-setup.schema.json b/meta/files/bitbake-setup.schema.json
index 5101b0de53e..c63bbe5a5b1 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-to-this-file": {
+                                "type": "array",
+                                "description": "List of BitBake layers paths to include, relative to the configuration file",
                                 "items": {
                                     "type": "string"
                                 }