diff options
author | Topi Reinio <topi.reinio@digia.com> | 2013-08-12 12:33:42 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2013-08-12 14:15:03 +0300 |
commit | 3e7158fc3ba9a6f560524c7a6e5fed1932e1a340 (patch) | |
tree | ca331fd8f1b95d5a86022a600234faa1d85b4961 /src/doc | |
parent | c82f34ce573a4652e323da366618bffed62be883 (diff) |
Doc: Clarify embedded Android/Linux descriptions
On the Introduction page, clarify text about the two platforms:
- Add eAndroid + eLinux as listed items
- Remove duplicated sentences
- Mark which ref. devices support which platforms
- Note about support not being limited to ref. hardware
- Update title for B2Qt vs Qt for Android image
Change-Id: I6c69663910d25ea0f91f7ba7d0aafa1a871a3149
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc')
-rw-r--r-- | src/doc/images/b2qt-vs-qt-for-android.png | bin | 24526 -> 26745 bytes | |||
-rw-r--r-- | src/doc/src/b2qt.qdoc | 34 |
2 files changed, 18 insertions, 16 deletions
diff --git a/src/doc/images/b2qt-vs-qt-for-android.png b/src/doc/images/b2qt-vs-qt-for-android.png Binary files differindex 60ca0a8..4c2cf6d 100644 --- a/src/doc/images/b2qt-vs-qt-for-android.png +++ b/src/doc/images/b2qt-vs-qt-for-android.png diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index 9da714b..c9a3481 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -30,9 +30,9 @@ \li \b {\l{Installation Guide}} \li \b {\l{Preparing Hardware}} \list - \li \l{Preparing Nexus 7 for embedded Android Development}{Nexus 7} - \li \l{Preparing BeagleBoard-xM}{BeagleBoard-xM} - \li \l{Preparing Sabre Lite i.MX 6}{Sabre Lite i.MX 6} + \li \l{Preparing Nexus 7 for embedded Android Development}{Nexus 7 (embedded Android)} + \li \l{Preparing BeagleBoard-xM}{BeagleBoard-xM (embedded Android and Linux)} + \li \l{Preparing Sabre Lite i.MX 6}{Sabre Lite i.MX 6 (embedded Android and Linux)} \endlist \li \b {\l{Building and Running an Example}} \li \b {\l{Customization}} @@ -44,19 +44,21 @@ \section1 What is \B2Q? \b{\B2Q} is a light-weight UI stack for embedded systems, based on the - \l{http://qt.digia.com/}{Qt Framework} by Digia. - - \B2QA places Qt on top of an Android - kernel/baselayer and offers an elegant means of developing - beautiful and performant embedded devices. It runs on top of - Android 4.0/4.1 baselayers and has been tested and verified on a - number of different hardware configurations. - - \B2QL places Qt on top of an Linux - kernel/baselayer and offers the same elegant means of developing - beautiful and performant embedded devices as \B2QA. - It has been build using Yocto 1.4 'Dylan' release and has been tested and - verified on a number of different hardware configurations. + \l{http://qt.digia.com/}{Qt Framework} by Digia, offering an elegant + means of developing beautiful and performant embedded devices. It supports + two different operating systems: + + \list + \li \b{\B2QA} places Qt on top of an Android (version 4.0 or 4.1) + kernel/baselayer. + + \li \b{\B2QL} places Qt on top of an Linux kernel/baselayer, built + using Yocto 1.4 'Dylan' release. + \endlist + + Both versions have been tested and verified on a number of different + hardware configurations. \B2Q support is not limited to the devices used + as reference platforms, it can be made to run on a variety of hardware. \B2Q SDK provides a complete software development package for creating applications on embedded devices. It comes with |