diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-10-20 09:36:08 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-27 07:50:33 +0100 |
commit | cb9376f79aa41b8689ce985fc67ab4d978c51c76 (patch) | |
tree | 296f3a4358ac2607c6f353f085df8307e6f86526 /documentation | |
parent | 95a85f5688236dbe37ea7522e08d7718553c4378 (diff) | |
download | openembedded-core-cb9376f79aa41b8689ce985fc67ab4d978c51c76.tar.gz openembedded-core-cb9376f79aa41b8689ce985fc67ab4d978c51c76.tar.bz2 openembedded-core-cb9376f79aa41b8689ce985fc67ab4d978c51c76.zip |
Removed reference to pre-build in section 5.3.2, "Using OprofileUI".
The "Using OprofileUI" section had a description of how to use a
pre-built UI and how to download and build one. Feedback from Jessica
Zhang suggested removing the instruction for using a pre-built UI.
All that remains in the first paragraph now is instruction on how
to download and build the UI.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 0ae9e6f0fa..17c65e1c71 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -858,10 +858,9 @@ $ opreport -cl <para> A graphical user interface for OProfile is also available. You can - either use prebuilt Debian packages from the <ulink - url='http://debian.o-hand.com/'>OpenedHand repository</ulink> or - download and build from svn at - http://svn.o-hand.com/repos/oprofileui/trunk/. If the + download and build it from svn at + <ulink url="http://svn.o-hand.com/repos/oprofileui/trunk/"></ulink>. + If the "tools-profile" image feature is selected, all necessary binaries are installed onto the target device for OProfileUI interaction. </para> |