summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-06 09:44:03 +0100
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-06 13:35:34 +0100
commitc74c4eb5399ed7a195e00172774a283582da6e44 (patch)
treeb1795d33c637011c2ae517c538f40be74aee723b /conf
parent3f904325ad5d307f308e020e9bc4d24a8afdf7af (diff)
downloadmeta-updater-c74c4eb5399ed7a195e00172774a283582da6e44.tar.gz
OTA-3988: Split the local.conf to a base and a distro specific partfeat/OTA-3988/non-systemd-support
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.base.append (renamed from conf/local.nonsystemd.conf.sample.append)3
-rw-r--r--conf/local.conf.systemd.append (renamed from conf/local.conf.sample.append)20
2 files changed, 1 insertions, 22 deletions
diff --git a/conf/local.nonsystemd.conf.sample.append b/conf/local.conf.base.append
index 6aeb61c..36b2f59 100644
--- a/conf/local.nonsystemd.conf.sample.append
+++ b/conf/local.conf.base.append
@@ -1,11 +1,10 @@
1
2# 1#
3# meta-updater configuration, see README.adoc and aktualizr's 2# meta-updater configuration, see README.adoc and aktualizr's
4# documentation for more options and detailed documentation 3# documentation for more options and detailed documentation
5# 4#
6 5
7MACHINE = "##MACHINE##" 6MACHINE = "##MACHINE##"
8DISTRO = "poky-sota" 7DISTRO = "##DISTRO##"
9 8
10# General SOTA setup 9# General SOTA setup
11#SOTA_CLIENT_PROV = "aktualizr-shared-prov" 10#SOTA_CLIENT_PROV = "aktualizr-shared-prov"
diff --git a/conf/local.conf.sample.append b/conf/local.conf.systemd.append
index fc565f8..12e0182 100644
--- a/conf/local.conf.sample.append
+++ b/conf/local.conf.systemd.append
@@ -1,23 +1,3 @@
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-systemd"
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"
20
21# Store systemd logs in persistent storage 1# Store systemd logs in persistent storage
22# 2#
23# It greatly helps diagnosing issues on testing devices but should be 3# It greatly helps diagnosing issues on testing devices but should be