Re: [meta-arm] [PATCH] arm-bsp/external-system: remove redundant DEBUG_PREFIX_MAP fiddling

Denys Dmytriyenko <[email protected]> Fri, 6 Feb 2026 11:20:25 -0500
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
On Fri, Feb 06, 2026 at 02:44:02PM +0000, Ross Burton via lists.yoctoproject.org wrote:
> We have a newer gcc-arm-none-eabi now, so this can be removed.

Still no plans for a proper baremetal multiconfig? Promises, promises... ;)


> Signed-off-by: Ross Burton <[email protected]>
> ---
>  .../recipes-bsp/external-system/external-system_0.1.0.bb   | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
> index d297c9d047..1d08817e78 100644
> --- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
> +++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
> @@ -21,16 +21,13 @@ PRODUCT = "corstone-1000"
>  
>  B = "${WORKDIR}/build"
>  
> -# remove once arm-none-eabi-gcc updates to 13 or newer like poky
> -DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map"
> -
>  LDFLAGS[unexport] = "1"
>  
>  do_compile() {
>      oe_runmake -C ${S} V=y \
>          BUILD_PATH=${B} \
> -	PRODUCT=${PRODUCT} \
> -	CROSS_COMPILE=arm-none-eabi- \
> +        PRODUCT=${PRODUCT} \
> +        CROSS_COMPILE=arm-none-eabi- \
>          all
>  }
>  
> -- 
> 2.43.0