summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-01-02 16:32:51 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2017-01-02 16:32:51 +0100
commit7e11aad9ac155c740e820e01e124c3678ea57c21 (patch)
tree2accf339e9de63fcf48e0897b41d7fbe855f6587
parent04afbbce867db48722809dead6271951b00d803c (diff)
downloadmeta-updater-7e11aad9ac155c740e820e01e124c3678ea57c21.tar.gz
Make systemd distro default
-rw-r--r--meta-sota-raspberrypi/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sota-raspberrypi/conf/local.conf.sample b/meta-sota-raspberrypi/conf/local.conf.sample
index a6597db..53b1b6b 100644
--- a/meta-sota-raspberrypi/conf/local.conf.sample
+++ b/meta-sota-raspberrypi/conf/local.conf.sample
@@ -84,7 +84,7 @@ MACHINE ??= "raspberrypi3"
84# Ultimately when creating custom policy, people will likely end up subclassing 84# Ultimately when creating custom policy, people will likely end up subclassing
85# these defaults. 85# these defaults.
86# 86#
87DISTRO ?= "poky-sota" 87DISTRO ?= "poky-sota-systemd"
88# As an example of a subclass there is a "bleeding" edge policy configuration 88# As an example of a subclass there is a "bleeding" edge policy configuration
89# where many versions are set to the absolute latest code from the upstream 89# where many versions are set to the absolute latest code from the upstream
90# source control systems. This is just mentioned here as an example, its not 90# source control systems. This is just mentioned here as an example, its not