From e21d5644c3ad946ea066bb41bbab52360f0391d5 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Fri, 11 Nov 2016 13:40:48 +0100 Subject: Add link to source code of the module Change-Id: I7d59469fad277c1a05a53fe9c9852f5de0660895 Reviewed-by: Gatis Paeglis --- doc/ota.qdoc | 15 ++++++++------- 1 file 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 -- cgit v1.2.3