summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-03-19 21:38:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-19 17:48:51 +0000
commit6549f88790eb4a62db41f26ee5e740c7aa4f28c9 (patch)
tree8a61af43a7ab3c28cdf824b719fc0e5530d081b7
parent07a89c27458d713cd77e2b6d02387a490ccde16c (diff)
downloadmeta-ti-6549f88790eb4a62db41f26ee5e740c7aa4f28c9.tar.gz
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 <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb3
1 files changed, 2 insertions, 1 deletions
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() {
23 23
24FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" 24FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
25 25
26INSANE_SKIP_${PN} = "already-stripped libdir staticdev" 26INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps"
27INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
27 28
28BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"