summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-05-10 10:36:20 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2020-07-08 15:51:07 +0200
commit6628d9721de89874b8ae735dcacfa3c214e3d207 (patch)
tree144c8b1910b66d2448c2c5c55d54f5f6eb0c524b /lib
parent9a61ba49260d1108ced710dc1c2f37c07271035e (diff)
downloadmeta-updater-6628d9721de89874b8ae735dcacfa3c214e3d207.tar.gz
meta: change virtual/network-configuration to network-configuration
The name 'virtual' is a recipe specific concept but not a package specific one, it's confusing that a package provides 'virtual/' names. Let's drop 'virtual/' from network-configuration, to keep consistent with yocto naming styles. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py
index 08220f4..dfcb8e0 100644
--- a/lib/oeqa/selftest/cases/updater_qemux86_64.py
+++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py
@@ -130,7 +130,7 @@ class SharedCredProvTestsNonOSTree(SharedCredProvTests):
130 self.append_config('DISTRO = "poky"') 130 self.append_config('DISTRO = "poky"')
131 self.append_config('DISTRO_FEATURES_append = " systemd"') 131 self.append_config('DISTRO_FEATURES_append = " systemd"')
132 self.append_config('VIRTUAL-RUNTIME_init_manager = "systemd"') 132 self.append_config('VIRTUAL-RUNTIME_init_manager = "systemd"')
133 self.append_config('PREFERRED_RPROVIDER_virtual/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"')