summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-02-21 10:02:46 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-02-21 10:30:28 +0200
commit6dd8882f595fb6545badcf735e371c77a47906f8 (patch)
treeb4ef7b62beb4927e8a06c656e86a030fc6136674 /src/doc
parentf5abf901305804a64516a5ec9ebc3c151ab0c51b (diff)
doc: minor changes to customization inline code blocks
formatting changes and one path correction. Change-Id: I7a358f7dd210d84d67ea10257bfa2a91cd97bb1f Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/src/b2qt.qdoc19
1 files changed, 7 insertions, 12 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 4150b23..d589020 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -885,8 +885,7 @@
\li Install the dependencies for the Yocto tools. In Ubuntu,
the following packages are required:
\code
- sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
- build-essential chrpath libsdl1.2-dev xterm
+ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath libsdl1.2-dev xterm
\endcode
\endlist
@@ -896,7 +895,7 @@
\code
cd <your/yocto/build/directory>
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-yocto-meta/scripts/b2qt-init-build-env .
+ <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-yocto-meta/b2qt-init-build-env .
\endcode
\section2 Building the Image and Toolchain
@@ -933,22 +932,18 @@
\code
cd <your/qt/build/directory>
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-common/init_build_env.sh \
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
+ <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-common/init_build_env.sh <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
\endcode
You can use following scripts to build different parts of the \B2Q stack.
\code
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_qt.sh \
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_extras.sh \
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_image.sh \
- <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
+ <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_qt.sh <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
+ <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_extras.sh <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
+ <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_image.sh <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
\endcode
- After \e {embedded-linux/build_image.sh} has finished, you can flash the devices with
+ After \e {embedded-linux/build_image.sh} has finished, you can flash the device with
the updated image located in the build folder.
*/