aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/conf/layer.conf')
-rw-r--r--meta-amdfalconx86/conf/layer.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-amdfalconx86/conf/layer.conf b/meta-amdfalconx86/conf/layer.conf
deleted file mode 100644
index 13723e5d..00000000
--- a/meta-amdfalconx86/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 += "amdfalconx86"
-BBFILE_PATTERN_amdfalconx86 = "^${LAYERDIR}/"
-BBFILE_PRIORITY_amdfalconx86 = "14"
-LAYERSERIES_COMPAT_amdfalconx86 = "sumo"
-
-LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer meta-python"