From 1f854bdd2384dbe8aa26eb0e72856989f3dedbcf Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 10 May 2020 10:36:20 +0200 Subject: 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 --- recipes-test/images/primary-image.bb | 2 +- recipes-test/images/secondary-image.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-test') 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 LICENSE = "MPL-2.0" IMAGE_INSTALL_remove = " \ - virtual/network-configuration \ + network-configuration \ " IMAGE_INSTALL_append = " \ 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 = " \ aktualizr-device-prov \ aktualizr-device-prov-hsm \ aktualizr-uboot-env-rollback \ - virtual/network-configuration \ + network-configuration \ " IMAGE_INSTALL_append = " \ -- cgit v1.2.3-54-g00ecf