summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-02-17 11:00:41 +0100
committerKalle Viironen <kalle.viironen@theqtcompany.com>2015-02-18 11:46:44 +0200
commit64f107a16590023e433b27db3ab57e968d9b7f0d (patch)
tree6576a953726b9eec1ad6b76a7c76c24febb9a2f0
parent5e20808693989708b4b78956f3f66bc4e13b18a6 (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>
-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