diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-11-27 09:11:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 09:11:43 +0100 |
commit | 970e602f1b31e1bb10950def90d4f7aa80f6f98a (patch) | |
tree | 3f0b4392eefe4fef4af24580c347bf84ca3d920a /docs | |
parent | 06840a76cfd3b87c3b1d93afcffff3dc8f01ec98 (diff) | |
parent | 482273719f797a3c77e689945317c34b588fc4cb (diff) |
Merge pull request #8 from patrickvacek/fix/agl-sota
Update descriptions of agl-sota.
Diffstat (limited to 'docs')
-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..a751785 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, meta-filesystems, and meta-python. * **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. |