diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-05-10 10:36:20 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-07-08 15:51:07 +0200 |
commit | 6628d9721de89874b8ae735dcacfa3c214e3d207 (patch) | |
tree | 144c8b1910b66d2448c2c5c55d54f5f6eb0c524b /recipes-test/images | |
parent | 9a61ba49260d1108ced710dc1c2f37c07271035e (diff) | |
download | meta-updater-6628d9721de89874b8ae735dcacfa3c214e3d207.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')
-rw-r--r-- | recipes-test/images/primary-image.bb | 2 | ||||
-rw-r--r-- | recipes-test/images/secondary-image.bb | 2 |
2 files changed, 2 insertions, 2 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 | |||
5 | LICENSE = "MPL-2.0" | 5 | LICENSE = "MPL-2.0" |
6 | 6 | ||
7 | IMAGE_INSTALL_remove = " \ | 7 | IMAGE_INSTALL_remove = " \ |
8 | virtual/network-configuration \ | 8 | network-configuration \ |
9 | " | 9 | " |
10 | 10 | ||
11 | IMAGE_INSTALL_append = " \ | 11 | 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 = " \ | |||
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 | ||
22 | IMAGE_INSTALL_append = " \ | 22 | IMAGE_INSTALL_append = " \ |