diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-09 17:31:23 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-20 14:02:34 +0100 |
commit | eff667c136570fa52ed51e2c8d3c38502272b4fb (patch) | |
tree | 7d28a575bd7f3ccbd9a3f605f8f904549bcbe074 /conf/distro | |
parent | e562aef8830c6d6e12656d9414c35b30bf78b050 (diff) | |
download | meta-updater-eff667c136570fa52ed51e2c8d3c38502272b4fb.tar.gz |
Make systemd optional
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/sota.conf.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index 5520154..3136092 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
@@ -27,9 +27,4 @@ PREFERRED_PROVIDER_virtual/bootloader_raspberrypi3 = "u-boot" | |||
27 | # Some BSPs (e.g. meta-raspberrypi) use this variable to turn debug on/off | 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)}" | 28 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "release",d)}" |
29 | 29 | ||
30 | DISTRO_FEATURES_append = " systemd" | ||
31 | PREFERRED_PROVIDER_udev ?= "systemd" | ||
32 | PREFERRED_PROVIDER_udev-utils ?= "systemd" | ||
33 | VIRTUAL-RUNTIME_init_manager = "systemd" | ||
34 | |||
35 | DISTROOVERRIDES_append = ":sota" | 30 | DISTROOVERRIDES_append = ":sota" |