From fdd4dc5db9f8134cab7817cfb7d9a54cb84eb613 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2011 11:36:17 -0500 Subject: documentation/poky-ref-manual/development.xml: OProfileUI section updated Section 5.3.2 (Using OProfileUI) was out of date. Several of the URLs would not resolve. They were pointing to openedhand links that had not been maintained. I updated the entire section. (From OE-Core rev: 4678fcba5ab02669009d0ab67ec802f2ce1b087f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/development.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 5479854d8b..45df028f86 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -937,8 +937,8 @@ $ opreport -cl A graphical user interface for OProfile is also available. - You can download and build it from svn at - . + You can download and build it from the Yocto Project at + . If the "tools-profile" image feature is selected, all necessary binaries are installed onto the target device for OProfileUI interaction. @@ -954,7 +954,7 @@ $ opreport -cl ---> + In order to convert the data in the sample format from the target to the host you need the opimport program. @@ -963,13 +963,12 @@ $ opreport -cl OpenedHand repository. We recommend using OProfile 0.9.3 or greater. +--> Even though Poky usually includes all needed patches on the target device, you might find you need other OProfile patches for recent OProfileUI features. - If so, see the + If so, see the OProfileUI README for the most recent information. - You can also see OProfileUI website - for general information on the OProfileUI project.
@@ -1066,7 +1065,7 @@ $ opreport -cl a "vmlinux" file that matches the running kernel is available. In Poky, that file is usually located in /boot/vmlinux-KERNELVERSION, where KERNEL-version is the - version of the kernel (e.g. 2.6.23). + version of the kernel. Poky generates separate vmlinux packages for each kernel it builds so it should be a question of just making sure a matching package is installed - for example: opkg install kernel-vmlinux. -- cgit v1.2.3-54-g00ecf