From: Ong Boon Leong <[email protected]> Add layer.conf inside meta-isg/conf so that all recipes within meta-isg layer can be discovered.
Signed-off-by: Ong Boon Leong <[email protected]> --- meta-isg/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-isg/conf/layer.conf diff --git a/meta-isg/conf/layer.conf b/meta-isg/conf/layer.conf new file mode 100644 index 0000000..ecddee3 --- /dev/null +++ b/meta-isg/conf/layer.conf @@ -0,0 +1,10 @@ +# 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}/" +BBFILE_PRIORITY_isg = "5" -- 1.7.10.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
