summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7ccedd1f..873ff379 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -4,6 +4,6 @@ BBPATH .= ":${LAYERDIR}"
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" 5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "xen-layer" 7BBFILE_COLLECTIONS += "virtualization-layer"
8BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_xen-layer = "7" 9BBFILE_PRIORITY_virtualization-layer = "7"