summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/files/bitbake-setup.schema.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/files/bitbake-setup.schema.json b/meta/files/bitbake-setup.schema.json
index 5101b0de53..7030f1d6d5 100644
--- a/meta/files/bitbake-setup.schema.json
+++ b/meta/files/bitbake-setup.schema.json
@@ -39,7 +39,14 @@
39 }, 39 },
40 "bb-layers": { 40 "bb-layers": {
41 "type": "array", 41 "type": "array",
42 "description": "List of BitBake layers to include", 42 "description": "List of BitBake layer paths to include, relative to the layers download directory",
43 "items": {
44 "type": "string"
45 }
46 },
47 "bb-layers-file-relative": {
48 "type": "array",
49 "description": "List of BitBake layers paths to include, relative to the directory with the configuration file",
43 "items": { 50 "items": {
44 "type": "string" 51 "type": "string"
45 } 52 }