summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-03-07 13:39:57 +0100
committerGitHub <noreply@github.com>2019-03-07 13:39:57 +0100
commit1ab7fa4922c5a19bd323189d3c0aee42dc0cade0 (patch)
treedc39757595ec025e53f8bfe91e71185a1aa9b519 /README.adoc
parent7dde0813d67a3225f1dda0afc17f8925c5208f47 (diff)
parent0599a6cb5911aa2fb546f39bab11b2b59397428c (diff)
downloadmeta-updater-1ab7fa4922c5a19bd323189d3c0aee42dc0cade0.tar.gz
Merge pull request #504 from advancedtelematic/fix/rm-connman
Remove connman
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index ed85f89..b23f04b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -74,6 +74,8 @@ You may take a look into https://github.com/advancedtelematic/meta-updater-minno
74 74
75Although we have used U-Boot so far, other boot loaders can be configured work with OSTree as well. 75Although we have used U-Boot so far, other boot loaders can be configured work with OSTree as well.
76 76
77Your images will also need network connectivity to be able to reach an actual OTA backend. Our 'poky-sota' distribution does not mandate or install a default network manager but our supported platforms use the `virtual/network-configuration` recipe, which can be used as a starting example.
78
77== SOTA-related variables in local.conf 79== SOTA-related variables in local.conf
78 80
79* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo` 81* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo`