[oe-commits] Mark Hatle : kernel.bbclass: Add support for perf-dbg package

git version control git at git.openembedded.org
Sat Jul 2 08:27:58 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 912c096a468b26ad0e66fca24b906988468a8a03
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=912c096a468b26ad0e66fca24b906988468a8a03

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Mon Jun 20 17:58:45 2011 +0000

kernel.bbclass: Add support for perf-dbg package

The perf component is built with the kernel, so ensure that it gets the
debug information associated with it.

Also bump the PR in the linux-yocto-* to ensure they get rebuilt.

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/classes/kernel.bbclass |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index 9043b4e..a2754df 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -530,6 +530,7 @@ addtask deploy before do_package after do_install
 EXPORT_FUNCTIONS do_deploy
 
 # perf must be enabled in individual kernel recipes
-PACKAGES =+ "perf"
+PACKAGES =+ "perf-dbg perf"
 FILES_perf = "${bindir}/* \
               ${libexecdir}"
+FILES_perf-dbg = "${FILES_${PN}-dbg}"





More information about the Openembedded-commits mailing list