summaryrefslogtreecommitdiffstats
path: root/conf/distro/sota.conf.inc
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-04-25 08:42:29 +0200
committerGitHub <noreply@github.com>2017-04-25 08:42:29 +0200
commit4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b (patch)
treeb1fafec95f55acde5121e92961f6bfb909ca2edd /conf/distro/sota.conf.inc
parent4f1a20b93657c68ed60b181369a421f27289714d (diff)
parentf76663ba97b055a7a063221e4a7992330e692a3c (diff)
downloadmeta-updater-4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b.tar.gz
Merge pull request #56 from advancedtelematic/bugfix/rvi
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"