| Message ID | 20260206144402.1583348-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | arm-bsp/external-system: remove redundant DEBUG_PREFIX_MAP fiddling | expand |
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 <ross.burton@arm.com> > --- > .../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
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 }
We have a newer gcc-arm-none-eabi now, so this can be removed. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../recipes-bsp/external-system/external-system_0.1.0.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)