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

2017-04-20 Thread Gary Thomas
On 2017-04-20 18:55, Khem Raj wrote: On Thu, Apr 20, 2017 at 12:13 AM, Trevor Woerner wrote: On Thu 2017-04-20 @ 05:41:44 AM, Herve Jourdain wrote: Yes, VC4 indeed works for both 32bits and 64bits. It was first introduced . for 32bits, actually Regarding why still using

[yocto] How should we handle GCC 6 and -isystem /usr/include?

2017-04-20 Thread Martin Kelly
Hi, After compiling a package with GCC 6, I noticed the following error, which is a known issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129 The problem is caused by adding -isystem /usr/include, which breaks the GCC 6's #include_next. I see that Khem Raj already removed this for the

[yocto] [meta-raspberrypi] Basic image on all platforms

2017-04-20 Thread Andrea Benini
Hi List, I have posted a similar question few days ago, lately I have tried more things and permutation but my issue is still there and I'm still in the starting point. I'm able to compile a barebone yocto image (rpi-hwup-image.bb) for each single RaspberryPi (1/2/3/0) board just by changing the

Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Martin Jansa
I'll check the exact error message, but do_configure was failing for me when I did first build without this dependency. Most likely because this option was removed with 3.5.1 upgrade in: commit e8ef5912aac0104d9a47d6d10a95e64426d8840e Author: Alexander Kanavin

Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 9:20 AM, Martin Jansa wrote: > * gnutls depends on nettle-3.1* since 3.4.0: > The requirement for nettle was bumped from 3.0 to 3.1 in gnutls_3_4_0 > > https://gitlab.com/gnutls/gnutls/commit/c84129af91b21d33ffe086e507632771b0e76498 > and

[yocto] [meta-raspberrypi][PATCH 3/3] raspberrypi3.conf: Use a stand alone machine configuration

2017-04-20 Thread Andrei Gherzan
As well make all the variables assigned in a way that they can be overwritten so we can give maximum flexibility to distros. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi3.conf | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index 9b4c02a..a17289c 100644 --- a/conf/machine/raspberrypi2.conf +++

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

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 12:13 AM, Trevor Woerner wrote: > On Thu 2017-04-20 @ 05:41:44 AM, Herve Jourdain wrote: >> Yes, VC4 indeed works for both 32bits and 64bits. It was first introduced . >> for 32bits, actually Regarding why still using userland: at this point in . >>

Re: [yocto] overzealous packagedata

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 12:26 AM, Trevor Woerner wrote: > I'm trying to build a certain combination of software for a given SoC. mesa > (meta-gl, specifically) provides a libgbm, but if you don't want to use mesa's > libgbm you can disable it with a PACKAGECONFIG. I.e. > >

[yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Martin Jansa
* gnutls depends on nettle-3.1* since 3.4.0: The requirement for nettle was bumped from 3.0 to 3.1 in gnutls_3_4_0 https://gitlab.com/gnutls/gnutls/commit/c84129af91b21d33ffe086e507632771b0e76498 and from 2.7 to 3.0 a bit earlier also in gnutls_3_4_0

Re: [yocto] devtool and adding specific tag from repo

2017-04-20 Thread Brian Kurle
On Thu, Apr 20, 2017 at 04:20:14PM +1200, Paul Eggleton wrote: > > ... > > My goal is to set up a stock recipe off of the mbedtls-2.4.2 tag, > > where I'll then create a bbappend to add additional patches and > > configuration specific for our platform. I could do it manually, but it > > would be

[yocto] Release Candidate Build for yocto-2.3.rc1 now available.

2017-04-20 Thread Poky Build User
A release candidate build for yocto-2.3.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.3.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : c7e6889290901f4878f4bfc2180743d0870e55ba meta-qt4 :

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

2017-04-20 Thread Andreas Müller
On Thu, Apr 20, 2017 at 1:56 PM, Herve Jourdain wrote: > Hi Trevor, > > I agree with you that VC4 is easier to work with - and can be patched if > there are issues. > But normally you lose the H.264 and MPEG2 HW decoders, and a bunch of audio > codecs, provided by the

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

2017-04-20 Thread Herve Jourdain
Hi Trevor, I agree with you that VC4 is easier to work with - and can be patched if there are issues. But normally you lose the H.264 and MPEG2 HW decoders, and a bunch of audio codecs, provided by the userland/omx. Depending on what you're doing, you may or may not notice the difference. But

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23

2017-04-20 Thread Paul Barker
On Thu, Apr 20, 2017 at 11:59 AM, Andrei Gherzan wrote: > On Thu, Apr 20, 2017 at 01:40:22AM -0700, Khem Raj wrote: >> bring CMA > 256M changes >> >> Signed-off-by: Khem Raj >> --- >> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- >> 1 file

Re: [yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE

2017-04-20 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 12:23:46PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf > index

[yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index ad3b061..ddd3801 100644 --- a/conf/machine/raspberrypi.conf +++

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23

2017-04-20 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 01:40:22AM -0700, Khem Raj wrote: > bring CMA > 256M changes > > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH v2 1/1] raspberrypi0-wifi.conf: Use a stand alone machine configuration

2017-04-20 Thread Andrei Gherzan
On Wed, Apr 19, 2017 at 06:41:03PM +0100, Andrei Gherzan wrote: > As well make all the variables assigned in a way that they can be > overwritten so we can give maximum flexibility to distros. > > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi0-wifi.conf | 10

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23

2017-04-20 Thread Khem Raj
bring CMA > 256M changes 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

Re: [yocto] overzealous packagedata

2017-04-20 Thread Trevor Woerner
...or let me ask this question another way... Does anyone have accelerated graphics working on the beagleboard with x11 (ti-sgx-ddk-um?) and if so, what did you do to get it to build (and run)? -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] overzealous packagedata

2017-04-20 Thread Trevor Woerner
I'm trying to build a certain combination of software for a given SoC. mesa (meta-gl, specifically) provides a libgbm, but if you don't want to use mesa's libgbm you can disable it with a PACKAGECONFIG. I.e. PACKAGECONFIG_remove_pn-mesa-gl = "gbm" It works, and looking at the

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

2017-04-20 Thread Trevor Woerner
On Thu 2017-04-20 @ 05:41:44 AM, Herve Jourdain wrote: > Yes, VC4 indeed works for both 32bits and 64bits. It was first introduced . > for 32bits, actually Regarding why still using userland: at this point in . > time, we have accelerated HW codec (H.264, MPEG2, some audio) only if using. >