diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-06 18:19:47 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-06 18:19:47 +0100 |
commit | 14731e6b56e8fbbe0f1c8a487e51eabb89e79e64 (patch) | |
tree | 9c381379a0509c10cd68fc42ba8b1c2e12edd488 /conf | |
parent | d8099ab02332dc39c61633e03c5fceed513f495c (diff) | |
download | meta-updater-14731e6b56e8fbbe0f1c8a487e51eabb89e79e64.tar.gz |
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" |