summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 11:36:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 08:01:16 -0700
commitf720dea42d11116c3cee773f4bd273a3a1e69118 (patch)
tree6023bb85dd0c38ab413b0cd9b1997f35842e5fd1 /documentation/poky-ref-manual
parent108990f9a2e4fdc94897f9d22fc4b4833ed5c1a1 (diff)
downloadast2050-yocto-poky-f720dea42d11116c3cee773f4bd273a3a1e69118.zip
ast2050-yocto-poky-f720dea42d11116c3cee773f4bd273a3a1e69118.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/development.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index 5479854..45df028 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -937,8 +937,8 @@ $ opreport -cl
<para>
A graphical user interface for OProfile is also available.
- You can download and build it from svn at
- <ulink url="http://svn.o-hand.com/repos/oprofileui/trunk/"></ulink>.
+ You can download and build it from the Yocto Project at
+ <ulink url="http://git.yoctoproject.org/cgit.cgi/oprofileui/"></ulink>.
If the "tools-profile" image feature is selected, all necessary binaries
are installed onto the target device for OProfileUI interaction.
</para>
@@ -954,7 +954,7 @@ $ opreport -cl
</caption>
</mediaobject>
</screenshot>
--->
+
<para>
In order to convert the data in the sample format from the target
to the host you need the <filename>opimport</filename> program.
@@ -963,13 +963,12 @@ $ opreport -cl
<ulink url='http://debian.o-hand.com/'>OpenedHand repository</ulink>.
We recommend using OProfile 0.9.3 or greater.
</para>
+-->
<para>
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 <ulink url='http://svn.o-hand.com/repos/oprofileui/trunk/README'>
+ If so, see the <ulink url='http://git.yoctoproject.org/cgit.cgi/oprofileui/tree/README'>
OProfileUI README</ulink> for the most recent information.
- You can also see <ulink url="http://labs.o-hand.com/oprofileui">OProfileUI website
- </ulink> for general information on the OProfileUI project.
</para>
<section id="platdev-oprofile-oprofileui-online">
@@ -1066,7 +1065,7 @@ $ opreport -cl
a "vmlinux" file that matches the running kernel is available.
In Poky, that file is usually located in
<filename>/boot/vmlinux-KERNELVERSION</filename>, 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: <filename>opkg install kernel-vmlinux</filename>.
OpenPOWER on IntegriCloud