summaryrefslogtreecommitdiffstats
path: root/recipes-ti
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:49:27 +0000
commit97902447ab1f332c631a1dfbbd101a773761148f (patch)
tree292e5f80f8b72582ae5fa15801a57e4bae9c2062 /recipes-ti
parent2aab52b0294baa2aea299c6d77cd07ef6a23774c (diff)
downloadmeta-ti-97902447ab1f332c631a1dfbbd101a773761148f.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>
Diffstat (limited to 'recipes-ti')
-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"