Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-19 Thread Khem Raj
On Tue, Sep 19, 2017 at 7:13 AM, Martin Jansa wrote: > Yes, > > GNU gold (GNU Binutils 2.29.0.20170912) 1.14 that is the problem. We can't use gold for kernel. > > On Tue, Sep 19, 2017 at 4:01 PM, Khem Raj wrote: >> >> is >> >>

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-19 Thread Martin Jansa
Yes, GNU gold (GNU Binutils 2.29.0.20170912) 1.14 On Tue, Sep 19, 2017 at 4:01 PM, Khem Raj wrote: > is > /OE/build/owpb/webos-ports/tmp-glibc/work/raspberrypi3_ > 64-webos-linux/linux-raspberrypi/1_4.9.50+gitAUTOINC+46e2d4d1bd-r0/ >

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-19 Thread Khem Raj
is /OE/build/owpb/webos-ports/tmp-glibc/work/raspberrypi3_64-webos-linux/linux-raspberrypi/1_4.9.50+gitAUTOINC+46e2d4d1bd-r0/recipe-sysroot-native/usr/bin/aarch64-webos-linux/../../libexec/aarch64-webos-linux/gcc/aarch64-webos-linux/7.2.0/ld gold ? On Tue, Sep 19, 2017 at 6:58 AM, Martin Jansa

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-19 Thread Martin Jansa
On Mon, Sep 18, 2017 at 12:29:44PM -0700, Khem Raj wrote: > On Mon, Sep 18, 2017 at 11:48 AM, Martin Jansa wrote: > > With these 3 changes included I see following failure with raspberrypi3-64, > > it might be something caused by last oe-core upgrade, but I haven't noticed

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-18 Thread Martin Jansa
With these 3 changes included I see following failure with raspberrypi3-64, it might be something caused by last oe-core upgrade, but I haven't noticed anything suspicious there. Looks familiar? | VDSOL arch/arm64/kernel/vdso/vdso.so.dbg |

[yocto] [meta-raspberrypi][PATCH 1/3] linux-raspberrypi_4.9.bb: Upgrade to 4.9.50

2017-09-17 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index ba17020..068965f 100644 ---