From 3038ba05555ded1e68692ca7c214de896b51e18e Mon Sep 17 00:00:00 2001 From: Rebecca Chang Swee Fun Date: Sat, 10 May 2014 01:58:32 +0800 Subject: meta-valleyisland: new BSP layer for Intel Atom E38XX Processor This layer provides support for Intel Atom E38XX Processor product line. Signed-off-by: Chan Wei Sern Signed-off-by: Rebecca Chang Swee Fun Acked-By: Nitin A Kamble --- 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/layer.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..00eea9cd --- /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