configs/ci20: use upstream Linux and U-Boot
authorEzequiel Garcia <ezequiel@collabora.com>
Tue, 11 Aug 2020 15:44:29 +0000 (12:44 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 12 Aug 2020 09:37:46 +0000 (11:37 +0200)
commite580fad559417df48f7e3123a58205947a09b656
tree32553729623496089228714e0e5fcacf2fe84925
parent36b8aad8b16208ac6ae0a7a2e2d4ac71359261c5
configs/ci20: use upstream Linux and U-Boot

The vendor kernel we are currently selecting no longer builds,
and fails with a ton of:

                 from include/linux/list.h:8,
                 from include/linux/module.h:9,
                 from arch/mips/jz4740/prom.c:16:
include/linux/log2.h:22:1: error: ignoring attribute 'noreturn' because it conflicts with attribute 'const' [-Werror=a
ttributes]
   22 | int ____ilog2_NaN(void);
      | ^~~

We can't afford to fix that, so let's just move to upstream
kernel and bootloader. It doesn't make much sense to keep
using an unsupported kernel and bootloader at this point.

This means we will be missing some of the features supported
by the vendor (such as HDMI support), but it is what it is.

Linux v5.7 and v5.4 have been tested to boot fine, the latter
is picked for the defconfig as it is an LTS version.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/674933782

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/ci20_defconfig