Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: > On 27 February 2016 at 06:55, Andrei Gherzan wrote: > > On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: > >>-- > >>Andrei Gherzan > >>On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker > >><[1]pet...@tech

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Jonathan Liu
On 27 February 2016 at 23:21, Andrei Gherzan wrote: > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: >> On 27 February 2016 at 06:55, Andrei Gherzan wrote: >> > On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: >> >>-- >> >>Andrei Gherzan >> >>On Fri, Feb

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: fix host-user-contaminated QA warnings

2016-02-27 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 12:21:08AM +1100, Jonathan Liu wrote: > Explicitly chown the installed files to fix host-user-contaminated QA > warnings for libavcodec, libavdevice, libavfilter, libavformat, > libavutil and libswresample shared libraries. > > Signed-off-by: Jonathan Liu > --- > recipes-m

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: bump revision

2016-02-27 Thread Andrei Gherzan
On Fri, Feb 26, 2016 at 10:55:48PM +1100, Jonathan Liu wrote: > Fixes compile errors with ffmpeg 3.0. > > Signed-off-by: Jonathan Liu > --- > recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-multimedia/omxplayer/omxplay

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 11:25:28PM +1100, Jonathan Liu wrote: > On 27 February 2016 at 23:21, Andrei Gherzan wrote: > > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: > >> On 27 February 2016 at 06:55, Andrei Gherzan wrote: > >> > On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gh

[yocto] [meta-raspberrypi][PATCH 1/3] rpi-mkimage: install to ${libexecdir}

2016-02-27 Thread Jonathan Liu
It doesn't make sense to install to ${libexecdir}/rpi-mkimage as it changes the path on fido and earlier branches from: [...]/sysroots/x86_64-linux/usr/lib/rpi-mkimage to: [...]/sysroots/x86_64-linux/usr/lib/rpi-mkimage/rpi-mkimage Using ${libexecdir} instead of ${libexecdir}/rpi-mkimage prese

[yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: update path to mkknlimg

2016-02-27 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 05f2d2b..8c7c46c 100644 --- a/recipes-kernel/linux/linux-ra

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Jonathan Liu
On 28 February 2016 at 00:05, Andrei Gherzan wrote: > On Sat, Feb 27, 2016 at 11:25:28PM +1100, Jonathan Liu wrote: >> On 27 February 2016 at 23:21, Andrei Gherzan wrote: >> > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: >> >> On 27 February 2016 at 06:55, Andrei Gherzan wrote:

[yocto] [meta-raspberrypi][PATCH 3/3] u-boot-rpi: update path to imagetool-uncompressed.py

2016-02-27 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- recipes-bsp/u-boot/u-boot-rpi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rpi_git.bb b/recipes-bsp/u-boot/u-boot-rpi_git.bb index ea0c173..8bffaa3 100644 --- a/recipes-bsp/u-boot/u-boot-rpi_git.bb +++ b/reci

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: fix host-user-contaminated QA warnings

2016-02-27 Thread Jonathan Liu
On 27 February 2016 at 23:56, Andrei Gherzan wrote: > On Sat, Feb 27, 2016 at 12:21:08AM +1100, Jonathan Liu wrote: >> Explicitly chown the installed files to fix host-user-contaminated QA >> warnings for libavcodec, libavdevice, libavfilter, libavformat, >> libavutil and libswresample shared libr

[yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-02-27 Thread Khem Raj
This patchset has been growing for a while, Adds recipes for kenrel 4.4 and switches to use kernel 4.4 Fixes userland to compile with clang Upgrade userland to latest Add option to support GPU_MEM_1024 Upgrade firmware to latest Khem Raj (23): userland: Upgrade to latest git master userland:

[yocto] [meta-raspberrypi][PATCH 01/23] userland: Upgrade to latest git master

2016-02-27 Thread Khem Raj
Drop upstreamed patches 0002-fix-musl-build.patch was partially upstreamed git'ify the remaining patches Change license field to BSD 3 clause, since thats what the licence it with BCM and RPI Copyrights Licence changed from Broadcom to Raspberry Pi Ltd see commit 0863709b9fb90ee1204b7fe52f695358

[yocto] [meta-raspberrypi][PATCH 02/23] userland: Fix build with clang compiler

2016-02-27 Thread Khem Raj
ends up with some warning cleanups and extern inline semantics changes Signed-off-by: Khem Raj --- .../0005-user-vcsm-Fix-build-with-clang.patch | 44 ++ .../0006-Fix-enum-type-conversion-warnings.patch | 166 + ...rm_types-Dont-use-extern-inline-with-clan.patch |

[yocto] [meta-raspberrypi][PATCH 04/23] weston: Enable rpi compositor backend

2016-02-27 Thread Khem Raj
oe-core default configure options disables it Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/wayland/weston_%.bbappend diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphi

[yocto] [meta-raspberrypi][PATCH 05/23] rpi-gpio: Upgrade to 0.6.1 and fix build with clang

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../rpi-gpio/0001-Remove-nested-functions.patch| 294 + .../{rpi-gpio_0.5.11.bb => rpi-gpio_0.6.1.bb} | 6 +- 2 files changed, 298 insertions(+), 2 deletions(-) create mode 100644 recipes-devtools/python/rpi-gpio/0001-Remove-nested-func

[yocto] [meta-raspberrypi][PATCH 06/23] eglinfo-x11, eglinfo-fb: Add EGLINFO_DEVICE via bbappends

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 + recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes-graphics/eglinfo/eglinfo-fb_%.bbappend create mode 100644 recipes-graphics/eglinfo/eglinfo-x11_%.

[yocto] [meta-raspberrypi][PATCH 08/23] wiringPi: Fix build with musl

2016-02-27 Thread Khem Raj
Include asm/ioctl.h for _IOC_SIZEBITS Signed-off-by: Khem Raj --- ...de-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch | 58 ++ recipes-devtools/wiringPi/wiringpi_git.bb | 8 +-- 2 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 recipes-devtools/w

[yocto] [meta-raspberrypi][PATCH 09/23] Delete rpc flushing of thread in glEGLImageTargetTexture2DOES

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../userland/userland/0015-Remove-RPC_FLUSH.patch | 27 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 recipes-graphics/userland/userland/0015-Remove-RPC_FLUSH.patch diff --git

[yocto] [meta-raspberrypi][PATCH 12/23] userland: Add wayland to deps if in DISTRO_FEATURES

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 5ea48e1..7ec02e7 100644 --- a/recipes-graphics/userland/userland_g

[yocto] [meta-raspberrypi][PATCH 07/23] python-rtimu: Fix build with musl

2016-02-27 Thread Khem Raj
ioctl(3) needs to include asm/ioctl.h for its signature Signed-off-by: Khem Raj --- ...0001-include-asm-ioctl.h-for-ioctl-define.patch | 33 ++ recipes-devtools/python/python-rtimu_git.bb| 4 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 r

[yocto] [meta-raspberrypi][PATCH 11/23] userland: Define PROJECT_APIVER and rprovide libgles2 libgl

2016-02-27 Thread Khem Raj
These are needed for pkgconfig to have correct version number which is checked by many configure systems e.g. cogl to decide on support for wayland-egl rprovides are expected by cogl as well to define runtime deps on libgles2 and libgl Signed-off-by: Khem Raj --- .../userland/0016-define-PROJEC

[yocto] [meta-raspberrypi][PATCH 10/23] rpio: Include sys/types.h for caddr_t

2016-02-27 Thread Khem Raj
Fixes build with musl Signed-off-by: Khem Raj --- ...-types.h-explicitly-for-getting-caddr_t-d.patch | 30 ++ recipes-devtools/python/rpio_0.10.0.bb | 6 ++--- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 recipes-devtools/python/rpio/000

[yocto] [meta-raspberrypi][PATCH 15/23] weston: Specify egl and compositor options for rpi

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/weston/weston_%.bbappend | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 recipes-graphics/weston/weston_%.bbappend diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend new file mode 10064

[yocto] [meta-raspberrypi][PATCH 13/23] userland: Fix build race with wayland support

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../userland/0017-fix-cmake-dependency-race.patch | 78 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 79 insertions(+) create mode 100644 recipes-graphics/userland/userland/0017-fix-cmake-dependency-race.patch di

[yocto] [meta-raspberrypi][PATCH 17/23] linux-raspberrypi: Upgrade 4.1 kernel to 4.1.17

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index 3a3cf40..d5bfa45 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209

2016-02-27 Thread Khem Raj
Readme change a bit thats why LIC_FILES_CHKSUM changed Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 +- recipes-bsp/common/firmware.inc| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/

[yocto] [meta-raspberrypi][PATCH 19/23] rpi-config: Upgrade to tip of tree to get GPU_MEM_1024

2016-02-27 Thread Khem Raj
Document it in README Signed-off-by: Khem Raj --- README | 2 ++ recipes-bsp/bootfiles/rpi-config_git.bb | 5 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 16ac1cb..efe885b 100644 --- a/README +++ b/README @@ -90,6 +90,

[yocto] [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release

2016-02-27 Thread Khem Raj
Make it default kernel as well Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-versions.inc | 2 +- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.4.bb diff --git

[yocto] [meta-raspberrypi][PATCH 22/23] linux-raspberrypi: Upgrade 4.4.1 -> 4.4.2

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 47084e4..3503a1f 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 16/23] gstreamer1.0-omx: Backports and fixes for smooth video playback

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0003-no-timeout-on-get-state.patch | 16 + ...erly-handle-drain-requests-while-flushing.patch | 69 ++ ...-gst_omx_video_dec_set_format-if-there-s-.patch | 30 ++ .../gstreamer/gstreamer1.0-omx_%.bbappend | 3 +

[yocto] [meta-raspberrypi][PATCH 14/23] gstreamer1.0-omx: Add raspberry pi optimization patches and config options

2016-02-27 Thread Khem Raj
Patches from Hong Li Signed-off-by: Khem Raj --- .../gstreamer1.0-omx/0001-config-files-path.patch | 137 + ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 47 +++ .../0003-fix-decoder-flushing.patch| 15 +++ .../gstreamer/gstreamer1.0-omx_%.bbapp

[yocto] [meta-raspberrypi][PATCH 23/23] userland: Drop extern inline patches

2016-02-27 Thread Khem Raj
Not needed since the issues have been fixed differently upstream Signed-off-by: Khem Raj --- ...LINE_DECL-to-not-use-extern-inlines-in-de.patch | 45 ...rm_types-Dont-use-extern-inline-with-clan.patch | 84 -- recipes-graphics/userland/userland_git.bb |

[yocto] [meta-raspberrypi][PATCH 21/23] userland: Upgrade to latest

2016-02-27 Thread Khem Raj
Drop upstreamed patches Signed-off-by: Khem Raj --- ...LINE_DECL-to-not-use-extern-inlines-in-de.patch | 6 +- .../userland/0002-musl-inspired-fixed.patch| 29 ...h => 0002-set-VMCS_INSTALL_PREFIX-to-usr.patch} | 6 +- ...ake-generate-and-install-pkgconfig-files.patch} | 8 +-

