From ff1bdc1c8bf745d88b6bd00f09bc4159ce96230d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 23:49:27 +0000 Subject: 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 Cc: Scott Rifenbark > Cc: Richard Purdie Cc: Paul Eggleton Cc: Tom Zanussi Cc: Nitin Kamble Cc: Mark Hatle Cc: Bruce Ashfield Cc: Martin Jansa Signed-off-by: Richard Purdie --- documentation/profile-manual/profile-manual-usage.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/profile-manual') 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 @@ build/tmp/deploy/rpm/* on the host system. Find the busybox-dbg-...rpm file and copy it to the target. For example: - [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: + [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: root@192.168.1.31's password: - busybox-dbg-1.20.2-r2.core2.rpm 100% 1826KB 1.8MB/s 00:01 + busybox-dbg-1.20.2-r2.core2_32.rpm 100% 1826KB 1.8MB/s 00:01 Now install the debug rpm on the target: - root@crownbay:~# rpm -i busybox-dbg-1.20.2-r2.core2.rpm + root@crownbay:~# rpm -i busybox-dbg-1.20.2-r2.core2_32.rpm Now that the debuginfo is installed, we see that the busybox entries now display their functions symbolically: @@ -3024,7 +3024,7 @@ First cd into the build directory that contains the hello executable: - $ cd build/tmp/work/core2-poky-linux/lttng-ust/2.0.5-r0/git/tests/hello/.libs + $ cd build/tmp/work/core2_32-poky-linux/lttng-ust/2.0.5-r0/git/tests/hello/.libs Copy that over to the target machine: -- cgit v1.2.3-54-g00ecf