summaryrefslogtreecommitdiffstats
path: root/meta-nuc/conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-12-11 10:29:48 -0800
committerTom Zanussi <tom.zanussi@intel.com>2012-12-14 10:37:39 -0600
commitea0075af9339839ec91a4075e4e016fd807c9868 (patch)
treef62122babc394ced4647a0b372dc103643065e78 /meta-nuc/conf
parent3b4e4b952d9149b595cdee00b7d558b4b2dd88f5 (diff)
downloadmeta-intel-ea0075af9339839ec91a4075e4e016fd807c9868.tar.gz
meta-nuc: new BSP layer for Intel NUC systems
This layer provides support for Intel NUC (Next Unit of Computing) systems. This BSP specifically targets the "Next Unit of Computing Kit DC3217IYE" containing the 3rd generation Intel® Core™ i3- 3217U (Ivy Bridge) processor and Intel Centrino Advanced-N 6235 Wireless mini PCI Express card. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-nuc/conf')
-rw-r--r--meta-nuc/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-nuc/conf/layer.conf b/meta-nuc/conf/layer.conf
new file mode 100644
index 00000000..fb5b58a0
--- /dev/null
+++ b/meta-nuc/conf/layer.conf
@@ -0,0 +1,10 @@
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 += "nuc"
9BBFILE_PATTERN_nuc := "^${LAYERDIR}/"
10BBFILE_PRIORITY_nuc = "6"