summaryrefslogtreecommitdiffstats
path: root/meta-mohonpeak/conf
diff options
context:
space:
mode:
authorOng Boon Leong <boon.leong.ong@intel.com>2013-11-27 10:48:44 +0800
committerTom Zanussi <tom.zanussi@intel.com>2013-12-09 10:27:49 -0600
commite272e0208cbe5f38718f5d3453e33a53dc65dbf7 (patch)
tree697b24294d7c50c2a9a24a1ea4068f8ee2801078 /meta-mohonpeak/conf
parent722ed4b974a32c65491eb05e0dd42c08ae0f6479 (diff)
downloadmeta-intel-e272e0208cbe5f38718f5d3453e33a53dc65dbf7.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> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-mohonpeak/conf')
-rw-r--r--meta-mohonpeak/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-mohonpeak/conf/layer.conf b/meta-mohonpeak/conf/layer.conf
new file mode 100644
index 00000000..93ec112d
--- /dev/null
+++ b/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"