[poky] [PATCH 18/19] doc: Update profile-manual to use new core2_32 tune name
Darren Hart
dvhart at linux.intel.com
Tue Jan 21 16:59:03 PST 2014
Replace core2 with core2_32 where appropriate for the new
x86 tune naming.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Scott Rifenbark <scott.m.rifenbark at intel.com>>
Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton at intel.com>
Cc: Tom Zanussi <tom.zanussi at intel.com>
Cc: Nitin Kamble <nitin.a.kamble at intel.com>
Cc: Mark Hatle <mark.hatle at windriver.com>
Cc: Bruce Ashfield <bruce.ashfield at windriver.com>
Cc: Martin Jansa <martin.jansa at gmail.com>
---
.../profile-manual/profile-manual-usage.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml
index faae645..5577b1b 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:
<literallayout class='monospaced'>
- [trz at empanada core2]$ scp /home/trz/yocto/crownbay-tracing-dbg/build/tmp/deploy/rpm/core2/busybox-dbg-1.20.2-r2.core2.rpm root at 192.168.1.31:
+ [trz at 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 at 192.168.1.31:
root at 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
</literallayout>
Now install the debug rpm on the target:
<literallayout class='monospaced'>
- root at crownbay:~# rpm -i busybox-dbg-1.20.2-r2.core2.rpm
+ root at crownbay:~# rpm -i busybox-dbg-1.20.2-r2.core2_32.rpm
</literallayout>
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:
<literallayout class='monospaced'>
- $ 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
</literallayout>
Copy that over to the target machine:
<literallayout class='monospaced'>
--
1.7.9.5
More information about the poky
mailing list