[yocto] [RFT] gcc7 and glibc-2.26 recipes

2017-04-16 Thread Khem Raj
Hello All I have put together recipes for upcoming gcc-7 major release as well as glibc 2.26 release, which we would target for next release ( 2.4 ) There are several changes in gcc-7 which will need fixing packages. If you have time to spare feel free to give it a shot and send fixes for the pac

Re: [yocto] [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 04:43:16PM -0700, Khem Raj wrote: > same :) see my series. > You were a little faster so you won. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Trevor Woerner
On Sat 2017-04-15 @ 08:09:02 PM, Andreas Müller wrote: > You can have > accelerated X11 + wayland in one image without any trouble with proper > working modesetting (and HDMI sound is on it's way). I got chromium building with it (it was a simple DEPENDS) and on the image I just built sound is alr

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Sun, Apr 16, 2017 at 1:16 AM, Trevor Woerner wrote: > w00T! \O/ > > Swapping out meta-raspberrypi for your meta-raspi-light works!!! I now have > accelerated glmark2-es2 ~40FPS :-D > > Now I have to figure out why... > > Also, chromium wouldn't build with meta-raspi2-light, but that's probably

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Sun, Apr 16, 2017 at 1:16 AM, Trevor Woerner wrote: > w00T! \O/ > > Swapping out meta-raspberrypi for your meta-raspi-light works!!! I now have > accelerated glmark2-es2 ~40FPS :-D 40fps for glmark-es2 (did you mean glxgears)? The total result I get for Pi3 on X11 (xfce) is ~105-117 depending o

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Trevor Woerner
On Mon 2017-04-17 @ 01:52:57 AM, Andreas Müller wrote: > On Sun, Apr 16, 2017 at 1:16 AM, Trevor Woerner wrote: > > w00T! \O/ > > > > Swapping out meta-raspberrypi for your meta-raspi-light works!!! I now have > > accelerated glmark2-es2 ~40FPS :-D > 40fps for glmark-es2 (did you mean glxgears)? T

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Trevor Woerner
On Mon 2017-04-17 @ 01:23:25 AM, Andreas Müller wrote: > > Thank you very much for your explanations, they really cleared up a lot of > > stuff in my head. Already I'm 10x smarter on this stuff (which doesn't say > > much about where I started!) ;-) It was probably a good thing I spent the > > las

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Trevor Woerner
On Mon 2017-04-17 @ 01:23:25 AM, Andreas Müller wrote: > > I got chromium building with it (it was a simple DEPENDS) and on the image I > > just built sound is already working! > * You have chromium building (and running?). This is on my endless > TODO-list (have firefox on my image but that crashe

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Mon, Apr 17, 2017 at 2:30 AM, Trevor Woerner wrote: > On Mon 2017-04-17 @ 01:23:25 AM, Andreas Müller wrote: >> > Thank you very much for your explanations, they really cleared up a lot of >> > stuff in my head. Already I'm 10x smarter on this stuff (which doesn't say >> > much about where I st

[yocto] Patch failures

2017-04-16 Thread Paul D. DeRocco
I'm trying to migrate an Atom-based build from Fido to Morty, and also switch from 32-bit mode to x32. On a clean build, it gets about half way through, and then suddenly coughs up a patch error. I've put blank lines between the log lines so that the email word wrap won't be as confusing: -- DEBU

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Mon, Apr 17, 2017 at 2:27 AM, Trevor Woerner wrote: > On Mon 2017-04-17 @ 01:52:57 AM, Andreas Müller wrote: >> On Sun, Apr 16, 2017 at 1:16 AM, Trevor Woerner wrote: >> > w00T! \O/ >> > >> > Swapping out meta-raspberrypi for your meta-raspi-light works!!! I now have >> > accelerated glmark2-e

[yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Bump to head and fix missing native dependency

2017-04-16 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 72297d0..0e0f9ba 100644 --- a/recipes-multim

[yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Andrei Gherzan
quant-a.S uses rbit thumb instruction unconditionally even though only from ARMV6T2 this is available (which is not the case for RPI1, RPI0 etc). Avoid this by disabling asm. Signed-off-by: Andrei Gherzan --- recipes-multimedia/x264/x264_git.bbappend | 1 + 1 file changed, 1 insertion(+) create

Re: [yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-16 Thread Andrei Gherzan
On Thu, Apr 13, 2017 at 07:37:48PM +0100, Andrei Gherzan wrote: > Hi Rob, > > On Thu, Apr 13, 2017 at 3:09 PM, Rob Woolley > wrote: > > Hi Andrei, > > > > Does this patchset look okay? > > > > Are there any further changes you would like me to make? > > Looks good. I'll test it and merge it soon.

Re: [yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Bump to head and fix missing native dependency

2017-04-16 Thread Andrei Gherzan
On Mon, Apr 17, 2017 at 02:12:05AM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-multimedia/omxplayer/omxplayer_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb > b/recipes-multimedia/

Re: [yocto] [meta-raspberrypi][PATCH 1/7] rpi-gpio: Update to v0.6.2

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:13:07PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6

Re: [yocto] [meta-raspberrypi][PATCH 1/5] pitft: Add support for pitft35r

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:20:31AM -0700, Khem Raj wrote: > From: Rob Woolley > > The support for the PiTFT 3.5 inch resistive touchscreen is optional. > It may be enabled by adding the following line in local.conf: > > MACHINE_FEATURES += "pitft pitft35r" > > Signed-off-by: Rob Woolley > Signed-

Re: [yocto] [meta-raspberrypi][PATCH 5/5] firmware: Update to 1.20170405 release

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:20:35AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-bsp/common/firmware.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc > index 53c469e..1c3a911 100

Re: [yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi_4.9.bb: Update to 4.9.21

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:20:32AM -0700, Khem Raj wrote: > 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-rasp

Re: [yocto] [meta-raspberrypi][PATCH 3/5] userland: Upgrade to latest

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:20:33AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../0002-wayland-Add-support-for-the-Wayland-winsys.patch| 12 > ++-- > recipes-graphics/userland/userland_git.bb| 2 +- > 2 files changed, 7 insertions(+), 7 deletions(-)

Re: [yocto] [meta-raspberrypi][PATCH 4/5] eglinfo-fb: Mark is userland specific

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:20:34AM -0700, Khem Raj wrote: > It does not yet compile/work with vc4 open graphics driver > > Signed-off-by: Khem Raj > --- > recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.

Re: [yocto] [meta-raspberrypi][PATCH 6/6] psplash: Let distro override the default splash image if it provides

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 11:21:33AM -0700, Khem Raj wrote: > BSPs should not be overriding the distro splash images, here we > reduce the priority of psplash-raspberrypi below 100 so the defaults > from distros can kick in. > > Signed-off-by: Khem Raj > --- > recipes-core/psplash/psplash_git.bbapp

Re: [yocto] [meta-raspberrypi][PATCH] README: document 64 bit r-pi3 variant for MACHINE

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 07, 2017 at 02:59:22PM -0400, Paul Gortmaker wrote: > Signed-off-by: Paul Gortmaker > --- > README | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/README b/README > index 9fdd5eb523df..19c38c3a085a 100644 > --- a/README > +++ b/README > @@ -80,6 +80,7 @@ c. Set MACHINE in loc

Re: [yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Khem Raj
On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan wrote: > quant-a.S uses rbit thumb instruction unconditionally even though only > from ARMV6T2 this is available (which is not the case for RPI1, RPI0 > etc). Avoid this by disabling asm. It would be bette to control it in component's own build sys

Re: [yocto] Patch failures

2017-04-16 Thread Khem Raj
What's your build OS On Sun, Apr 16, 2017 at 6:09 PM Paul D. DeRocco wrote: > I'm trying to migrate an Atom-based build from Fido to Morty, and also > switch from 32-bit mode to x32. On a clean build, it gets about half way > through, and then suddenly coughs up a patch error. I've put blank lin

Re: [yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Andrei Gherzan
On Mon, Apr 17, 2017 at 02:00:20AM +, Khem Raj wrote: > On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan wrote: > > > quant-a.S uses rbit thumb instruction unconditionally even though only > > from ARMV6T2 this is available (which is not the case for RPI1, RPI0 > > etc). Avoid this by disabling

Re: [yocto] Patch failures

2017-04-16 Thread Bruce Ashfield
On 2017-04-16 7:43 PM, Paul D. DeRocco wrote: I'm trying to migrate an Atom-based build from Fido to Morty, and also switch from 32-bit mode to x32. On a clean build, it gets about half way through, and then suddenly coughs up a patch error. I've put blank lines between the log lines so that the

[yocto] [Recipe reporting system] Upgradable recipe name list

2017-04-16 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] Static Lib build.

2017-04-16 Thread Fabien Lahoudere
On Sat, 2017-04-15 at 17:24 +0300, Life Life wrote: > Hello, > > I'm try to build static library for SDK. > > Update the build/local.conf file with the following information > > SDKIMAGE_FEATURES = "staticdev-pkgs dev-pkgs" > > INHERIT += "buildhistory" > BUILDHISTORY_COMMIT = "0" >  BUILDHISTO

Re: [yocto] Symbolic link to ld-linux-armhf.so.3

2017-04-16 Thread Fabien Lahoudere
On Sat, 2017-04-15 at 20:47 +0200, Alvaro Garcia wrote: > Hi, I made a recipe for hamachi. Hamachi looks for /lib/ld-linux.so.3 but in > my poky build this > file is /lib/ld-linux-armhf.so.3. > > If I do ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3 hamachi runs fine > so the solution its >