mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Layer names and path are often redundant. Allow users to omit the path
key when it is equal to the layer name by using the layer name as a
default value for its path.
For example, from layers.example.json:
"sources": {
"meta-alex": {
"path": "meta-alex"
},
"meta-intel": {
"path": "meta-intel"
},
"poky": {
"path": "poky"
}
},
Update the schema to stop requiring "path" and remove it in example for
"meta-intel".
(From OE-Core rev: 7f36f0526fae5a81f9bc02e16cc849a2b1ea5797)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| common-licenses | ||
| ptest-perl | ||
| screenshot-tests | ||
| bitbake-setup.schema.json | ||
| device_table-minimal.txt | ||
| ext-sdk-prepare.py | ||
| fs-perms-volatile-log.txt | ||
| fs-perms-volatile-tmp.txt | ||
| fs-perms.txt | ||
| layers.example.json | ||
| layers.schema.json | ||
| license-hashes.csv | ||
| overlayfs-all-overlays.service.in | ||
| overlayfs-create-dirs.service.in | ||
| overlayfs-create-dirs.sh | ||
| overlayfs-etc-preinit.sh.in | ||
| overlayfs-unit.mount.in | ||
| spdx-licenses.json | ||
| toolchain-shar-extract.sh | ||
| toolchain-shar-relocate.sh | ||