diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-15 10:54:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:21 +0100 |
commit | 8f9f48a29a8478dce203b7b0e439ef5303b05475 (patch) | |
tree | 780fd0e21f297c339eea639e95275c786b3de775 /meta/conf/distro | |
parent | ff6d458f9ad4e2aed24997aea15ec930b0915c26 (diff) | |
download | poky-8f9f48a29a8478dce203b7b0e439ef5303b05475.tar.gz |
oprofileui: remove
oprofileui doesn't work anymore with not-so-recent changes to the oprofile
command line interface, and perf is becoming the expected profiling solution so
any future profiling tools should be using that instead.
(From OE-Core rev: 324f7cea3e73eb3f64cdfa221398797ddd2b50e9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/distro_alias.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index f3315b450c..d6ba66bbbb 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
@@ -281,8 +281,6 @@ DISTRO_PN_ALIAS_pn-opkg-keyrings = "OSPDT upstream=git://git.yoctoproject.org/op | |||
281 | DISTRO_PN_ALIAS_pn-opkg-nogpg = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 281 | DISTRO_PN_ALIAS_pn-opkg-nogpg = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
282 | DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 282 | DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
283 | DISTRO_PN_ALIAS_pn-oprofile = "Debian=oprofile Fedora=oprofile" | 283 | DISTRO_PN_ALIAS_pn-oprofile = "Debian=oprofile Fedora=oprofile" |
284 | DISTRO_PN_ALIAS_pn-oprofileui = "Fedora=oprofileui Ubuntu=oprofile-gui Debian=oprofile-gui" | ||
285 | DISTRO_PN_ALIAS_pn-oprofileui-server = "Fedora=oprofileui Ubuntu=oprofile-gui Debian=oprofile-gui" | ||
286 | DISTRO_PN_ALIAS_pn-os-release = "OE-Core" | 284 | DISTRO_PN_ALIAS_pn-os-release = "OE-Core" |
287 | DISTRO_PN_ALIAS_pn-packagegroup-base = "OE-Core" | 285 | DISTRO_PN_ALIAS_pn-packagegroup-base = "OE-Core" |
288 | DISTRO_PN_ALIAS_pn-packagegroup-core = "OE-Core" | 286 | DISTRO_PN_ALIAS_pn-packagegroup-core = "OE-Core" |