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

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

LICENSE = "MPL-2.0"

IMAGE_INSTALL:remove = " \
			network-configuration \
                        "

IMAGE_INSTALL:append = " \
			 primary-network-config \
			 primary-config \
                       "

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