summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/secondary-image.bb
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:49:53 +0200
commit44c3156736ac7722a971ee4be4e25543571e2104 (patch)
tree3ba8b42b48018a0b3ce8d53682971e3c8ace7ae9 /recipes-test/images/secondary-image.bb
parent7951110d5be5ee5ff5a54173be5137e873527742 (diff)
downloadmeta-updater-44c3156736ac7722a971ee4be4e25543571e2104.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 'recipes-test/images/secondary-image.bb')
-rw-r--r--recipes-test/images/secondary-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb
index 7db2c68..22fb7f3 100644
--- a/recipes-test/images/secondary-image.bb
+++ b/recipes-test/images/secondary-image.bb
@@ -16,7 +16,7 @@ IMAGE_INSTALL_remove = " \
16 aktualizr-device-prov \ 16 aktualizr-device-prov \
17 aktualizr-device-prov-hsm \ 17 aktualizr-device-prov-hsm \
18 aktualizr-uboot-env-rollback \ 18 aktualizr-uboot-env-rollback \
19 virtual/network-configuration \ 19 network-configuration \
20 " 20 "
21 21
22IMAGE_INSTALL_append = " \ 22IMAGE_INSTALL_append = " \