Re: [OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-02-03 Thread Khem Raj
On Mon, Feb 3, 2020 at 9:32 AM Martin Jansa wrote: > > On Mon, Feb 03, 2020 at 08:45:40AM -0800, Khem Raj wrote: > > On Mon, Feb 3, 2020 at 8:42 AM Martin Jansa wrote: > > > > > It fails to build with gold enabled (ld-is-gold in DISTRO_FEATURES) > > > > > > First olddefconfig fails with "gold lin

Re: [OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-02-03 Thread Martin Jansa
On Mon, Feb 03, 2020 at 08:45:40AM -0800, Khem Raj wrote: > On Mon, Feb 3, 2020 at 8:42 AM Martin Jansa wrote: > > > It fails to build with gold enabled (ld-is-gold in DISTRO_FEATURES) > > > > First olddefconfig fails with "gold linker 'x86_64-oe-linux-ld' not > > supported" and then it fails wit

Re: [OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-02-03 Thread Bruce Ashfield
On Mon, Feb 3, 2020 at 11:45 AM Khem Raj wrote: > > > > On Mon, Feb 3, 2020 at 8:42 AM Martin Jansa wrote: >> >> It fails to build with gold enabled (ld-is-gold in DISTRO_FEATURES) >> >> First olddefconfig fails with "gold linker 'x86_64-oe-linux-ld' not >> supported" and then it fails with a bi

Re: [OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-02-03 Thread Khem Raj
On Mon, Feb 3, 2020 at 8:42 AM Martin Jansa wrote: > It fails to build with gold enabled (ld-is-gold in DISTRO_FEATURES) > > First olddefconfig fails with "gold linker 'x86_64-oe-linux-ld' not > supported" and then it fails with a bit misleading error about oldnoconfig > (which is called only whe

Re: [OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-02-03 Thread Martin Jansa
It fails to build with gold enabled (ld-is-gold in DISTRO_FEATURES) First olddefconfig fails with "gold linker 'x86_64-oe-linux-ld' not supported" and then it fails with a bit misleading error about oldnoconfig (which is called only when oddefconfig fails) and then the whole log repeats itself aga

Re: [OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-01-31 Thread Khem Raj
kernel-seltest fails now to build https://errors.yoctoproject.org/Errors/Details/308578/ On Tue, Jan 28, 2020 at 2:14 PM wrote: > > From: Bruce Ashfield > > This creates recipes for the v5.4/* branches of the linux-yocto > reference kernel. > > preempt-rt, yaffs2, aufs5 and reference board spec

[OE-core] [PATCH 1/3] linux-yocto: introduce 5.4 recipes

2020-01-28 Thread bruce . ashfield
From: Bruce Ashfield This creates recipes for the v5.4/* branches of the linux-yocto reference kernel. preempt-rt, yaffs2, aufs5 and reference board specific patches are part of these branches. All major architectures: x86,x86-64,ARM, ARM64,ppc,mips and mips64 have been feature tested against th