From 6549f88790eb4a62db41f26ee5e740c7aa4f28c9 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Tue, 19 Mar 2019 21:38:55 +0000 Subject: gcc-arm-none-eabi: suppress more QA warnings and errors As this is a pre-built package: * Skip the build-deps and file-rdeps checks. * Disable package debug split. Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb index b9e3639b..f474c87f 100644 --- a/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb +++ b/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb @@ -23,6 +23,7 @@ do_install() { FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" -INSANE_SKIP_${PN} = "already-stripped libdir staticdev" +INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf