diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 1aab7dc..01f1c85 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -242,6 +242,8 @@ Be aware that it will add several hundreds of MB to the generated file system. | |||
242 | 242 | ||
243 | The aktualizr tests will now be part of the deployed ptest suite, which can be run by calling `ptest-runner`. Alternatively, the required files and run script can be found in `/usr/lib/aktualizr/ptest`. | 243 | The aktualizr tests will now be part of the deployed ptest suite, which can be run by calling `ptest-runner`. Alternatively, the required files and run script can be found in `/usr/lib/aktualizr/ptest`. |
244 | 244 | ||
245 | The aktualizr ptests can be run via oe-selftest with `oe-selftest -r updater_qemux86_64_ptest`, but in the rocko and sumo branches, this is not fully supported due to valgrind issues with openssl 1.0.2 and issues with ptest timing out. | ||
246 | |||
245 | == Manual provisoning | 247 | == Manual provisoning |
246 | 248 | ||
247 | As described in <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section you can set `SOTA_DEPLOY_CREDENTIALS` to `0` to prevent deploying credentials to the built `wic` image. In this case you get a generic image that you can use e.g. on a production line to flash a series of devices. The cost of this approach is that this image is half-baked and should be provisioned before it can connect to the backend. | 249 | As described in <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section you can set `SOTA_DEPLOY_CREDENTIALS` to `0` to prevent deploying credentials to the built `wic` image. In this case you get a generic image that you can use e.g. on a production line to flash a series of devices. The cost of this approach is that this image is half-baked and should be provisioned before it can connect to the backend. |