diff options
author | cajun-rat <p@beta16.co.uk> | 2016-12-07 08:33:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 08:33:54 +0100 |
commit | 8450a21f9c60c27a123375bac0ad29d876e2e52e (patch) | |
tree | 25217f5aeadebdcf63b5b5eb9d79b80ec44d02df /conf | |
parent | 4e19ba0b648b22a8ab9e53bbb62a999d2bae40b3 (diff) | |
parent | 14731e6b56e8fbbe0f1c8a487e51eabb89e79e64 (diff) | |
download | meta-updater-8450a21f9c60c27a123375bac0ad29d876e2e52e.tar.gz |
Merge pull request #7 from advancedtelematic/bugfix/systemdinit
Set systemd as the chosen init manager
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/sota.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index c6f914d..30d2ae5 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
@@ -24,6 +24,12 @@ UBOOT_MACHINE_raspberrypi3 = "rpi_3_32b_defconfig" | |||
24 | PREFERRED_PROVIDER_virtual/bootloader_raspberrypi2 = "u-boot" | 24 | PREFERRED_PROVIDER_virtual/bootloader_raspberrypi2 = "u-boot" |
25 | PREFERRED_PROVIDER_virtual/bootloader_raspberrypi3 = "u-boot" | 25 | PREFERRED_PROVIDER_virtual/bootloader_raspberrypi3 = "u-boot" |
26 | 26 | ||
27 | # Some BSPs (e.g. meta-raspberrypi) use this variable to turn debug on/off | ||
28 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "release",d)}" | ||
29 | |||
27 | DISTRO_FEATURES_append = " systemd" | 30 | DISTRO_FEATURES_append = " systemd" |
31 | PREFERRED_PROVIDER_udev ?= "systemd" | ||
32 | PREFERRED_PROVIDER_udev-utils ?= "systemd" | ||
33 | VIRTUAL-RUNTIME_init_manager = "systemd" | ||
28 | 34 | ||
29 | DISTROOVERRIDES_append = ":sota" | 35 | DISTROOVERRIDES_append = ":sota" |