diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-11-29 21:35:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 21:35:15 +0100 |
commit | 4de4045cadbc182b85c20aa523ba74db9a15c981 (patch) | |
tree | 04210dac10ad3a309fc38c8cb709ffee0cfc21de /docs/getting-started | |
parent | 6297a8ba3faa31f324631214e234be1a5fa8d001 (diff) | |
parent | da0dcadf4899d5b8f30ba3de6bb038210da93ba8 (diff) |
Merge pull request #12 from patrickvacek/fix/flounder/agl-sota
Update descriptions of agl-sota.
Diffstat (limited to 'docs/getting-started')
-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. |