aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/conf/layer.conf')
-rw-r--r--meta-steppeeagle/conf/layer.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-steppeeagle/conf/layer.conf b/meta-steppeeagle/conf/layer.conf
deleted file mode 100644
index 93c2fadf..00000000
--- a/meta-steppeeagle/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 += "steppeeagle"
-BBFILE_PATTERN_steppeeagle = "^${LAYERDIR}/"
-BBFILE_PRIORITY_steppeeagle = "14"
-LAYERSERIES_COMPAT_steppeeagle = "warrior"
-
-LAYERDEPENDS_steppeeagle = "amd openembedded-layer meta-python"