summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-mohonpeak/conf
diff options
context:
space:
mode:
authorOng Boon Leong <boon.leong.ong@intel.com>2014-03-25 00:06:35 +0800
committerTom Zanussi <tom.zanussi@intel.com>2014-04-03 15:36:23 -0500
commit771124a53a46eb59e7a6434da1c2f15972789fde (patch)
tree82e11ef0560e5cd50b73684751c44c0039651675 /meta-isg/meta-mohonpeak/conf
parent3af293300a2c7b6a5cec4008b6d39702c5af838c (diff)
downloadmeta-intel-771124a53a46eb59e7a6434da1c2f15972789fde.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: Ong Boon Leong <boon.leong.ong@intel.com> Reviewed-by: Darren Hart <dvhart@linux.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"