[meta-ti] [rocko/thud/master][PATCH v2] gcc-arm-none-eabi: suppress more QA warnings and errors
Jacob Stiffler
j-stiffler at ti.com
Tue Mar 19 08:38:55 PDT 2019
As this is a pre-built package:
* Skip the build-deps and file-rdeps checks.
* Disable package debug split.
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
v2: rebase patch
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 b9e3639..f474c87 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"
--
2.7.4
More information about the meta-ti
mailing list