summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/conf/local.conf.base.append
blob: 36b2f59ff42aea4955fc501d6190f1de9462ed85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# meta-updater configuration, see README.adoc and aktualizr's
# documentation for more options and detailed documentation
#

MACHINE = "##MACHINE##"
DISTRO = "##DISTRO##"

# General SOTA setup
#SOTA_CLIENT_PROV = "aktualizr-shared-prov"
#SOTA_PACKED_CREDENTIALS = "/path/to/credentials.zip"

# Uncomment this line to start an ssh server at boot automatically
#IMAGE_FEATURES += "ssh-server-dropbear"

# Uncomment this line to set the log level of aktualizr to 'debug' (from 'info'
# by default)
#IMAGE_INSTALL_append += " aktualizr-log-debug"