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

SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a Linux secondary"

LICENSE = "MIT"

IMAGE_INSTALL_remove = " \
                        "

IMAGE_INSTALL_append = " \
                        primary-network-config \
                       "

# vim:set ts=4 sw=4 sts=4 expandtab: