summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 23:49:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 00:50:54 +0000
commitff1bdc1c8bf745d88b6bd00f09bc4159ce96230d (patch)
tree022f4209e4e5634a9f66d9f40099db8ae561282e /documentation/profile-manual
parent78bd3a1bf7139cb383be51eb42319e654c53cf72 (diff)
downloadpoky-ff1bdc1c8bf745d88b6bd00f09bc4159ce96230d.tar.gz
doc: Update profile-manual to use new core2_32 tune name
Replace core2 with core2_32 where appropriate for the new x86 tune naming. (From yocto-docs rev: 665dd19cd041f1f33e2107b57933f9a6eab2ee90) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Scott Rifenbark <scott.m.rifenbark@intel.com>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Paul Eggleton <paul.eggleton@intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com> Cc: Mark Hatle <mark.hatle@windriver.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual')
-rw-r--r--documentation/profile-manual/profile-manual-usage.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml
index faae645974..5577b1b001 100644
--- a/documentation/profile-manual/profile-manual-usage.xml
+++ b/documentation/profile-manual/profile-manual-usage.xml
@@ -381,13 +381,13 @@
381 build/tmp/deploy/rpm/* on the host system. Find the 381 build/tmp/deploy/rpm/* on the host system. Find the
382 busybox-dbg-...rpm file and copy it to the target. For example: 382 busybox-dbg-...rpm file and copy it to the target. For example:
383 <literallayout class='monospaced'> 383 <literallayout class='monospaced'>
384 [trz@empanada core2]$ scp /home/trz/yocto/crownbay-tracing-dbg/build/tmp/deploy/rpm/core2/busybox-dbg-1.20.2-r2.core2.rpm root@192.168.1.31: 384 [trz@empanada core2]$ scp /home/trz/yocto/crownbay-tracing-dbg/build/tmp/deploy/rpm/core2_32/busybox-dbg-1.20.2-r2.core2_32.rpm root@192.168.1.31:
385 root@192.168.1.31's password: 385 root@192.168.1.31's password:
386 busybox-dbg-1.20.2-r2.core2.rpm 100% 1826KB 1.8MB/s 00:01 386 busybox-dbg-1.20.2-r2.core2_32.rpm 100% 1826KB 1.8MB/s 00:01
387 </literallayout> 387 </literallayout>
388 Now install the debug rpm on the target: 388 Now install the debug rpm on the target:
389 <literallayout class='monospaced'> 389 <literallayout class='monospaced'>
390 root@crownbay:~# rpm -i busybox-dbg-1.20.2-r2.core2.rpm 390 root@crownbay:~# rpm -i busybox-dbg-1.20.2-r2.core2_32.rpm
391 </literallayout> 391 </literallayout>
392 Now that the debuginfo is installed, we see that the busybox 392 Now that the debuginfo is installed, we see that the busybox
393 entries now display their functions symbolically: 393 entries now display their functions symbolically:
@@ -3024,7 +3024,7 @@
3024 First cd into the build directory that contains the hello 3024 First cd into the build directory that contains the hello
3025 executable: 3025 executable:
3026 <literallayout class='monospaced'> 3026 <literallayout class='monospaced'>
3027 $ cd build/tmp/work/core2-poky-linux/lttng-ust/2.0.5-r0/git/tests/hello/.libs 3027 $ cd build/tmp/work/core2_32-poky-linux/lttng-ust/2.0.5-r0/git/tests/hello/.libs
3028 </literallayout> 3028 </literallayout>
3029 Copy that over to the target machine: 3029 Copy that over to the target machine:
3030 <literallayout class='monospaced'> 3030 <literallayout class='monospaced'>