aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-09-06 10:50:40 -0700
committerScott Garman <scott.a.garman@intel.com>2012-09-24 09:51:11 -0700
commitdf879f191d1e86596444cb30a0a77a785958520c (patch)
tree4fe21e693976c6da60c462f88058de397eea902c
parent9ebb327ae17d1a765fd1499546ccf9076bb93234 (diff)
downloadopenembedded-core-df879f191d1e86596444cb30a0a77a785958520c.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> Signed-off-by: Scott Garman <scott.a.garman@intel.com>
-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
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"