summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-11-11 13:40:48 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2016-11-11 12:42:50 +0000
commite21d5644c3ad946ea066bb41bbab52360f0391d5 (patch)
tree92877eb5f40bb379945402f31fe00a5922451c0c
parent6c920bad0a9e84e5d94d83473e0454ebfbe012b5 (diff)
Add link to source code of the module
Change-Id: I7d59469fad277c1a05a53fe9c9852f5de0660895 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rw-r--r--doc/ota.qdoc15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/ota.qdoc b/doc/ota.qdoc
index 26d9963..cc48a0b 100644
--- a/doc/ota.qdoc
+++ b/doc/ota.qdoc
@@ -35,13 +35,14 @@
The target device needs to have a support for the OTA to be able to update
wirelessly.
- The Qt OTA Update module provides tools that assist in enabling OTA update functionality
- in an embedded linux images build with \l {http://code.qt.io/cgit/yocto/meta-boot2qt.git/}
- {meta-boot2qt}. Generating new updates for OTA enabled devices is completely automated,
- given an ordinary linux sysroot as an input. This includes OTA updates for linux kernel,
- system libraries, user space applications, translation fixes, anything that is part of the
- sysroot. The offering includes \l {Qt OTA Update C++ Classes} {C++} and \l {Qt OTA Update QML Types}
- {QML} APIs to make integration with your Qt-based application a breeze.
+ The \l {http://code.qt.io/cgit/qt/qtotaupdate.git/} {Qt OTA Update} module provides tools
+ that assist in enabling OTA update functionality in an embedded linux images build with
+ \l {http://code.qt.io/cgit/yocto/meta-boot2qt.git/} {meta-boot2qt}. Generating new updates
+ for OTA enabled devices is completely automated, given an ordinary linux sysroot as an input.
+ This includes OTA updates for linux kernel, system libraries, user space applications,
+ translation fixes, anything that is part of the sysroot. The offering includes
+ \l {Qt OTA Update C++ Classes} {C++} and \l {Qt OTA Update QML Types} {QML} APIs to make
+ integration with your Qt-based application a breeze.
The OTA solution is based on \l {https://ostree.readthedocs.org/en/latest/} {OSTree}. If you
would like to learn more about OSTree workings refer to the OSTree Documentation. There you