[yocto] [meta-selinux] updates

2016-02-27 Thread Philip Tricca
Hello all, I've made a pass back over the meta-selinux backlog and pulled in the commits necessary to get master building again. Many thanks to those who posted patches. The next thing I'll be focusing on is a second pass over the backlog to pull in the remaining bits. Thanks for all of your patie

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-27 Thread Philip Tricca
On 02/24/2016 09:53 AM, Radzykewycz, T (Radzy) wrote: > > >> From: Burton, Ross [ross.bur...@intel.com] >> Sent: Wednesday, February 24, 2016 9:10 AM >> To: Radzykewycz, T (Radzy) >> Cc: Hatle, Mark; yocto@yoctoproject.org >> Subject: Re: [yocto] [meta-seli

Re: [yocto] [meta-selinux 1/2] audit: create audit-go package

2016-02-27 Thread Philip Tricca
Hello, This looks straight forward enough. I'm not seeing any QA warnings though so it looks like the go bindings are only built when the go compiler is available. Can you point me at the layer you're using to get the go stuff? There seems to be more than one: meta-golang, oe-meta-go? Thanks, Phi

[yocto] [meta-selinux]

2016-02-27 Thread Philip Tricca
While going through the backlog I ran across the 'git' versions of the user space. I noticed that a recent contribution was adding a patch to the git recipe and I figured that this patch would already be upstream and so wouldn't be necessary. Not so. The 'git' versions have SRCREV hard wired (SRCRE

Re: [yocto] [meta-selinux] git recipes

2016-02-27 Thread Philip Tricca
Adding a sensible subject. On 02/27/2016 08:17 PM, Philip Tricca wrote: > While going through the backlog I ran across the 'git' versions of the > user space. I noticed that a recent contribution was adding a patch to > the git recipe and I figured that this patch would already be upstream > and s

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Petter Mabäcker
2016-02-27 13:25 skrev Jonathan Liu: > On 27 February 2016 at 23:21, Andrei Gherzan wrote: > >> On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: >> >>> On 27 February 2016 at 06:55, Andrei Gherzan wrote: >>> On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrot

Re: [yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-02-27 Thread Petter Mabäcker
2016-01-14 17:40 skrev Petter Mabäcker: > [Support #69] > > Signed-off-by: Petter Mabäcker > --- > recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/l