support/config-fragments/autobuild: use Bootlin toolchain for Xtensa uclibc
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 2 Feb 2021 22:53:37 +0000 (23:53 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Feb 2021 21:42:51 +0000 (22:42 +0100)
commitdcb2747d65ff44bcea5bab057647044112f3aa03
tree57301767080dd5547a7f5c0c5dd6a4787b6c0cca
parent6bed28e9967c03540fde11f4a1be8b4f45eb6418
support/config-fragments/autobuild: use Bootlin toolchain for Xtensa uclibc

Instead of using an external toolchain built specifically for the
autobuilders to test Xtensa/uclibc, use a pre-built Bootlin toolchain.

To be noted: that fragment was in fact already using a Bootlin
bleeding-edge toolchain, because BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y is
missing from the fragment:

    $ cat support/config-fragments/autobuild/br-xtensa-full.config >.config

    $ make olddefconfig

    $ grep BOOTLIN .config
    BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
    BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS=y
    BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE=y
    # BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_STABLE is not set

The original fragment was supposed to use a stable toolchain, so we
switch to explictly use a stable Bootlin toolchain.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[yann.morin.1998@free.fr:
  - add blurb about missing BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
support/config-fragments/autobuild/bootlin-xtensa-uclibc.config [new file with mode: 0644]
support/config-fragments/autobuild/br-xtensa-full.config [deleted file]
support/config-fragments/autobuild/toolchain-configs.csv