aboutsummaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-valleyisland/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/meta-valleyisland/conf/layer.conf')
-rw-r--r--meta-isg/meta-valleyisland/conf/layer.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-isg/meta-valleyisland/conf/layer.conf b/meta-isg/meta-valleyisland/conf/layer.conf
deleted file mode 100644
index 00eea9cd..00000000
--- a/meta-isg/meta-valleyisland/conf/layer.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-#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"