From ea0075af9339839ec91a4075e4e016fd807c9868 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 11 Dec 2012 10:29:48 -0800 Subject: meta-nuc: new BSP layer for Intel NUC systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Tom Zanussi --- meta-nuc/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-nuc/conf/layer.conf (limited to 'meta-nuc/conf') 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 @@ +# 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 += "nuc" +BBFILE_PATTERN_nuc := "^${LAYERDIR}/" +BBFILE_PRIORITY_nuc = "6" -- cgit v1.2.3-54-g00ecf