diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 09:00:56 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 10:24:29 +0000 |
| commit | fbd3a1ab2d676fb9d8201d79dc2eab4370b43444 (patch) | |
| tree | 05f322a2ed4232739c6c3dda126354c18fa74d9d /meta | |
| parent | 2aeb91cdb370197dfbb7b14afb0bdd96538c9dc1 (diff) | |
| download | poky-fbd3a1ab2d676fb9d8201d79dc2eab4370b43444.tar.gz | |
meta/files/bitbake-setup.schema.json: correct bb-layers definitions
- improve bb-layers property description
- add bb-layers-file-relative property
The rationale is that both properties are relative to their respective directories
and that should be documented and clear from their names (without being too verbose).
Based on a patch from Alexander Kanavin <alex@linutronix.de> but with
updated naming.
(From OE-Core rev: b9d761c06350020e14e09c5bfa7b92eded43d889)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/files/bitbake-setup.schema.json | 9 |
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 | } |
