From 14a896301d3f1985fbda490ee43798981a83a8dd Mon Sep 17 00:00:00 2001 From: Chan Wei Sern Date: Wed, 7 May 2014 18:44:06 +0800 Subject: meta-mohonpeak: new BSP layer for Intel Atom Processor C2000 This layer provides support for Intel Atom Processor C2000 product line. Signed-off-by: Chan Wei Sern Signed-off-by: Ong Boon Leong Acked-By: Nitin A Kamble --- meta-isg/meta-mohonpeak/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/meta-mohonpeak/conf/layer.conf (limited to 'meta-isg/meta-mohonpeak/conf') diff --git a/meta-isg/meta-mohonpeak/conf/layer.conf b/meta-isg/meta-mohonpeak/conf/layer.conf new file mode 100644 index 00000000..93ec112d --- /dev/null +++ b/meta-isg/meta-mohonpeak/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "mohonpeak" +BBFILE_PATTERN_mohonpeak := "^${LAYERDIR}/" +BBFILE_PRIORITY_mohonpeak = "6" + +LAYERDEPENDS_mohonpeak = "intel" -- cgit v1.2.3-54-g00ecf