diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-05-10 10:36:20 +0200 |
---|---|---|
committer | Ming Liu <ming.liu@toradex.com> | 2020-05-10 10:36:20 +0200 |
commit | 5e08158e9eae225ce74017f5ea51fdf1ba27943b (patch) | |
tree | 093f4a5d83ccc7980292381033fcd33cbb0e67a3 /classes/sota_qemux86-64.bbclass | |
parent | 82d7e04924f847bccba3136d1602d5646486a926 (diff) | |
download | meta-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_qemux86-64.bbclass')
-rw-r--r-- | classes/sota_qemux86-64.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass index fc4aa7c..3dc2428 100644 --- a/classes/sota_qemux86-64.bbclass +++ b/classes/sota_qemux86-64.bbclass | |||
@@ -13,4 +13,4 @@ IMAGE_ROOTFS_EXTRA_SPACE = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', '655 | |||
13 | # fix for u-boot/swig build issue | 13 | # fix for u-boot/swig build issue |
14 | HOSTTOOLS_NONFATAL += "x86_64-linux-gnu-gcc" | 14 | HOSTTOOLS_NONFATAL += "x86_64-linux-gnu-gcc" |
15 | 15 | ||
16 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | 16 | IMAGE_INSTALL_append_sota = " network-configuration " |