summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/secondary-image.bb
blob: c7a91dbf049894375fb697b91a2e901b1a5e3954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include recipes-core/images/core-image-minimal.bb

SUMMARY = "A minimal Uptane Secondary image running aktualizr-secondary"

LICENSE = "MIT"


# Remove default aktualizr primary, and the provisioning configuration (which
# RDEPENDS on aktualizr)
IMAGE_INSTALL_remove = " \
                        aktualizr \
                        aktualizr-auto-prov \
                        aktualizr-ca-implicit-prov \
                        aktualizr-hsm-prov \
                        aktualizr-implicit-prov \
                        "

IMAGE_INSTALL_append = " aktualizr-secondary "