mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
Since Buildroot commit [1] "update to Bootlin toolchains 2025.08-1", the tests.package.test_dmidecode fails when building its Kernel 6.6.39 with gcc 15.1.0. This commit fixes the issue by updating the test Kernel to the latest 6.6.y version (6.6.102 at the time of this commit) which includes the fix for gcc-15. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/10984686001 [1]947dbc92a2Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit93e37c58b0) Signed-off-by: Thomas Perale <thomas.perale@mind.be>