From e5fcf9e76dca11394a731a5512187a3261897111 Mon Sep 17 00:00:00 2001 From: Wu Chia Chuan Date: Fri, 2 Oct 2015 19:28:37 +0800 Subject: meta-crystalforest: relocate meta-crystalforest layer into meta-isg layer This is in support of BSP consolidation of all Intel platforms in to meta-isg common layer. The "MAINTAINERS file" and "meta-isg/MAINTAINERS file" are updated to reflect the changed. Signed-off-by: Wu Chia Chuan Signed-off-by: Saul Wold --- meta-isg/meta-crystalforest/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/meta-crystalforest/conf/layer.conf (limited to 'meta-isg/meta-crystalforest/conf/layer.conf') diff --git a/meta-isg/meta-crystalforest/conf/layer.conf b/meta-isg/meta-crystalforest/conf/layer.conf new file mode 100644 index 00000000..daa2ba7c --- /dev/null +++ b/meta-isg/meta-crystalforest/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "crystalforest" +BBFILE_PATTERN_crystalforest := "^${LAYERDIR}/" +BBFILE_PRIORITY_crystalforest = "6" + +LAYERDEPENDS_crystalforest = "intel" -- cgit v1.2.3-54-g00ecf