Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: Add 1.10x support

2016-12-29 Thread Andrei Gherzan
On Wed, Dec 21, 2016 at 11:59:21PM -0800, Khem Raj wrote: > Restructure the bbappends such that common portions > can be put in a common bbappend and version specific > bbappend then only do the patching > > Signed-off-by: Khem Raj > --- > .../gstreamer/gstreamer1.0-omx%.bbappend | 9

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-rpi: clean .config in before do_configure step

2016-12-29 Thread Andrei Gherzan
On Fri, Dec 16, 2016 at 08:58:22AM -0800, Khem Raj wrote: > > > On Dec 15, 2016, at 2:05 AM, Piotr Lewicki wrote: > > > > Signed-off-by: Piotr Lewicki > > --- > > recipes-kernel/linux/linux-rpi.inc | 11 +-- > > 1 file changed, 9 insertions(+), 2 deletions(-) > > > > diff --git a/recipes-k

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-29 Thread Andrei Gherzan
On Thu, Dec 15, 2016 at 06:11:33AM +0100, Petter Mabäcker wrote: > > > 2016-12-13 06:39 skrev Petter Mabäcker: > > > 2016-12-13 00:55 skrev > Andreas Müller: > > > >> On Mon, Dec 12, 2016 at 11:33 PM, Petter Mabäcker > wrote: > >> > >>> 2016-12-12 06:21 skrev Khem Raj: On > Thu, Dec 8, 2016 at 2:4

Re: [yocto] [meta-raspberrypi][PATCH 1/3] userland: Update to latest

2016-12-29 Thread Andrei Gherzan
On Wed, Dec 14, 2016 at 06:34:42PM -0800, Khem Raj wrote: > * Regenerate forward patches > * Remove upstreamed ones > > Signed-off-by: Khem Raj > --- > ...-applications-to-set-next-resource-handle.patch | 6 +- > ...ayland-Add-support-for-the-Wayland-winsys.patch | 36 > .../0003-waylan

Re: [yocto] [meta-raspberrypi][PATCH 1/2] rpi-base.inc: add xserver-xorg-extension-glx to XSERVER for vc4 enabled

2016-12-29 Thread Andrei Gherzan
On Mon, Dec 12, 2016 at 11:53:08AM +0100, Andreas Müller wrote: > make glxinfo/glggears/.. work > > Signed-off-by: Andreas Müller > --- > conf/machine/include/rpi-base.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/machine/include/rpi-base.inc > b/conf/machine/include/rpi-base

Re: [yocto] [meta-raspberrypi][PATCH V2] u-boot: drop patch to include lowlevel_init

2016-12-29 Thread Andrei Gherzan
On Fri, Dec 09, 2016 at 12:20:29PM +0100, Mirza Krak wrote: > From: Mirza Krak > > The patch 0003-Include-lowlevel_init.o-for-rpi2.patch does not apply on > 2016.11 and causes an build error. > > Patch 0002-rpi-passthrough-of-the-firmware-provided-FDT-blob.patch > provides the inclusion of lowleve

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-rpi: clean .config in before do_configure step

2016-12-29 Thread Piotr Lewicki
On 29.12.2016 19:20, Andrei Gherzan wrote: On Fri, Dec 16, 2016 at 08:58:22AM -0800, Khem Raj wrote: On Dec 15, 2016, at 2:05 AM, Piotr Lewicki wrote: Signed-off-by: Piotr Lewicki --- recipes-kernel/linux/linux-rpi.inc | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --g