diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000000000000000000000000000000000000..809d3efa51ad905865af0608c88ba5c96b03a080 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,15 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-python-dunfellplus" +BBFILE_PATTERN_meta-python-dunfellplus = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-python-dunfellplus = "6" + +LAYERDEPENDS_meta-python-dunfellplus = "core" +LAYERDEPENDS_meta-python-dunfellplus += "meta-python" + +LAYERSERIES_COMPAT_meta-python-dunfellplus = "dunfell"