From 10ce217f2f21f269579c27472277bd5b554686a5 Mon Sep 17 00:00:00 2001 From: "Chang, Rebecca Swee Fun" Date: Tue, 11 Feb 2014 23:30:55 +0800 Subject: meta-valleyisland: new BSP layer for Intel Atom Processor E38XX This layer provides support for Intel Atom Processor E38XX product line. Signed-off-by: Chang, Rebecca Swee Fun Signed-off-by: Darren Hart --- meta-isg/meta-valleyisland/conf/layer.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-isg/meta-valleyisland/conf/layer.conf (limited to 'meta-isg/meta-valleyisland/conf') diff --git a/meta-isg/meta-valleyisland/conf/layer.conf b/meta-isg/meta-valleyisland/conf/layer.conf new file mode 100644 index 00000000..0165aea1 --- /dev/null +++ b/meta-isg/meta-valleyisland/conf/layer.conf @@ -0,0 +1,14 @@ +# 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 += "valleyisland" +BBFILE_PATTERN_valleyisland := "^${LAYERDIR}/" +BBFILE_PRIORITY_valleyisland = "6" + +LAYERDEPENDS_valleyisland = "intel" + +LICENSE_PATH += "${LAYERDIR}/custom-licenses" -- cgit v1.2.3-54-g00ecf