diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 17:58:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-02 10:26:11 +0200 |
commit | 912c096a468b26ad0e66fca24b906988468a8a03 (patch) | |
tree | 2a7963f91279022915389b65d610818bbf080f46 /meta-oe/classes | |
parent | 003ab56b8f21823f72d5be056684b6f290f70018 (diff) | |
download | meta-openembedded-912c096a468b26ad0e66fca24b906988468a8a03.tar.gz |
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@windriver.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/classes')
-rw-r--r-- | 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 9043b4e15..a2754df2a 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 | |||
530 | EXPORT_FUNCTIONS do_deploy | 530 | EXPORT_FUNCTIONS do_deploy |
531 | 531 | ||
532 | # perf must be enabled in individual kernel recipes | 532 | # perf must be enabled in individual kernel recipes |
533 | PACKAGES =+ "perf" | 533 | PACKAGES =+ "perf-dbg perf" |
534 | FILES_perf = "${bindir}/* \ | 534 | FILES_perf = "${bindir}/* \ |
535 | ${libexecdir}" | 535 | ${libexecdir}" |
536 | FILES_perf-dbg = "${FILES_${PN}-dbg}" | ||