summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-09-06 10:50:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 16:53:10 +0100
commit0cd0a3b475f9c6e5415be5dbbb65280f9aacad35 (patch)
treeadfcb29e31ad3daadcc661a315f774567d31bacd /meta/classes
parent825c647f6571e14969f645a41650e54a86350090 (diff)
downloadpoky-0cd0a3b475f9c6e5415be5dbbb65280f9aacad35.tar.gz
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>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 7ae2a53777..101f615178 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -546,4 +546,5 @@ EXPORT_FUNCTIONS do_deploy
546PACKAGES =+ "perf-dbg perf" 546PACKAGES =+ "perf-dbg perf"
547FILES_perf = "${bindir}/* \ 547FILES_perf = "${bindir}/* \
548 ${libexecdir}" 548 ${libexecdir}"
549FILES_perf-dbg = "${FILES_${PN}-dbg}" 549FILES_perf-dbg = "${FILES_${PN}-dbg} \
550 ${KERNEL_SRC_PATH}/tools/perf/.debug"