summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-30 11:39:30 +0200
committerGitHub <noreply@github.com>2019-07-30 11:39:30 +0200
commitf13dd347107648176bc54458ce65c9cdf68730c8 (patch)
tree0bc76ce44cd8f32e7ed9bf16ca0ac92421b8e5a8
parentb7e38fc7f4163a5e733b02ba41b8b671d84debc6 (diff)
parent924a190936f24eb9978e66c8a9e44c2d5873f2a4 (diff)
downloadmeta-updater-f13dd347107648176bc54458ce65c9cdf68730c8.tar.gz
Merge pull request #571 from advancedtelematic/fix/aktualizr-polling-interval-typo
README: fix type in recipe name.
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 1a4d6bb..dd07425 100644
--- a/README.adoc
+++ b/README.adoc
@@ -118,7 +118,7 @@ Your images will also need network connectivity to be able to reach an actual OT
118* `SOTA_DT_OVERLAYS` - whitespace-separated list of used device tree overlays for FIT image. This list is OSTree-updateable as well. 118* `SOTA_DT_OVERLAYS` - whitespace-separated list of used device tree overlays for FIT image. This list is OSTree-updateable as well.
119* `SOTA_EXTRA_CONF_FRAGS` - extra https://lxr.missinglinkelectronics.com/uboot/doc/uImage.FIT/overlay-fdt-boot.txt[configuration fragments] for FIT image. 119* `SOTA_EXTRA_CONF_FRAGS` - extra https://lxr.missinglinkelectronics.com/uboot/doc/uImage.FIT/overlay-fdt-boot.txt[configuration fragments] for FIT image.
120* `RESOURCE_xxx_pn-aktualizr` - controls maximum resource usage of the aktualizr service, when `aktualizr-resource-control` is installed on the image. See <<aktualizr service resource control>> for details. 120* `RESOURCE_xxx_pn-aktualizr` - controls maximum resource usage of the aktualizr service, when `aktualizr-resource-control` is installed on the image. See <<aktualizr service resource control>> for details.
121* `SOTA_POLLING_SEC` - sets polling interval for aktualizr to check for updates if aktualizr-polling-sec is included in the image. 121* `SOTA_POLLING_SEC` - sets polling interval for aktualizr to check for updates if aktualizr-polling-interval is included in the image.
122 122
123== Usage 123== Usage
124 124