summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d07d2aded..9caec69ff 100644
--- a/meta-systemd/conf/layer.conf
+++ b/meta-systemd/conf/layer.conf
@@ -15,7 +15,7 @@ BBPATH .= ":${LAYERDIR}"
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 := "^${LAYERDIR}/" 18BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/"
19 19
20# Define the priority for recipes (.bb files) from this layer, 20# Define the priority for recipes (.bb files) from this layer,
21# choosing carefully how this layer interacts with all of the 21# choosing carefully how this layer interacts with all of the