mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
kernel.bbclass: put perf .debug dir in -dbg package
This is needed to avoid the following QA error: ERROR: QA Issue: non debug package contains .debug directory: kernel-dev path Patch proposed by Matthew McClintock <msm@freescale.com> (From OE-Core rev: df879f191d1e86596444cb30a0a77a785958520c) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
825c647f65
commit
0cd0a3b475
@@ -546,4 +546,5 @@ EXPORT_FUNCTIONS do_deploy
|
||||
PACKAGES =+ "perf-dbg perf"
|
||||
FILES_perf = "${bindir}/* \
|
||||
${libexecdir}"
|
||||
FILES_perf-dbg = "${FILES_${PN}-dbg}"
|
||||
FILES_perf-dbg = "${FILES_${PN}-dbg} \
|
||||
${KERNEL_SRC_PATH}/tools/perf/.debug"
|
||||
|
||||
Reference in New Issue
Block a user