[meta-freescale] [meta-fsl-ppc][PATCH 1/2] apptrk: fix the QA issue of debug symbol check

Zhenhua Luo zhenhua.luo at nxp.com
Tue Mar 1 19:49:36 PST 2016


Fix the following error:
| ERROR: apptrk-git-r0 do_package: QA Issue: File '/usr/bin/apptrk' from
| apptrk was already stripped, this will prevent future debugging! [already-stripped]

Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-bsp/apptrk/apptrk_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
index 4cbb721..6a22bf9 100644
--- a/recipes-bsp/apptrk/apptrk_git.bb
+++ b/recipes-bsp/apptrk/apptrk_git.bb
@@ -18,3 +18,5 @@ do_install() {
         install -d ${D}/usr/bin
         oe_runmake install DESTDIR=${D}
 }
+
+INSANE_SKIP_${PN} = "already-stripped"
-- 
2.4.3



More information about the meta-freescale mailing list