summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
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-20 20:25:36 +0000
commitb3278c6d9921bd1187098bd3b01a766e64b5cedd (patch)
treea4020500a0ed14a2c80c03702728144c1ad1c863 /recipes-ti/devtools
parenta87476bbe0e16f243611cd82c5c6129907ed380e (diff)
downloadmeta-ti-b3278c6d9921bd1187098bd3b01a766e64b5cedd.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/devtools')
-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"