support/scripts/gen-bootlin-toolchains: correct xtensa-lx60 toolchain dependencies
Fixes: http://autobuild.buildroot.net/results/011/0111c2ed54618daaeedfc66b0ea04eda00a7e855/ http://autobuild.buildroot.net/results/e53/e53e3880b63a23fa3b3e6d34664d40d5ddbdff89/ .. As listed in the br_fragment file of the toolchain, this is built for a little-endian "custom" xtensa variant rather than the (big-endian) fsf one: BR2_xtensa=y BR2_XTENSA_CUSTOM=y So update the dependencies in the script and regenerate Config.in.options / toolchain test. Also fixup the autobuild config snippet to match. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
9ada4eb2f1
commit
a0aff89ed2
@@ -2567,7 +2567,8 @@ class TestExternalToolchainBootlinX86i686UclibcStable(TestExternalToolchain):
|
||||
class TestExternalToolchainBootlinXtensalx60UclibcBleedingEdge(TestExternalToolchain):
|
||||
config = """
|
||||
BR2_xtensa=y
|
||||
BR2_xtensa_fsf=y
|
||||
BR2_XTENSA_CUSTOM=y
|
||||
BR2_XTENSA_LITTLE_ENDIAN=y
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE=y
|
||||
@@ -2582,7 +2583,8 @@ class TestExternalToolchainBootlinXtensalx60UclibcBleedingEdge(TestExternalToolc
|
||||
class TestExternalToolchainBootlinXtensalx60UclibcStable(TestExternalToolchain):
|
||||
config = """
|
||||
BR2_xtensa=y
|
||||
BR2_xtensa_fsf=y
|
||||
BR2_XTENSA_CUSTOM=y
|
||||
BR2_XTENSA_LITTLE_ENDIAN=y
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_STABLE=y
|
||||
|
||||
Reference in New Issue
Block a user