diff --git a/meta-isg/conf/layer.conf b/meta-isg/conf/layer.conf new file mode 100644 index 00000000..48ad0c3c --- /dev/null +++ b/meta-isg/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ + ${LAYERDIR}/common/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "isg" +BBFILE_PATTERN_isg := "^${LAYERDIR}/common/" +BBFILE_PRIORITY_isg = "5" + +LAYERDEPENDS_isg = "intel"