summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-mohonpeak/conf
diff options
context:
space:
mode:
authorChan Wei Sern <wei.sern.chan@intel.com>2014-05-07 18:44:06 +0800
committerTom Zanussi <tom.zanussi@intel.com>2014-05-09 11:25:41 -0500
commit14a896301d3f1985fbda490ee43798981a83a8dd (patch)
tree696af3b6c4ac85461abe7ce0576356a3c1246c6a /meta-isg/meta-mohonpeak/conf
parent0462a27791664f702e605dadbb279b2b61883b2c (diff)
downloadmeta-intel-14a896301d3f1985fbda490ee43798981a83a8dd.tar.gz
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 <wei.sern.chan@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-isg/meta-mohonpeak/conf')
-rw-r--r--meta-isg/meta-mohonpeak/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "mohonpeak"
9BBFILE_PATTERN_mohonpeak := "^${LAYERDIR}/"
10BBFILE_PRIORITY_mohonpeak = "6"
11
12LAYERDEPENDS_mohonpeak = "intel"