summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-06 10:31:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 23:11:59 +0100
commitb590fab4a1e483657815f31ede17d09fea483b14 (patch)
tree126921c879292b01a47fa9ffd18b37040f2e2b6c /documentation/dev-manual
parentd2084cc95ac185d7e4e19b633739c8ea27cd268a (diff)
downloadpoky-b590fab4a1e483657815f31ede17d09fea483b14.tar.gz
dev-manual, ref-manual, sdk-manual: Removing oprofile references.
Fixes [YOCTO #9264] I handled the occurrences of "oprofile" and "tools-profile" throughout as I could. They are not all done yet. These in this commit have been removed. (From yocto-docs rev: d76e264ea210846ad8080134bacd56462ba69d24) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml13
1 files changed, 6 insertions, 7 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 .