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.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-amdfalconx86/conf/layer.conf b/meta-amdfalconx86/conf/layer.conf
new file mode 100644
index 00000000..01b7067d
--- /dev/null
+++ b/meta-amdfalconx86/conf/layer.conf
@@ -0,0 +1,12 @@
+# 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 = "6"
+
+LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer"