summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 2f74c1d..759259f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -143,7 +143,6 @@ First, you can set `SOTA_CLIENT_PROV` to control which provisioning recipe is us
143 143
144Second, you can write recipes to install additional config files with customized options. A few recipes already exist to address common needs and provide an example: 144Second, you can write recipes to install additional config files with customized options. A few recipes already exist to address common needs and provide an example:
145 145
146* link:recipes-sota/config/aktualizr-example-interface.bb[aktualizr-example-interface.bb] will configure aktualizr to connect to an example interface for a legacy flasher. This is intended to be used in conjunction with the `aktualizr-examples` package. See https://github.com/advancedtelematic/aktualizr/blob/master/docs/legacysecondary.adoc[legacysecondary.adoc] in the aktualizr repo for more information.
147* link:recipes-sota/config/aktualizr-disable-send-ip.bb[aktualizr-disable-send-ip.bb] disables the reporting of networking information to the server. This is enabled by default and supported by https://connect.ota.here.com/[HERE OTA Connect]. However, if you are using a different server that does not support this feature, you may want to disable it in aktualizr. 146* link:recipes-sota/config/aktualizr-disable-send-ip.bb[aktualizr-disable-send-ip.bb] disables the reporting of networking information to the server. This is enabled by default and supported by https://connect.ota.here.com/[HERE OTA Connect]. However, if you are using a different server that does not support this feature, you may want to disable it in aktualizr.
148* link:recipes-sota/config/aktualizr-log-debug.bb[aktualizr-log-debug.bb] sets the log level of aktualizr to 0 (trace). The default is 2 (info). This recipe is intended for development and debugging purposes. 147* link:recipes-sota/config/aktualizr-log-debug.bb[aktualizr-log-debug.bb] sets the log level of aktualizr to 0 (trace). The default is 2 (info). This recipe is intended for development and debugging purposes.
149 148
@@ -178,7 +177,7 @@ Please note that [target name, target version] pairs are expected to be unique i
178 177
179== QA with oe-selftest 178== QA with oe-selftest
180 179
181This layer relies on the test framework oe-selftest for quality assurance. Follow the steps below to run the tests: 180This layer relies on the test framework oe-selftest for quality assurance. Currently, you will need to run this in a build directory with `MACHINE` set to `qemux86-64`. Follow the steps below to run the tests:
182 181
1831. Append the line below to `conf/local.conf` to disable the warning about supported operating systems: 1821. Append the line below to `conf/local.conf` to disable the warning about supported operating systems:
184+ 183+