summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-01 11:02:30 +0100
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-01 11:02:30 +0100
commit6680bfb70ce2285ef5243e489073fb26bc63f0e7 (patch)
tree683aac263122d9dee96f22c5b3cffb09c4ff113e /conf
parent22165a78b34583c1389c0c9c5841c5377bad6e10 (diff)
downloadmeta-updater-6680bfb70ce2285ef5243e489073fb26bc63f0e7.tar.gz
OTA-3988: Non-systemd/poky-sota local.conf
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.nonsystemd.conf.sample.append19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/local.nonsystemd.conf.sample.append b/conf/local.nonsystemd.conf.sample.append
new file mode 100644
index 0000000..6aeb61c
--- /dev/null
+++ b/conf/local.nonsystemd.conf.sample.append
@@ -0,0 +1,19 @@
1
2#
3# meta-updater configuration, see README.adoc and aktualizr's
4# documentation for more options and detailed documentation
5#
6
7MACHINE = "##MACHINE##"
8DISTRO = "poky-sota"
9
10# General SOTA setup
11#SOTA_CLIENT_PROV = "aktualizr-shared-prov"
12#SOTA_PACKED_CREDENTIALS = "/path/to/credentials.zip"
13
14# Uncomment this line to start an ssh server at boot automatically
15#IMAGE_FEATURES += "ssh-server-dropbear"
16
17# Uncomment this line to set the log level of aktualizr to 'debug' (from 'info'
18# by default)
19#IMAGE_INSTALL_append += " aktualizr-log-debug"