From 38652c3706f259d09c05860c569ef8d399f93284 Mon Sep 17 00:00:00 2001 From: venkatasubramanian pattu Date: Fri, 10 Jul 2015 21:23:38 +0800 Subject: meta-isg: Making meta-isg as a layer This layer provides additional common recipes to be used by all IOTG maintained platforms. Signed-off-by: venkatasubramanian pattu Signed-off-by: Saul Wold (cherry picked from commit 6a334428e1b92de2b6c322654ae6f64d3ff55ab6) Signed-off-by: Ong Boon Leong Signed-off-by: Saul Wold --- meta-isg/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/conf/layer.conf (limited to 'meta-isg') 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" -- cgit v1.2.3-54-g00ecf