summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/primary-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:50:55 +0200
commit1f854bdd2384dbe8aa26eb0e72856989f3dedbcf (patch)
treec8a0ea193e2614d4dbb2e7d44f5bc51f4eee2d13 /recipes-test/images/primary-image.bb
parentfab18b187ffc8046e69416115f3927891c947efe (diff)
downloadmeta-updater-1f854bdd2384dbe8aa26eb0e72856989f3dedbcf.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/primary-image.bb')
-rw-r--r--recipes-test/images/primary-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb
index ba1dc1f..e6896ea 100644
--- a/recipes-test/images/primary-image.bb
+++ b/recipes-test/images/primary-image.bb
@@ -5,7 +5,7 @@ SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a
5LICENSE = "MPL-2.0" 5LICENSE = "MPL-2.0"
6 6
7IMAGE_INSTALL_remove = " \ 7IMAGE_INSTALL_remove = " \
8 virtual/network-configuration \ 8 network-configuration \
9 " 9 "
10 10
11IMAGE_INSTALL_append = " \ 11IMAGE_INSTALL_append = " \