From e5c9ceec6fce00d9d943ff49f6dd64a5f4d8f392 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 1 Jul 2013 17:40:56 -0300 Subject: [PATCH] imx-test.inc: Whitelist package QA warning/errors The binaries provided by Freescale does not provide debug symbols; we cannot fix those issues without full source code so ignore them. Change-Id: I86a56ef1ed200c2da46781e2e21c1d51d919b7f7 Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc index ab0c6e2f..d30ee43e 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc @@ -15,6 +15,8 @@ SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz \ file://clocks.sh \ file://mxc_x11_test-exclude-IMX-5-6-platforms.patch" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + INCLUDE_DIR="-I${STAGING_INCDIR} \ -I${STAGING_KERNEL_DIR}/include \ -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \ -- 2.40.1