diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-11-29 21:35:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 21:35:38 +0100 |
commit | c2aefc80c49d3dae3652670d9df060b19d33bb87 (patch) | |
tree | ebfe11d6ba3649b449eb5447a98831b1c67db4a1 | |
parent | 10ba32a970595a4b7a0a3e62e20706ac3abaf817 (diff) | |
parent | 6271a35218ffd82ae5870ff4868e87bb191e611a (diff) |
Merge pull request #11 from patrickvacek/fix/guppy/agl-sota
Update descriptions of agl-sota.
-rw-r--r-- | docs/getting-started/image-workflow-initialize-build-environment.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started/image-workflow-initialize-build-environment.md b/docs/getting-started/image-workflow-initialize-build-environment.md index eed41e7..e9a254c 100644 --- a/docs/getting-started/image-workflow-initialize-build-environment.md +++ b/docs/getting-started/image-workflow-initialize-build-environment.md @@ -133,8 +133,8 @@ Following are brief descriptions of the AGL features you can specify on the [Ptest](https://yoctoproject.org/docs/2.4.4/dev-manual/dev-manual.html#testing-packages-with-ptest) as part of the build. -* **agl-sota**: Enables State of the Art (SOTA) components and dependencies. - Includes meta-sota, meta-file systems, meta-ruby, and meta-rust. +* **agl-sota**: Enables Software Over-the-Air (SOTA) components and dependencies. + Includes meta-updater, meta-updater-qemux86-64, and meta-filesystems. * **agl-demo**: Enables the layers meta-agl-demo and meta-qt5. You need agl-demo if you are going to build the agl-demo-platform. |