diff options
Diffstat (limited to 'conf/distro/poky-sota-systemd.conf')
| -rw-r--r-- | conf/distro/poky-sota-systemd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/poky-sota-systemd.conf b/conf/distro/poky-sota-systemd.conf index 3a50d66..62b682a 100644 --- a/conf/distro/poky-sota-systemd.conf +++ b/conf/distro/poky-sota-systemd.conf | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | require conf/distro/poky.conf | 1 | require conf/distro/poky.conf |
| 2 | 2 | ||
| 3 | DISTRO_FEATURES_append = " sota" | ||
| 4 | |||
| 3 | DISTRO = "poky-sota" | 5 | DISTRO = "poky-sota" |
| 4 | DISTRO_NAME = "OTA-enabled Linux" | 6 | DISTRO_NAME = "OTA-enabled Linux" |
| 5 | DISTRO_VERSION = "1.0" | 7 | DISTRO_VERSION = "1.0" |
| @@ -8,7 +10,7 @@ DISTRO_CODENAME = "sota" | |||
| 8 | DISTRO_FEATURES_append = " systemd" | 10 | DISTRO_FEATURES_append = " systemd" |
| 9 | VIRTUAL-RUNTIME_init_manager = "systemd" | 11 | VIRTUAL-RUNTIME_init_manager = "systemd" |
| 10 | 12 | ||
| 11 | INHERIT += " sota" | 13 | INHERIT_prepend = " sota" |
| 12 | IMAGE_INSTALL_append = " connman connman-client rvi-sota-client" | 14 | IMAGE_INSTALL_append = " connman connman-client rvi-sota-client" |
| 13 | 15 | ||
| 14 | # Prelinking increases the size of downloads and causes build errors | 16 | # Prelinking increases the size of downloads and causes build errors |
