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 userland: at this poin
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
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 MA
On Thu, Apr 20, 2017 at 11:07 AM, Martin Jansa wrote:
> 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
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
Date: Tue Jun 28 11:06:16 2016 +03
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 from 2.7 to 3.0 a bit earlie
Signed-off-by: Andrei Gherzan
---
conf/machine/raspberrypi3-64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberrypi3-64.conf
index 7e99da1..5e2b80c 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/r
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 a/conf/machine/raspberrypi3.c
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
+++ b/conf/machine/raspberrypi2.c
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 .
>> time, we have accelera
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.
>
> PACKAGECONFIG_re
* 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
https://gitlab.com/gnutls/gnutls/commi
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
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 : e120a2193be3982d55
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 userland/omx.
> Depending o
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
I
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 changed, 2 insertions(+), 2 deletions(-)
>>
>>
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 ad3b061..ddd3801 100
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
+++ b/conf/machine/raspberrypi.conf
@
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 a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> b/re
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 +++---
> 1 file
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 c0e8b83..70b16a6 100644
...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
https://li
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 packages-spl
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.
> userl
25 matches
Mail list logo