summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/recipes-test/images/primary-image.bb
blob: e6896ea52b3413632d1c6680fd6f43d0e82a76f2 (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: