[Buildroot] [PATCH 1/1] support/config-fragments/autobuild: fix bootlin-xtensa-uclibc.config

Julien Olivain ju.o at free.fr
Mon Oct 10 03:09:37 UTC 2022


Commit 4cbf7336914f25478aea943456ba7dc3c892c21a
"arch/xtensa: custom configuration requires an overlay"
added an error message if BR2_XTENSA_CUSTOM is set and
BR_ARCH_XTENSA_OVERLAY_FILE is unset.

When testing a package with the command:

    ./utils/test-pkg --all --package somepackage

bootlin-xtensa-uclibc toolchain is always failing with error in the logfile:

    arch/arch.mk.xtensa:4: *** No xtensa overlay file provided. Check your BR2_XTENSA_OVERLAY_FILE setting.  Stop.

This commit fixes the toolchain config fragment by adding the same overlay
file found in qemu_xtensa_lx60_defconfig.

Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 support/config-fragments/autobuild/bootlin-xtensa-uclibc.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/config-fragments/autobuild/bootlin-xtensa-uclibc.config b/support/config-fragments/autobuild/bootlin-xtensa-uclibc.config
index c44525b203..780a41df47 100644
--- a/support/config-fragments/autobuild/bootlin-xtensa-uclibc.config
+++ b/support/config-fragments/autobuild/bootlin-xtensa-uclibc.config
@@ -1,5 +1,6 @@
 BR2_xtensa=y
 BR2_XTENSA_CUSTOM=y
 BR2_XTENSA_LITTLE_ENDIAN=y
+BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/95291b7c39e6f790d0b2f062c945a630290f2c81/overlays/xtensa_dc233c.tar.gz"
 BR2_TOOLCHAIN_EXTERNAL=y
 BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_STABLE=y
-- 
2.37.3




More information about the buildroot mailing list