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.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb
new file mode 100644
index 0000000..1a41169
--- /dev/null
+++ b/recipes-test/images/secondary-image.bb
@@ -0,0 +1,27 @@
1include recipes-core/images/core-image-minimal.bb
2
3SUMMARY = "A minimal Uptane Secondary image running aktualizr-secondary"
4
5LICENSE = "MIT"
6
7
8# Remove default aktualizr primary, and the provisioning configuration (which
9# RDEPENDS on aktualizr)
10IMAGE_INSTALL_remove = " \
11 aktualizr \
12 aktualizr-auto-prov \
13 aktualizr-auto-prov-creds \
14 aktualizr-ca-implicit-prov \
15 aktualizr-ca-implicit-prov-creds \
16 aktualizr-hsm-prov \
17 aktualizr-uboot-env-rollback \
18 connman \
19 connman-client \
20 "
21
22IMAGE_INSTALL_append = " \
23 aktualizr-secondary \
24 secondary-network-config \
25 "
26
27# vim:set ts=4 sw=4 sts=4 expandtab: