summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-custom-embedded-linux.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-02-17 11:00:41 +0100
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-02-18 08:50:14 +0200
commitb23bcb38a90bb5820b34139576c04fed9f6d6309 (patch)
tree9ee72d1f103bd5996cd76419f518af5a303104a0 /src/doc/src/qtee-custom-embedded-linux.qdoc
parent098ffad3afbb3c3158f5d492eda0bc60c52cc7f8 (diff)
Doc: Update the list of required packages for BYOS
And split the command to several lines using '\' to avoid scrollbars in online documentation Task-number: QTEE-884 Change-Id: Icfaaacd4f65b140d763ac9a1d47af250064601e9 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'src/doc/src/qtee-custom-embedded-linux.qdoc')
-rw-r--r--src/doc/src/qtee-custom-embedded-linux.qdoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/doc/src/qtee-custom-embedded-linux.qdoc b/src/doc/src/qtee-custom-embedded-linux.qdoc
index 25ae673..2da45cf 100644
--- a/src/doc/src/qtee-custom-embedded-linux.qdoc
+++ b/src/doc/src/qtee-custom-embedded-linux.qdoc
@@ -51,10 +51,13 @@
\e {Package Manager}. The \e {Yocto meta layer} package
contains the additional recipes required to make the image
compatible with \B2Q.
- \li Install the dependencies for the Yocto tools and build
- scripts. In Ubuntu, the following packages are required:
+ \li Install the dependencies for the Yocto tools, build
+ scripts, and the Qt modules. In Ubuntu, the following
+ packages are required:
\badcode
- sudo apt-get install gawk wget git-core diffstat unzip p7zip texinfo gcc-multilib build-essential chrpath libsdl1.2-dev xterm
+ sudo apt-get install gawk wget git-core diffstat unzip p7zip-full texinfo \
+ gcc-multilib build-essential chrpath libsdl1.2-dev xterm gperf bison curl \
+ udisks screen
\endcode
\endlist