summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units.bb3
-rw-r--r--meta/recipes-core/systemd/systemd-conf_1.0.bb3
-rw-r--r--meta/recipes-core/systemd/systemd-machine-units_1.0.bb3
-rw-r--r--meta/recipes-core/systemd/systemd-serialgetty.bb3
-rw-r--r--meta/recipes-core/systemd/systemd_254.bb6
5 files changed, 14 insertions, 4 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index 55ebf99117..75b1045728 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -14,7 +14,8 @@ INHIBIT_DEFAULT_DEPS = "1"
14 14
15ALLOW_EMPTY:${PN} = "1" 15ALLOW_EMPTY:${PN} = "1"
16 16
17REQUIRED_DISTRO_FEATURES = "systemd" 17REQUIRED_DISTRO_FEATURES += "systemd"
18REQUIRED_DISTRO_FEATURES += "usrmerge"
18 19
19SYSTEMD_DISABLED_SYSV_SERVICES = " \ 20SYSTEMD_DISABLED_SYSV_SERVICES = " \
20 busybox-udhcpc \ 21 busybox-udhcpc \
diff --git a/meta/recipes-core/systemd/systemd-conf_1.0.bb b/meta/recipes-core/systemd/systemd-conf_1.0.bb
index 61ce7939d3..2355936631 100644
--- a/meta/recipes-core/systemd/systemd-conf_1.0.bb
+++ b/meta/recipes-core/systemd/systemd-conf_1.0.bb
@@ -5,6 +5,9 @@ DefaultTimeoutStartSec setting."
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7 7
8inherit features_check
9REQUIRED_DISTRO_FEATURES += "usrmerge"
10
8PE = "1" 11PE = "1"
9 12
10PACKAGECONFIG ??= "dhcp-ethernet" 13PACKAGECONFIG ??= "dhcp-ethernet"
diff --git a/meta/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb
index 12f27d6ae3..7e59e86f9b 100644
--- a/meta/recipes-core/systemd/systemd-machine-units_1.0.bb
+++ b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb
@@ -7,7 +7,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
7 7
8PR = "r19" 8PR = "r19"
9 9
10inherit systemd 10inherit systemd features_check
11REQUIRED_DISTRO_FEATURES += "usrmerge"
11SYSTEMD_SERVICE:${PN} = "" 12SYSTEMD_SERVICE:${PN} = ""
12 13
13ALLOW_EMPTY:${PN} = "1" 14ALLOW_EMPTY:${PN} = "1"
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index fd888bb834..c2c67e6fe0 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -14,7 +14,8 @@ S = "${WORKDIR}"
14 14
15# As this package is tied to systemd, only build it when we're also building systemd. 15# As this package is tied to systemd, only build it when we're also building systemd.
16inherit features_check 16inherit features_check
17REQUIRED_DISTRO_FEATURES = "systemd" 17REQUIRED_DISTRO_FEATURES += "systemd"
18REQUIRED_DISTRO_FEATURES += "usrmerge"
18 19
19do_install() { 20do_install() {
20 if [ ! -z "${SERIAL_CONSOLES}" ] ; then 21 if [ ! -z "${SERIAL_CONSOLES}" ] ; then
diff --git a/meta/recipes-core/systemd/systemd_254.bb b/meta/recipes-core/systemd/systemd_254.bb
index d2ff157e44..f48f8c0b18 100644
--- a/meta/recipes-core/systemd/systemd_254.bb
+++ b/meta/recipes-core/systemd/systemd_254.bb
@@ -10,9 +10,13 @@ SECTION = "base/shell"
10 10
11inherit useradd pkgconfig meson perlnative update-rc.d update-alternatives qemu systemd gettext bash-completion manpages features_check 11inherit useradd pkgconfig meson perlnative update-rc.d update-alternatives qemu systemd gettext bash-completion manpages features_check
12 12
13# unmerged-usr support is deprecated upstream, taints the system and will be
14# removed in the near future. Fail the build if it is not enabled.
15REQUIRED_DISTRO_FEATURES += "usrmerge"
16
13# As this recipe builds udev, respect systemd being in DISTRO_FEATURES so 17# As this recipe builds udev, respect systemd being in DISTRO_FEATURES so
14# that we don't build both udev and systemd in world builds. 18# that we don't build both udev and systemd in world builds.
15REQUIRED_DISTRO_FEATURES = "systemd" 19REQUIRED_DISTRO_FEATURES += "systemd"
16 20
17SRC_URI += " \ 21SRC_URI += " \
18 file://touchscreen.rules \ 22 file://touchscreen.rules \