diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 13 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 3 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-intro.xml | 11 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 26 |
4 files changed, 7 insertions, 46 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5e6dafd5b6..372d7b788f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -8179,21 +8179,20 @@ | |||
| 8179 | This line pulls in the listed include file that contains | 8179 | This line pulls in the listed include file that contains |
| 8180 | numerous lines of exactly that form: | 8180 | numerous lines of exactly that form: |
| 8181 | <literallayout class='monospaced'> | 8181 | <literallayout class='monospaced'> |
| 8182 | #SRCREV_pn-opkg-native ?= "${AUTOREV}" | ||
| 8183 | #SRCREV_pn-opkg-sdk ?= "${AUTOREV}" | ||
| 8184 | #SRCREV_pn-opkg ?= "${AUTOREV}" | ||
| 8185 | #SRCREV_pn-opkg-utils-naitve ?= "${AUTOREV}" | ||
| 8186 | #SRCREV_pn-opkg-utils ?= "${AUTOREV}" | ||
| 8182 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" | 8187 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" |
| 8183 | SRCREV_pn-matchbox-common ?= "${AUTOREV}" | 8188 | SRCREV_pn-matchbox-common ?= "${AUTOREV}" |
| 8184 | SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" | 8189 | SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" |
| 8185 | SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" | 8190 | SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" |
| 8186 | SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}" | 8191 | SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}" |
| 8187 | SRCREV_pn-matchbox-panel ?= "${AUTOREV}" | ||
| 8188 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" | 8192 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" |
| 8189 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" | 8193 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" |
| 8190 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" | 8194 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" |
| 8191 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" | 8195 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" . |
| 8192 | SRCREV_pn-matchbox-wm-2 ?= "${AUTOREV}" | ||
| 8193 | SRCREV_pn-settings-daemon ?= "${AUTOREV}" | ||
| 8194 | SRCREV_pn-screenshot ?= "${AUTOREV}" | ||
| 8195 | SRCREV_pn-libfakekey ?= "${AUTOREV}" | ||
| 8196 | SRCREV_pn-oprofileui ?= "${AUTOREV}" | ||
| 8197 | . | 8196 | . |
| 8198 | . | 8197 | . |
| 8199 | . | 8198 | . |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fd15dff9a1..b26f6f73f7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -3819,9 +3819,6 @@ | |||
| 3819 | "tools-debug" - Adds debugging tools such as gdb and | 3819 | "tools-debug" - Adds debugging tools such as gdb and |
| 3820 | strace. | 3820 | strace. |
| 3821 | 3821 | ||
| 3822 | "tools-profile" - Adds profiling tools such as oprofile, | ||
| 3823 | exmap, lttng and valgrind (x86 only). | ||
| 3824 | |||
| 3825 | "tools-sdk" - Adds development tools such as gcc, make, | 3822 | "tools-sdk" - Adds development tools such as gcc, make, |
| 3826 | pkgconfig and so forth. | 3823 | pkgconfig and so forth. |
| 3827 | 3824 | ||
diff --git a/documentation/sdk-manual/sdk-intro.xml b/documentation/sdk-manual/sdk-intro.xml index ae27562037..88ae77831c 100644 --- a/documentation/sdk-manual/sdk-intro.xml +++ b/documentation/sdk-manual/sdk-intro.xml | |||
| @@ -203,7 +203,7 @@ | |||
| 203 | <para> | 203 | <para> |
| 204 | User-space tools are available as part of the SDK development | 204 | User-space tools are available as part of the SDK development |
| 205 | process and can be helpful. | 205 | process and can be helpful. |
| 206 | The tools include LatencyTOP, PowerTOP, OProfile, Perf, SystemTap, | 206 | The tools include LatencyTOP, PowerTOP, Perf, SystemTap, |
| 207 | and Lttng-ust. | 207 | and Lttng-ust. |
| 208 | These tools are common development tools for the Linux platform. | 208 | These tools are common development tools for the Linux platform. |
| 209 | <itemizedlist> | 209 | <itemizedlist> |
| @@ -216,15 +216,6 @@ | |||
| 216 | determine what software is using the most power. | 216 | determine what software is using the most power. |
| 217 | You can find out more about PowerTOP at | 217 | You can find out more about PowerTOP at |
| 218 | <ulink url='https://01.org/powertop/'></ulink>.</para></listitem> | 218 | <ulink url='https://01.org/powertop/'></ulink>.</para></listitem> |
| 219 | <listitem><para><emphasis>OProfile:</emphasis> A system-wide | ||
| 220 | profiler for Linux systems that is capable of profiling all | ||
| 221 | running code at low overhead. | ||
| 222 | You can find out more about OProfile at | ||
| 223 | <ulink url='http://oprofile.sourceforge.net/about/'></ulink>. | ||
| 224 | For examples on how to setup and use this tool, see the | ||
| 225 | "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-oprofile'>OProfile</ulink>" | ||
| 226 | section in the Yocto Project Profiling and Tracing Manual. | ||
| 227 | </para></listitem> | ||
| 228 | <listitem><para><emphasis>Perf:</emphasis> Performance counters | 219 | <listitem><para><emphasis>Perf:</emphasis> Performance counters |
| 229 | for Linux used to keep track of certain types of hardware | 220 | for Linux used to keep track of certain types of hardware |
| 230 | and software events. | 221 | and software events. |
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index 9a942d1c1c..618e57030f 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
| @@ -1341,32 +1341,6 @@ | |||
| 1341 | <para> | 1341 | <para> |
| 1342 | Here are some specifics about the remote tools: | 1342 | Here are some specifics about the remote tools: |
| 1343 | <itemizedlist> | 1343 | <itemizedlist> |
| 1344 | <listitem><para><emphasis><filename>OProfile</filename>:</emphasis> | ||
| 1345 | Selecting this tool causes the | ||
| 1346 | <filename>oprofile-server</filename> on the remote | ||
| 1347 | target to launch on the local host machine. | ||
| 1348 | The <filename>oprofile-viewer</filename> must be | ||
| 1349 | installed on the local host machine and the | ||
| 1350 | <filename>oprofile-server</filename> must be installed | ||
| 1351 | on the remote target, respectively, in order to use. | ||
| 1352 | You must compile and install the | ||
| 1353 | <filename>oprofile-viewer</filename> from the source | ||
| 1354 | code on your local host machine. | ||
| 1355 | Furthermore, in order to convert the target's sample | ||
| 1356 | format data into a form that the host can use, you must | ||
| 1357 | have OProfile version 0.9.4 or greater installed on the | ||
| 1358 | host.</para> | ||
| 1359 | <para>You can locate both the viewer and server from | ||
| 1360 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/oprofileui/'></ulink>. | ||
| 1361 | You can also find more information on setting up and | ||
| 1362 | using this tool in the | ||
| 1363 | "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-oprofile'>oprofile</ulink>" | ||
| 1364 | section of the Yocto Project Profiling and Tracing | ||
| 1365 | Manual. | ||
| 1366 | <note>The <filename>oprofile-server</filename> is | ||
| 1367 | installed by default on the | ||
| 1368 | <filename>core-image-sato-sdk</filename> image.</note> | ||
| 1369 | </para></listitem> | ||
| 1370 | <listitem><para><emphasis><filename>Lttng2.0 trace import</filename>:</emphasis> | 1344 | <listitem><para><emphasis><filename>Lttng2.0 trace import</filename>:</emphasis> |
| 1371 | Selecting this tool transfers the remote target's | 1345 | Selecting this tool transfers the remote target's |
| 1372 | <filename>Lttng</filename> tracing data back to the | 1346 | <filename>Lttng</filename> tracing data back to the |
