From e3d9eb5df031ea32208d196061b5511849019da9 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Thu, 6 Sep 2012 10:47:46 -0700 Subject: meta-crystalforest: Crystal Forest BSP Created. Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke --- meta-crystalforest/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-crystalforest/conf/layer.conf (limited to 'meta-crystalforest/conf/layer.conf') diff --git a/meta-crystalforest/conf/layer.conf b/meta-crystalforest/conf/layer.conf new file mode 100644 index 00000000..6b802d63 --- /dev/null +++ b/meta-crystalforest/conf/layer.conf @@ -0,0 +1,12 @@ +# 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 += "crystalforest" +BBFILE_PATTERN_crystalforest := "^${LAYERDIR}/" +BBFILE_PRIORITY_crystalforest = "6" + +LAYERDEPENDS_crystalforest = "intel" -- cgit v1.2.3-54-g00ecf