diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 18:52:08 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 18:52:08 +0200 |
commit | f76663ba97b055a7a063221e4a7992330e692a3c (patch) | |
tree | b1fafec95f55acde5121e92961f6bfb909ca2edd /conf/distro | |
parent | 4f1a20b93657c68ed60b181369a421f27289714d (diff) | |
download | meta-updater-f76663ba97b055a7a063221e4a7992330e692a3c.tar.gz |
Move rvi-sota-client to poky-sota-systemd.conf
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/poky-sota-systemd.conf | 2 | ||||
-rw-r--r-- | conf/distro/sota.conf.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/poky-sota-systemd.conf b/conf/distro/poky-sota-systemd.conf index f2313cd..85744ea 100644 --- a/conf/distro/poky-sota-systemd.conf +++ b/conf/distro/poky-sota-systemd.conf | |||
@@ -9,4 +9,4 @@ DISTRO_CODENAME = "sota" | |||
9 | DISTRO_FEATURES_append = " systemd" | 9 | DISTRO_FEATURES_append = " systemd" |
10 | VIRTUAL-RUNTIME_init_manager = "systemd" | 10 | VIRTUAL-RUNTIME_init_manager = "systemd" |
11 | 11 | ||
12 | IMAGE_INSTALL_append = " connman connman-client" | 12 | IMAGE_INSTALL_append = " connman connman-client rvi-sota-client" |
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index e334df0..20946a6 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DISTRO_FEATURES_append = " sota" | 1 | DISTRO_FEATURES_append = " sota" |
2 | OVERRIDES .= ":sota" | 2 | OVERRIDES .= ":sota" |
3 | 3 | ||
4 | IMAGE_INSTALL_append = " ostree os-release rvi-sota-client" | 4 | IMAGE_INSTALL_append = " ostree os-release" |
5 | 5 | ||
6 | # live image for OSTree-enabled systems | 6 | # live image for OSTree-enabled systems |
7 | IMAGE_CLASSES += "image_types_ostree image_types_ota" | 7 | IMAGE_CLASSES += "image_types_ostree image_types_ota" |