diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2019-03-19 21:38:55 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-20 20:25:36 +0000 |
| commit | b3278c6d9921bd1187098bd3b01a766e64b5cedd (patch) | |
| tree | a4020500a0ed14a2c80c03702728144c1ad1c863 /recipes-ti/devtools | |
| parent | a87476bbe0e16f243611cd82c5c6129907ed380e (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 24 | FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" | 24 | FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" |
| 25 | 25 | ||
| 26 | INSANE_SKIP_${PN} = "already-stripped libdir staticdev" | 26 | INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps" |
| 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 27 | 28 | ||
| 28 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
