support/scripts/gen-bootlin-toolchains: correct xtensa-lx60 toolchain dependencies
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 2 Mar 2021 21:15:51 +0000 (22:15 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 2 Mar 2021 22:52:49 +0000 (23:52 +0100)
commita0aff89ed2ba39baee10b7f3a4fdc2d2cfd68ea1
tree47ff7e6f4971d74be5cf93a035053e750831f4fa
parent9ada4eb2f1c3d67ee49f6f5466738bcd821fc647
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>
support/config-fragments/autobuild/bootlin-xtensa-uclibc.config
support/scripts/gen-bootlin-toolchains
support/testing/tests/toolchain/test_external_bootlin.py
toolchain/toolchain-external/toolchain-external-bootlin/Config.in.options