[yocto] [meta-raspberrypi][PATCH] userland: Add missing EGL_CAST defines

2017-07-14 Thread Andrea Galbusera
Needed by libepoxy Signed-off-by: Andrea Galbusera --- .../0015-EGL-glplatform.h-define-EGL_CAST.patch| 32 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 33 insertions(+) create mode 100644 recipes-graphics/userland/userland/0015-EGL-glp

Re: [yocto] Cross compile recipe cmake

2017-07-14 Thread Andrea Galbusera
On Thu, Jul 13, 2017 at 10:48 AM, Elmar van Rijnswou < elmarbla...@hotmail.com> wrote: > Hello! I've been doing a lot of searching on the internet,but I can't seem > to find anybody with my problem. I'm trying to add a recipe to my image and > deliver it straight with the system. Everything goes f

Re: [yocto] [meta-raspberrypi][PATCH] userland: Add missing EGL_CAST defines

2017-07-14 Thread Andrei Gherzan
Hello, On Fri, Jul 14, 2017 at 10:03 AM, Andrea Galbusera wrote: > Needed by libepoxy > > Signed-off-by: Andrea Galbusera > --- > .../0015-EGL-glplatform.h-define-EGL_CAST.patch| 32 > ++ > recipes-graphics/userland/userland_git.bb | 1 + > 2 files changed, 33

Re: [yocto] [EXT] Re: [meta-intel] How to build module iasImage from bzImage outside yocto

2017-07-14 Thread Francesco Camarda (fcamarda)
> -Original Message- > From: Tim Orling [mailto:timothy.t.orl...@linux.intel.com] > Sent: Friday, July 14, 2017 8:45 AM > To: Francesco Camarda (fcamarda) > Cc: yocto@yoctoproject.org; meta-in...@yoctoproject.org > Subject: [EXT] Re: [meta-intel] How to build module iasImage from bzImage

Re: [yocto] [meta-raspberrypi][PATCH] userland: Add missing EGL_CAST defines

2017-07-14 Thread Khem Raj
On Fri, Jul 14, 2017 at 2:03 AM, Andrea Galbusera wrote: > Needed by libepoxy > > Signed-off-by: Andrea Galbusera > --- > .../0015-EGL-glplatform.h-define-EGL_CAST.patch| 32 > ++ > recipes-graphics/userland/userland_git.bb | 1 + > 2 files changed, 33 insertio

Re: [yocto] [meta-raspberrypi][PATCH] userland: Add missing EGL_CAST defines

2017-07-14 Thread Andrei Gherzan
On Fri, Jul 14, 2017 at 2:31 PM, Khem Raj wrote: > On Fri, Jul 14, 2017 at 2:03 AM, Andrea Galbusera > wrote: > > Needed by libepoxy > > > > Signed-off-by: Andrea Galbusera > > --- > > .../0015-EGL-glplatform.h-define-EGL_CAST.patch| 32 > ++ > > recipes-graphics/userla

[yocto] Kernel Build Failures with Shared SSTATE

2017-07-14 Thread Schmitt, Richard
Hi, I had been running into kernel build failures on the morty branch when using a shared state. First I'll describe the error, and then my solution. The first build that initializes the sstate cache works fine. Subsequent clean builds will fail. The failure would occur in the do_compile_ker

[yocto] How do you build 2 versions of the same recipe and a specific version from bitbake cmd line

2017-07-14 Thread Jimi Damon
Hi, Do to a fun "feature" of zeromq, the newest libraries are not backward compatible and hence I need to install a zeromq-4.1.5 and zeromq-3.2.2 libraries onto my target to assist with one application using the old version and a newer application using the newer one. How can I do this fro

Re: [yocto] How do you build 2 versions of the same recipe and a specific version from bitbake cmd line

2017-07-14 Thread Burton, Ross
On 14 July 2017 at 18:17, Jimi Damon wrote: > Do to a fun "feature" of zeromq, the newest libraries are not backward > compatible and hence I need to install a zeromq-4.1.5 and zeromq-3.2.2 > libraries onto my target to assist with one application using the old > version and a newer application u

Re: [yocto] How do you build 2 versions of the same recipe and a specific version from bitbake cmd line

2017-07-14 Thread Robert Joslyn
On Fri, 2017-07-14 at 19:49 +0100, Burton, Ross wrote: > > On 14 July 2017 at 18:17, Jimi Damon wrote: > > Do to a fun "feature" of zeromq, the newest libraries are not > > backward compatible and hence I need to install a zeromq-4.1.5 and > > zeromq-3.2.2 libraries onto my target to assist with