[yocto] Sysroot bug in bitbake or wrong configuration?

2017-09-19 Thread Svein Seldal
I have the spu-image.bb recipe below, and running on Pyro, the recipe behaves differently if the recipe is run on a fresh system with no sstate elements, compared to a system that has a sstate cache present. The failure is that the spu-image required the host tool "uuidgen", and thus has DEP

[yocto] [meta-raspberrypi][PATCH V2 4/4] xserver-xf86-config: Disable glamor for the modesetting driver on pi64

2017-09-19 Thread Khem Raj
Fixes a xorg server crash with musl see details https://github.com/voidlinux/void-packages/issues/6091 Signed-off-by: Khem Raj --- .../xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf | 6 ++ recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 9 +++-- 2 files

[yocto] [meta-raspberrypi][PATCH V2 3/4] linux-raspberrypi: Build dtbs with dtbs make target for rpi64

2017-09-19 Thread Khem Raj
OE currently builds dtb files with its own custom targets by specifying each dtb file as makefile target, this creates bad dtb for rpi64 bit. This patch calles 'make dtbs' at the end which regenerates the correct dtb files This makes the vc4 initialize properly on rpi64 Signed-off-by: Khem Raj -

[yocto] [meta-raspberrypi][PATCH V2 2/4] raspberrypi3-64: Use vc4-fkms-v3d overlay for rpi64

2017-09-19 Thread Khem Raj
Use correct overlay for enabled vc4 accelaration This enable 3D accelaration over dispmanx on vc4/rpi64 Enable audio over HDMI Disable overscan to avoid graphics glitches Signed-off-by: Khem Raj --- Changes in v2: None conf/machine/raspberrypi3-64.conf | 1 + recipes-bsp/bootfiles/rpi-con

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

2017-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- Changes in v2: None 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 --- a

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 >> >> /OE/build/owpb/webos-ports/tmp-glibc/work/raspberrypi3_64-webos-lin

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/ > recipe-sysroot-native/usr/bin/aarch64-webos-linux/../../ > li

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 w

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 > > anything suspicious