summaryrefslogtreecommitdiffstats
path: root/doc/daily_work.inc
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-20 13:04:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:05:05 +0200
commit566b01cd5622ec9abffdb7e6724a91c7f96a7a19 (patch)
treedd32d83eaab753629e72bd9259315b8fdffe5c67 /doc/daily_work.inc
parentc9bc7660cb4fb17c57f16e82a86f034652299993 (diff)
downloadptxdist-566b01cd5622ec9abffdb7e6724a91c7f96a7a19.tar.gz
ptxdist-566b01cd5622ec9abffdb7e6724a91c7f96a7a19.tar.xz
Keep this string verbatim to use it everywhere
Adapt this variable to the same manner as all other variables as well. This ensures we can use them everywhere we want and can define the visible layout locally where we use it. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc/daily_work.inc')
-rw-r--r--doc/daily_work.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/daily_work.inc b/doc/daily_work.inc
index 8f9f88c07..bbde22376 100644
--- a/doc/daily_work.inc
+++ b/doc/daily_work.inc
@@ -225,8 +225,8 @@ With this preparation we can run it on our build host:
::
- $ cd platform-<platformname>/root
- platform-<platformname>/root$ qemu-<architecture> -cpu <cpu-core> -L . usr/bin/myapp
+ $ cd |ptxdistPlatformDir|/root
+ |ptxdistPlatformDir|/root$ qemu-<architecture> -cpu <cpu-core> -L . usr/bin/myapp
This command will run the application ``usr/bin/myapp`` built for an
<cpu-core> CPU on the build host and is using all library compontents
@@ -251,8 +251,8 @@ the QEMU in the first console as:
::
- $ cd platform-<platformname>/root-debug
- platform-<platformname>/root-debug$ qemu-<architecture> -g 1234 -cpu <cpu-core> -L . usr/bin/myapp
+ $ cd ptxdistPlatformDir/root-debug
+ ptxdistPlatformDir/root-debug$ qemu-<architecture> -g 1234 -cpu <cpu-core> -L . usr/bin/myapp
.. note:: PTXdist always builds two root filesystems. ``root/`` and
``root-debug/``. ``root/`` contains all components without debug