[meta-ti] [rocko/thud/master][PATCH] gcc-arm-none-eabi: suppress more QA warnings and errors

Denys Dmytriyenko denys at ti.com
Tue Mar 19 08:47:36 PDT 2019


Care to rebase against latest updates? Thanks.

On Mon, Mar 18, 2019 at 12:13:03PM -0400, Jacob Stiffler wrote:
> 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>
> ---
>  recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> index d08dd2f..b0349af 100644
> --- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> +++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-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
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list