diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 20:00:52 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 20:00:52 +1200 |
| commit | 76c0053d4db24a32733f2cef8ce37bba8e8e2da6 (patch) | |
| tree | 2b571043072d2ee246190fa6c04dab59d72ac949 /meta-yerba/conf/layer.conf | |
| parent | 673f2563e48a4e1e37af6985d4d18f56bff741ea (diff) | |
| download | yerbalinux-76c0053d4db24a32733f2cef8ce37bba8e8e2da6.tar.xz yerbalinux-76c0053d4db24a32733f2cef8ce37bba8e8e2da6.zip | |
Yocto stuff
Diffstat (limited to 'meta-yerba/conf/layer.conf')
| -rw-r--r-- | meta-yerba/conf/layer.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-yerba/conf/layer.conf b/meta-yerba/conf/layer.conf new file mode 100644 index 0000000..a2abd17 --- /dev/null +++ b/meta-yerba/conf/layer.conf @@ -0,0 +1,12 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-yerba" +BBFILE_PATTERN_meta-yerba = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-yerba = "27" + +LAYERDEPENDS_meta-yerba = "core" +LAYERSERIES_COMPAT_meta-yerba = "scarthgap" + |
