Re: [Buildroot] [PATCH] linux: Fix powerpc64le defconfig selection

2022-05-26 Thread Michael Ellerman
Arnout Vandecappelle writes: > On 16/05/2022 15:17, Michael Ellerman wrote: >> Arnout Vandecappelle writes: >>> On 10/05/2022 04:20, Joel Stanley wrote: The default defconfig target for the 64 bit powerpc kernel is ppc64_defconfig, the big endian configuration. When building

Re: [Buildroot] [PATCH] linux: Fix powerpc64le defconfig selection

2022-05-18 Thread Arnout Vandecappelle
On 16/05/2022 15:17, Michael Ellerman wrote: Arnout Vandecappelle writes: On 10/05/2022 04:20, Joel Stanley wrote: The default defconfig target for the 64 bit powerpc kernel is ppc64_defconfig, the big endian configuration. When building for powerpc64le users want the little endian kernel

Re: [Buildroot] [PATCH] linux: Fix powerpc64le defconfig selection

2022-05-18 Thread Arnd Bergmann
On Mon, May 16, 2022 at 2:17 PM Michael Ellerman wrote: > Having said that I think we could handle this better in the powerpc > kernel. Other arches allow specifying a different value for ARCH, which > then is fed into the defconfig. > > That way you could at least pass ARCH=ppc/ppc64/ppc64le,

Re: [Buildroot] [PATCH] linux: Fix powerpc64le defconfig selection

2022-05-16 Thread Michael Ellerman
Arnout Vandecappelle writes: > On 10/05/2022 04:20, Joel Stanley wrote: >> The default defconfig target for the 64 bit powerpc kernel is >> ppc64_defconfig, the big endian configuration. >> >> When building for powerpc64le users want the little endian kernel as >> they can't boot LE userspace on