summaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd')
-rw-r--r--meta-systemd/conf/layer.conf11
-rw-r--r--meta-systemd/invalid.bb2
2 files changed, 0 insertions, 13 deletions
diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf
index c064333bf..f3fc45d00 100644
--- a/meta-systemd/conf/layer.conf
+++ b/meta-systemd/conf/layer.conf
@@ -15,17 +15,6 @@ BBPATH .= ":${LAYERDIR}"
15BBFILES += "\ 15BBFILES += "\
16 ${LAYERDIR}/recipes-*/*/*.bb \ 16 ${LAYERDIR}/recipes-*/*/*.bb \
17 ${LAYERDIR}/oe-core/recipes-*/*/*.bbappend \ 17 ${LAYERDIR}/oe-core/recipes-*/*/*.bbappend \
18 ${LAYERDIR}/meta-oe/recipes-*/*/*.bbappend \
19 ${@base_contains('BBFILE_COLLECTIONS', 'systemd-layer',\
20 '', '${LAYERDIR}/invalid.bb', d)} \
21 ${@base_contains('BBFILE_COLLECTIONS', 'gnome-layer',\
22 '${LAYERDIR}/meta-gnome/recipes-*/*/*.bbappend', '', d)} \
23 ${@base_contains('BBFILE_COLLECTIONS', 'multimedia-layer',\
24 '${LAYERDIR}/meta-multimedia/recipes-*/*/*.bbappend', '', d)} \
25 ${@base_contains('BBFILE_COLLECTIONS', 'networking',\
26 '${LAYERDIR}/meta-networking/recipes-*/*/*.bbappend', '', d)} \
27 ${@base_contains('BBFILE_COLLECTIONS', 'xfce-layer',\
28 '${LAYERDIR}/meta-xfce/recipes-*/*/*.bbappend', '', d)} \
29" 18"
30 19
31BBFILE_COLLECTIONS += "systemd-layer" 20BBFILE_COLLECTIONS += "systemd-layer"
diff --git a/meta-systemd/invalid.bb b/meta-systemd/invalid.bb
deleted file mode 100644
index b16787bce..000000000
--- a/meta-systemd/invalid.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1Content of this file is invalid and is used by conf/layer.conf to
2ensure that BBFILES is expanded after BBFILE_COLLECTIONS.