summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 16:40:50 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-26 16:01:03 +0200
commitef981e0b160483e6ff93af8343d8bee8f3f52887 (patch)
treee85e6d59e6f6a6d1e276bdaba60f690d85ca6f52
parent9e6a9a7bf9015e064e4afb8aa68785e0cc9e2c86 (diff)
downloadmeta-updater-ef981e0b160483e6ff93af8343d8bee8f3f52887.tar.gz
Document necessary integration of network connectivity
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--README.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index d603ade..217f482 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`