diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-11-26 10:01:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-26 10:01:10 +0100 |
| commit | 700ec83a1b5a177829bc52af43134c39a74ee865 (patch) | |
| tree | 5c2fc3d48e903006f8e06f2b5f912f54c0567ad7 /conf | |
| parent | 8d340b0cc95bf98e844bd550bd779ae4fe772d9f (diff) | |
| parent | d0e40bd02a5eefc753e9a51b5904283fc7d626ce (diff) | |
| download | meta-updater-700ec83a1b5a177829bc52af43134c39a74ee865.tar.gz | |
Merge pull request #633 from advancedtelematic/feat/warrior/2019.10
Feat/warrior/2019.10
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/poky-sota-systemd.conf | 2 | ||||
| -rw-r--r-- | conf/distro/poky-sota.conf | 2 | ||||
| -rw-r--r-- | conf/local.conf.base.append | 18 | ||||
| -rw-r--r-- | conf/local.conf.systemd.append (renamed from conf/local.conf.sample.append) | 20 |
4 files changed, 21 insertions, 21 deletions
diff --git a/conf/distro/poky-sota-systemd.conf b/conf/distro/poky-sota-systemd.conf index b30b322..0dc50b0 100644 --- a/conf/distro/poky-sota-systemd.conf +++ b/conf/distro/poky-sota-systemd.conf | |||
| @@ -2,7 +2,7 @@ require conf/distro/poky.conf | |||
| 2 | 2 | ||
| 3 | require conf/distro/sota.conf.inc | 3 | require conf/distro/sota.conf.inc |
| 4 | 4 | ||
| 5 | DISTRO = "poky-sota" | 5 | DISTRO = "poky-sota-systemd" |
| 6 | DISTRO_NAME = "OTA-enabled Linux" | 6 | DISTRO_NAME = "OTA-enabled Linux" |
| 7 | DISTRO_VERSION = "1.0" | 7 | DISTRO_VERSION = "1.0" |
| 8 | DISTRO_CODENAME = "sota" | 8 | DISTRO_CODENAME = "sota" |
diff --git a/conf/distro/poky-sota.conf b/conf/distro/poky-sota.conf index 3fb1d20..bfac90f 100644 --- a/conf/distro/poky-sota.conf +++ b/conf/distro/poky-sota.conf | |||
| @@ -5,3 +5,5 @@ DISTRO = "poky-sota" | |||
| 5 | DISTRO_NAME = "OTA-enabled Linux" | 5 | DISTRO_NAME = "OTA-enabled Linux" |
| 6 | DISTRO_VERSION = "1.0" | 6 | DISTRO_VERSION = "1.0" |
| 7 | DISTRO_CODENAME = "sota" | 7 | DISTRO_CODENAME = "sota" |
| 8 | |||
| 9 | IMAGE_INSTALL_append_sota = " ostree-booted" | ||
diff --git a/conf/local.conf.base.append b/conf/local.conf.base.append new file mode 100644 index 0000000..36b2f59 --- /dev/null +++ b/conf/local.conf.base.append | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # | ||
| 2 | # meta-updater configuration, see README.adoc and aktualizr's | ||
| 3 | # documentation for more options and detailed documentation | ||
| 4 | # | ||
| 5 | |||
| 6 | MACHINE = "##MACHINE##" | ||
| 7 | DISTRO = "##DISTRO##" | ||
| 8 | |||
| 9 | # General SOTA setup | ||
| 10 | #SOTA_CLIENT_PROV = "aktualizr-shared-prov" | ||
| 11 | #SOTA_PACKED_CREDENTIALS = "/path/to/credentials.zip" | ||
| 12 | |||
| 13 | # Uncomment this line to start an ssh server at boot automatically | ||
| 14 | #IMAGE_FEATURES += "ssh-server-dropbear" | ||
| 15 | |||
| 16 | # Uncomment this line to set the log level of aktualizr to 'debug' (from 'info' | ||
| 17 | # by default) | ||
| 18 | #IMAGE_INSTALL_append += " aktualizr-log-debug" | ||
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 | |||
| 7 | MACHINE = "##MACHINE##" | ||
| 8 | DISTRO = "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 |
