summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-01-03 10:37:58 +0100
committerGitHub <noreply@github.com>2017-01-03 10:37:58 +0100
commit1b75e3e9262cbeca0acb06ef075c635e1dc0b650 (patch)
tree465a4c14317c9628ff85b1ed18cdb91889005015
parent7bb7323d72e85ad80f324e5edcd7ea43f77f04d4 (diff)
parent391750c6dc697035b76e1398bb42bdca3c5b0d62 (diff)
downloadmeta-updater-1b75e3e9262cbeca0acb06ef075c635e1dc0b650.tar.gz
Merge pull request #2 from advancedtelematic/feat/systemddistro
Make systemd distro default
-rw-r--r--meta-sota-minnowboard/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sota-minnowboard/conf/local.conf.sample b/meta-sota-minnowboard/conf/local.conf.sample
index a437207..597abe9 100644
--- a/meta-sota-minnowboard/conf/local.conf.sample
+++ b/meta-sota-minnowboard/conf/local.conf.sample
@@ -87,7 +87,7 @@ UBOOT_MACHINE = "minnowmax_defconfig"
87# Ultimately when creating custom policy, people will likely end up subclassing 87# Ultimately when creating custom policy, people will likely end up subclassing
88# these defaults. 88# these defaults.
89# 89#
90DISTRO ?= "poky-sota" 90DISTRO ?= "poky-sota-systemd"
91# As an example of a subclass there is a "bleeding" edge policy configuration 91# As an example of a subclass there is a "bleeding" edge policy configuration
92# where many versions are set to the absolute latest code from the upstream 92# where many versions are set to the absolute latest code from the upstream
93# source control systems. This is just mentioned here as an example, its not 93# source control systems. This is just mentioned here as an example, its not