blob: ac14233f604db91b220d8afcfba2f59129600b43 (
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 = "MIT"
IMAGE_INSTALL_remove = " \
virtual/network-configuration \
"
IMAGE_INSTALL_append = " \
primary-network-config \
"
# vim:set ts=4 sw=4 sts=4 expandtab:
|