summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-06-23 09:48:49 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2020-06-23 13:00:17 +0200
commit3bb866358f738ba52b180e29715dc0ca888e4c3e (patch)
treec9a83f00d463beabfc4f7e4749be77be525b51c7 /lib
parentcd27c8baa28c406e456c5d1dba2d790e414066bb (diff)
downloadmeta-updater-3bb866358f738ba52b180e29715dc0ca888e4c3e.tar.gz
Put aktualizr-info in a separate package and use it in Secondaries.feat/secondary-aktualizr-info
We did the work a while ago to make aktualizr-info work for Secondaries, but until now we weren't putting the tool into the secondary-image we use for testing. Now it's there. Actually, it's in every image that inherits from sota.bbclass, which is probably a good thing. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py
index dfcb8e0..c7d0448 100644
--- a/lib/oeqa/selftest/cases/updater_qemux86_64.py
+++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py
@@ -133,8 +133,7 @@ class SharedCredProvTestsNonOSTree(SharedCredProvTests):
133 self.append_config('PREFERRED_RPROVIDER_network-configuration ??= "networkd-dhcp-conf"') 133 self.append_config('PREFERRED_RPROVIDER_network-configuration ??= "networkd-dhcp-conf"')
134 self.append_config('PACKAGECONFIG_pn-aktualizr = ""') 134 self.append_config('PACKAGECONFIG_pn-aktualizr = ""')
135 self.append_config('SOTA_DEPLOY_CREDENTIALS = "1"') 135 self.append_config('SOTA_DEPLOY_CREDENTIALS = "1"')
136 self.append_config('IMAGE_INSTALL_append += "aktualizr"') 136 self.append_config('IMAGE_INSTALL_append += "aktualizr aktualizr-info aktualizr-shared-prov"')
137 self.append_config('IMAGE_INSTALL_append += " aktualizr-shared-prov"')
138 self.qemu, self.s = qemu_launch(machine='qemux86-64', uboot_enable='no') 137 self.qemu, self.s = qemu_launch(machine='qemux86-64', uboot_enable='no')
139 138
140 139