summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/primary-image.bb
blob: 935f7ac34749238bd27ad64b1fd0a2c3a45b1ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = " \
			virtual/network-configuration \
                        "

IMAGE_INSTALL_append = " \
                        primary-network-config \
                       "

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