summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/secondary-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/images/secondary-image.bb')
-rw-r--r--recipes-test/images/secondary-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb
index 22fb7f3..95e09cf 100644
--- a/recipes-test/images/secondary-image.bb
+++ b/recipes-test/images/secondary-image.bb
@@ -9,7 +9,7 @@ SOTA_HARDWARE_ID ?= "${MACHINE}-sndry"
9 9
10# Remove default aktualizr primary, and the provisioning configuration (which 10# Remove default aktualizr primary, and the provisioning configuration (which
11# RDEPENDS on aktualizr) 11# RDEPENDS on aktualizr)
12IMAGE_INSTALL_remove = " \ 12IMAGE_INSTALL:remove = " \
13 aktualizr \ 13 aktualizr \
14 aktualizr-shared-prov \ 14 aktualizr-shared-prov \
15 aktualizr-shared-prov-creds \ 15 aktualizr-shared-prov-creds \
@@ -19,7 +19,7 @@ IMAGE_INSTALL_remove = " \
19 network-configuration \ 19 network-configuration \
20 " 20 "
21 21
22IMAGE_INSTALL_append = " \ 22IMAGE_INSTALL:append = " \
23 aktualizr-secondary \ 23 aktualizr-secondary \
24 secondary-network-config \ 24 secondary-network-config \
25 secondary-config \ 25 secondary-config \