diff options
Diffstat (limited to 'meta-yerba')
| -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" + |
