mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user