[Buildroot] [PATCH 1/1] configs/stm32f429_disco_xip: bump Linux to 6.1.155

Julien Olivain ju.o at free.fr
Sun Oct 19 16:34:08 UTC 2025


On 19/10/2025 17:46, Julien Olivain via buildroot wrote:
> Hi Dario,
> 
> On 13/10/2025 22:23, Dario Binacchi wrote:
>> The patch bumps the Linux kernel to version 6.1.155. The size of
>> xipImage has increased by only 1126 bytes (1673444 bytes compared to
>> 1672318 in version 6.1.143).
>> 
>> Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
> 
> Applied to master, thanks.
> 
> Could you consider a followup patch switching this defconfig to
> use an external Bootlin glibc stable toolchain, please?
> 
> See for example:
> https://gitlab.com/buildroot.org/buildroot/-/commit/9f9ec04c73f0b59eff324c1f23ac036dada3a185

I just realized this defconfig is Cortex-M4, so the glibc part is not 
possible.
I should have said uclibc instead. I think the following change could 
work:

-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
-# BR2_UCLIBC_INSTALL_UTILS is not set
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE=y

Could you try if this works on the board?

> Best regards,
> 
> Julien.


More information about the buildroot mailing list