summaryrefslogtreecommitdiffstats
path: root/conf/distro/sota.conf.inc
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 18:52:08 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 18:52:08 +0200
commitf76663ba97b055a7a063221e4a7992330e692a3c (patch)
treeb1fafec95f55acde5121e92961f6bfb909ca2edd /conf/distro/sota.conf.inc
parent4f1a20b93657c68ed60b181369a421f27289714d (diff)
downloadmeta-updater-f76663ba97b055a7a063221e4a7992330e692a3c.tar.gz
Move rvi-sota-client to poky-sota-systemd.conf
Diffstat (limited to 'conf/distro/sota.conf.inc')
-rw-r--r--conf/distro/sota.conf.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
1DISTRO_FEATURES_append = " sota" 1DISTRO_FEATURES_append = " sota"
2OVERRIDES .= ":sota" 2OVERRIDES .= ":sota"
3 3
4IMAGE_INSTALL_append = " ostree os-release rvi-sota-client" 4IMAGE_INSTALL_append = " ostree os-release"
5 5
6# live image for OSTree-enabled systems 6# live image for OSTree-enabled systems
7IMAGE_CLASSES += "image_types_ostree image_types_ota" 7IMAGE_CLASSES += "image_types_ostree image_types_ota"