summaryrefslogtreecommitdiffstats
path: root/meta-systemd/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/conf/layer.conf')
-rw-r--r--meta-systemd/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf
index 9caec69ffa..3310abc8af 100644
--- a/meta-systemd/conf/layer.conf
+++ b/meta-systemd/conf/layer.conf
@@ -12,7 +12,7 @@
12BBPATH .= ":${LAYERDIR}" 12BBPATH .= ":${LAYERDIR}"
13 13
14# We have a recipes directory, add to BBFILES 14# We have a recipes directory, add to BBFILES
15BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" 15BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/*/recipes-*/*/*.bbappend"
16 16
17BBFILE_COLLECTIONS += "systemd-layer" 17BBFILE_COLLECTIONS += "systemd-layer"
18BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/" 18BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/"