summaryrefslogtreecommitdiffstats
path: root/recipes-test
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-07-14 09:42:23 +0200
committerGitHub <noreply@github.com>2020-07-14 09:42:23 +0200
commit4af1ea60f37d8a63a3a9633be14591f1b2066cd1 (patch)
treea8bfc25e3f3d4e21ddaf548dd1679a2e414a1ec8 /recipes-test
parent983123656f93a28c4c1ad07e4b1855833511d922 (diff)
parent4cb3ea0eca94ba8b20d2c8035e6c12f863e4fd3d (diff)
downloadmeta-updater-4af1ea60f37d8a63a3a9633be14591f1b2066cd1.tar.gz
Merge pull request #749 from advancedtelematic/feat/dunfell/2020.8
Feat/dunfell/2020.8
Diffstat (limited to 'recipes-test')
-rw-r--r--recipes-test/images/primary-image.bb2
-rw-r--r--recipes-test/images/secondary-image.bb2
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
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 = " \
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 = " \