aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/conf/layer.conf')
-rw-r--r--meta-v1000/conf/layer.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-v1000/conf/layer.conf b/meta-v1000/conf/layer.conf
deleted file mode 100644
index c56e2dc9..00000000
--- a/meta-v1000/conf/layer.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "v1000"
-BBFILE_PATTERN_v1000 = "^${LAYERDIR}/"
-BBFILE_PRIORITY_v1000 = "14"
-LAYERSERIES_COMPAT_v1000 = "warrior"
-
-LAYERDEPENDS_v1000 = "amd-bsp openembedded-layer meta-python"