[PATCH] gemini: Bump to kernel v5.10

Linus Walleij linus.walleij at linaro.org
Tue Apr 13 09:02:07 BST 2021


On Mon, Apr 12, 2021 at 8:32 PM Christian Lamparter <chunkeey at gmail.com> wrote:

> Hmm, when building this with the BUILDBOT config (CONFIG_BUILDBOT)
> and throw in the CONFIG_ALL_* for userspace + kernel modules for
> good measure. It fails with the default world build (without the
> V=s option) because the following symbols are not yet defined in
> either the generic or gemini-specific kernel config.
>
> CONFIG_COMPAT_32BIT_TIME
> CONFIG_PCIEASPM
> CONFIG_MTD_PHYSMAP_IXP4XX
> CONFIG_GPIO_CDEV_V1
> CONFIG_CPU_THERMAL
> CONFIG_DMA_PERNUMA_CMA
>
> At least CPU_THERMAL is also a show-stopper for apm82181 5.10,
> so should these just be added added as either disabled
> (# CONFIG_ ... is not set) or in case of CONFIG_PCIEASPM=X
> (whatever the default is there) in target/linux/generic/config-5.10?

Hm how do I help best with this? I don't always have the big picture of what
OpenWRT needs, just working in my little corner :D

I get as much as that we need to fix up target/linux/generic/config-5.10
as none of these config options pertain to Gemini per se.

I suppose I should make a separate patch for that setting them all to
"# .... is not set" simply.

I am unsure about the procedure to test it though, also I always get a
bit confused about how these configs are even generated.

Yours,
Linus Walleij



More information about the openwrt-devel mailing list