From 2636851fd96c8a3d8b86af9e50fb554038f800cd Mon Sep 17 00:00:00 2001 From: Ong Boon Leong Date: Fri, 1 Nov 2013 08:43:49 +0800 Subject: meta-haswell-wc : new BSP layer for Intel Haswell Mobile Platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This layer provides support for 4th Gen Intel® Core™ Processor with Mobile Intel QM87 and HM86 Chipsets. Signed-off-by: Ong Boon Leong Signed-off-by: Tom Zanussi --- meta-isg/meta-haswell-wc/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/meta-haswell-wc/conf/layer.conf (limited to 'meta-isg/meta-haswell-wc/conf') diff --git a/meta-isg/meta-haswell-wc/conf/layer.conf b/meta-isg/meta-haswell-wc/conf/layer.conf new file mode 100644 index 00000000..bfd1f823 --- /dev/null +++ b/meta-isg/meta-haswell-wc/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "haswell-wc" +BBFILE_PATTERN_haswell-wc := "^${LAYERDIR}/" +BBFILE_PRIORITY_haswell-wc = "6" + +LAYERDEPENDS_haswell-wc = "intel" -- cgit v1.2.3-54-g00ecf