diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-07 14:27:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:16 +0000 |
commit | cb50038b4bbab84e28bac2733bd447e856e1548b (patch) | |
tree | 6aab37f4abb677b13cca94c00c36a3aa2a52dbab /meta/conf | |
parent | a87cae5bb1b0168b29eef7076756ef1d7179ee72 (diff) | |
download | poky-cb50038b4bbab84e28bac2733bd447e856e1548b.tar.gz |
oprofile: remove the recipe
Perf is the preferred solution, and oprofile is difficult to
maintain against musl.
(From OE-Core rev: 5f470aed944c941b339652961a13266389288739)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/distro_alias.inc | 1 | ||||
-rw-r--r-- | meta/conf/layer.conf | 1 |
2 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 f7c8b4a6bd..3b0411c354 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
@@ -278,7 +278,6 @@ DISTRO_PN_ALIAS_pn-opkg-collateral = "OE-Core" | |||
278 | DISTRO_PN_ALIAS_pn-opkg-keyrings = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 278 | DISTRO_PN_ALIAS_pn-opkg-keyrings = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
279 | DISTRO_PN_ALIAS_pn-opkg-nogpg = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 279 | DISTRO_PN_ALIAS_pn-opkg-nogpg = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
280 | DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 280 | DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
281 | DISTRO_PN_ALIAS_pn-oprofile = "Debian=oprofile Fedora=oprofile" | ||
282 | DISTRO_PN_ALIAS_pn-os-release = "OE-Core" | 281 | DISTRO_PN_ALIAS_pn-os-release = "OE-Core" |
283 | DISTRO_PN_ALIAS_pn-packagegroup-base = "OE-Core" | 282 | DISTRO_PN_ALIAS_pn-packagegroup-base = "OE-Core" |
284 | DISTRO_PN_ALIAS_pn-packagegroup-core = "OE-Core" | 283 | DISTRO_PN_ALIAS_pn-packagegroup-core = "OE-Core" |
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 6be2a57a70..034232474f 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -63,7 +63,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
63 | font-alias->font-util \ | 63 | font-alias->font-util \ |
64 | weston-init->weston \ | 64 | weston-init->weston \ |
65 | weston-init->kbd \ | 65 | weston-init->kbd \ |
66 | oprofile->virtual/kernel \ | ||
67 | " | 66 | " |
68 | 67 | ||
69 | # We need to keep bitbake tools in PATH | 68 | # We need to keep bitbake tools in PATH |