diff options
author | OYTIS <tossel@gmail.com> | 2016-12-20 15:19:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 15:19:17 +0100 |
commit | 17e728e33bcb430b01dc3c424b313d1bbe3aae7c (patch) | |
tree | d890826197dcd77c5384691332f1d167f1a63208 /conf | |
parent | 7ad5573662a0e6b3845e00e860846ca9c579f1e6 (diff) | |
parent | 65535be95067665b1212d7f7963e474f3b628af5 (diff) | |
download | meta-updater-17e728e33bcb430b01dc3c424b313d1bbe3aae7c.tar.gz |
Merge pull request #12 from advancedtelematic/feat/nosystemd
Make systemd optional
Diffstat (limited to 'conf')
-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" |