diff options
Diffstat (limited to 'meta-yocto-extra/conf')
| -rw-r--r-- | meta-yocto-extra/conf/layer.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-yocto-extra/conf/layer.conf b/meta-yocto-extra/conf/layer.conf new file mode 100644 index 0000000..cf3675d --- /dev/null +++ b/meta-yocto-extra/conf/layer.conf @@ -0,0 +1,14 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ +" + +BBFILE_COLLECTIONS += "yocto-extra-layer" +BBFILE_PATTERN_yocto-extra-layer = "^${LAYERDIR}/" +BBFILE_PRIORITY_yocto-extra-layer = "6" + +LAYERDEPENDS_yocto-extra-layer += "yocto" + +LAYERSERIES_COMPAT_yocto-extra-layer = "whinlatter" |
