diff options
author | 2013-07-01 17:40:56 -0300 | |
---|---|---|
committer | 2013-07-02 12:14:37 -0300 | |
commit | 1cb885570c9666bf4c7f8986623fc66988cec292 (patch) | |
tree | 9298cef3293cfc754d927f540ee6b7990c844f82 | |
parent | 3b4c20c4f683b721994ea2e4e364c38601cd3c6b (diff) | |
download | meta-fsl-arm-1cb885570c9666bf4c7f8986623fc66988cec292.tar.gz meta-fsl-arm-1cb885570c9666bf4c7f8986623fc66988cec292.tar.bz2 meta-fsl-arm-1cb885570c9666bf4c7f8986623fc66988cec292.zip |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index ab0c6e2..d30ee43 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/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 \ |