summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-23 17:30:15 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-08-15 17:49:09 +0200
commite733afe2022e700eb4318208d6a2fadd69e04d55 (patch)
tree767a3c3fe26a4d571644026932737db16a4c3b89
parentc1a7031a9569bd1edf3fff7083678938f8077c3a (diff)
downloadmeta-updater-e733afe2022e700eb4318208d6a2fadd69e04d55.tar.gz
README: describe OSTREE_BRANCHNAME.
Not sure how that one got away for so long! It's one of the most commonly used, after all. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> (cherry-picked from commit 5593f8500385fdd8532828b539ed5e2dc75bad2c)
-rw-r--r--README.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 8e872f2..e91ea92 100644
--- a/README.adoc
+++ b/README.adoc
@@ -99,6 +99,7 @@ Your images will also need network connectivity to be able to reach an actual OT
99 99
100== SOTA-related variables in local.conf 100== SOTA-related variables in local.conf
101 101
102* `OSTREE_BRANCHNAME` - OSTree branch name. Defaults to `${SOTA_HARDWARE_ID}`. Particularly useful for grouping similar images.
102* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo` 103* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo`
103* `OSTREE_OSNAME` - OS deployment name on your target device. For more information about deployments and osnames see the https://ostree.readthedocs.io/en/latest/manual/deployment/[OSTree documentation]. Defaults to "poky". 104* `OSTREE_OSNAME` - OS deployment name on your target device. For more information about deployments and osnames see the https://ostree.readthedocs.io/en/latest/manual/deployment/[OSTree documentation]. Defaults to "poky".
104* `OSTREE_COMMIT_BODY` - Message attached to OSTree commit. Empty by default. 105* `OSTREE_COMMIT_BODY` - Message attached to OSTree commit. Empty by default.