summaryrefslogtreecommitdiffstats
path: root/classes/sota_m3ulcb.bbclass
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-05-10 10:36:20 +0200
committerMing Liu <ming.liu@toradex.com>2020-05-10 10:36:20 +0200
commit5e08158e9eae225ce74017f5ea51fdf1ba27943b (patch)
tree093f4a5d83ccc7980292381033fcd33cbb0e67a3 /classes/sota_m3ulcb.bbclass
parent82d7e04924f847bccba3136d1602d5646486a926 (diff)
downloadmeta-updater-5e08158e9eae225ce74017f5ea51fdf1ba27943b.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 'classes/sota_m3ulcb.bbclass')
-rw-r--r--classes/sota_m3ulcb.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass
index e7fa9c2..7ea273d 100644
--- a/classes/sota_m3ulcb.bbclass
+++ b/classes/sota_m3ulcb.bbclass
@@ -8,5 +8,5 @@ OSTREE_BOOTLOADER ?= "u-boot"
8 8
9UBOOT_MACHINE_sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig" 9UBOOT_MACHINE_sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig"
10 10
11PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" 11PREFERRED_RPROVIDER_network-configuration ?= "connman"
12IMAGE_INSTALL_append_sota = " virtual/network-configuration " 12IMAGE_INSTALL_append_sota = " network-configuration "