summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOYTIS <anton.gerasimov@here.com>2018-10-12 16:58:15 +0200
committerGitHub <noreply@github.com>2018-10-12 16:58:15 +0200
commit145d2288dc1433002092673dd23291eb94acee04 (patch)
tree458a27c0f84a9f3b47e125921d847af55e6ea588
parentd2b431820b6caa496b772490ae02a7b9448789af (diff)
downloadmeta-updater-feat/OTA-627/targetversion.tar.gz
Fix typos/languagefeat/OTA-627/targetversion
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 01ec6d1..b893f95 100644
--- a/README.adoc
+++ b/README.adoc
@@ -175,7 +175,7 @@ Every time you build an image with `SOTA_PACKED_CREDENTIALS` set, a new entry in
1751. Set `GARAGE_TARGET_VERSION` variable in your `local.conf`. 1751. Set `GARAGE_TARGET_VERSION` variable in your `local.conf`.
1762. Write a recipe or a bbclass to write the desired version to `${STAGING_DATADIR_NATIVE}/target_version`. An example of such bbclass can be found in `classes/target_version_example.bbclass`. 1762. Write a recipe or a bbclass to write the desired version to `${STAGING_DATADIR_NATIVE}/target_version`. An example of such bbclass can be found in `classes/target_version_example.bbclass`.
177 177
178Please note that [target name, target version] pairs are expected to be unique in the system. If you build a new target with the same target version as a previously build one, the old package will be overwritten on the update server. It can have unpredictable effect on devices that have this version installed, it is not guaranteed that information will be reported correctly for such devices or that you will be able to update them (we're doing our best though). The easiest way to avoid problems is to make sure that your overriding version is as unique as OSTree commit hash. 178Please note that [target name, target version] pairs are expected to be unique in the system. If you build a new target with the same target version as a previously built one, the old package will be overwritten on the update server. It can have unpredictable effect on devices that have this version installed, and it is not guaranteed that information will be reported correctly for such devices or that you will be able to update them (we're doing our best though). The easiest way to avoid problems is to make sure that your overriding version is as unique as an OSTree commit hash.
179 179
180== QA with oe-selftest 180== QA with oe-selftest
181 181