summaryrefslogtreecommitdiffstats
path: root/meta-agl-core-test/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-core-test/conf/layer.conf')
-rw-r--r--meta-agl-core-test/conf/layer.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-agl-core-test/conf/layer.conf b/meta-agl-core-test/conf/layer.conf
deleted file mode 100644
index eb3468d52..000000000
--- a/meta-agl-core-test/conf/layer.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH =. "${LAYERDIR}:"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "aglcoretest"
-BBFILE_PATTERN_aglcoretest = "^${LAYERDIR}/"
-BBFILE_PRIORITY_aglcoretest = "60"
-
-LAYERSERIES_COMPAT_aglcoretest = "kirkstone"
-LAYERDEPENDS_aglcoretest = "core aglcore"
-LAYERDEPENDS_aglcoretest += "openembedded-layer"