Re: [yocto] [meta-raspberrypi][PATCH V3 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-16 Thread Paul Barker
On Sun, 12 Feb 2017 16:29:40 -0800 Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 > 1 file changed, 8 insertions(+) > create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb > >

[yocto] [meta-raspberrypi][PATCH] omxplayer: Update to latest and disable on rpi64

2017-02-16 Thread Khem Raj
Its uses omaxplayer/mmal APIs from firmware which seems to not work with 4.9 kernel Signed-off-by: Khem Raj --- ...nd-headers-from-ffmpeg-are-installed-in-u.patch | 27 ++ ...PEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch | 24 +++

[yocto] [meta-raspberrypi][PATCH] linux-firmware: Bring up wifi/ble interface on rpi3

2017-02-16 Thread Khem Raj
Currently the firmware is installed but kernel fails to load it due this .txt file missing in the firmware directory and it ends up with wifi/bluetooth i/f not being initialized. The error is also in dmesg [3.120991] usbcore: registered new interface driver brcmfmac [3.148240] brcmfmac

Re: [yocto] [meta-raspberrypi][PATCH V4 01/14] Add raspberrypi3-64.conf

2017-02-16 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 10:46:32AM -0800, Khem Raj wrote: > From: Herve Jourdain > > Signed-off-by: Herve Jourdain > Signed-off-by: Khem Raj > --- > conf/machine/raspberrypi3-64.conf | 15 +++ > 1 file changed, 15

[yocto] [PATCH] qa-tools: Add suport for current format of templates

2017-02-16 Thread jose . perez . carranza
From: Jose Perez Carranza Currently the tempates has a format as below: TRTEMP Hence the logic was adapted to follow above structure and also a commit paramater was added to follow the format of build as follows: RELEASE MILESTONE_rc# Signed-off-by:

Re: [yocto] [meta-raspberrypi][PATCH V4 01/14] Add raspberrypi3-64.conf

2017-02-16 Thread Khem Raj
On 2/16/17 4:12 PM, Andrei Gherzan wrote: > On Thu, Feb 16, 2017 at 10:46:32AM -0800, Khem Raj wrote: >> From: Herve Jourdain >> >> Signed-off-by: Herve Jourdain >> Signed-off-by: Khem Raj >> --- >>

[yocto] (no subject)

2017-02-16 Thread Paulo Neves
Hello Yocto list from time to time my builds are getting this error and I can't understand why is this happening. Every package is in local IO, only the sstate cache i think is in an NFS mount. Can you hint me at why this error could come up in yocto do_rootfs? ERROR:

Re: [yocto] [meta-swupd][RFC][PATCH] swupd-image.bbclass: split out swupd-client and config specific bits

2017-02-16 Thread Patrick Ohly
On Tue, 2017-02-14 at 16:58 +, André Draszik wrote: > It is useful to be able to integrate swupd-client into an image that > is not itself subject to swupd based processing. Makes sense, merged to master-next. -- Best Regards, Patrick Ohly The content of this message is my personal opinion

Re: [yocto] [meta-rockchip][morty][PATHV2 0/6] add main line kernel support

2017-02-16 Thread Trevor Woerner
Hi Eddie (and the rest of the Rockchip team), First let me reiterate how happy I am to see that Rockchip is interested in supporting Yocto/OE builds, this is great! I hope this trend continues. Second, thank you so much for your patience while I reviewed these patches. I don't like my review to

[yocto] [meta-security][PATCH] libseccomp: convert test package to ptest

2017-02-16 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-security/libseccomp/files/run-ptest | 4 recipes-security/libseccomp/libseccomp.bb | 24 2 files changed, 16 insertions(+), 12 deletions(-) create

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Gary Thomas
On 2017-02-16 12:49, Andreas Müller wrote: xorg-xserver recommends xf86-input-libinput since oe-core's commit | commit 2d005faff6341a81a2afae28860101ba9db51ae8 | Author: Jussi Kukkonen | Date: Wed Oct 26 11:37:38 2016 +0300 | |conf: Use xf86-input-libinput by

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
On Thu, Feb 16, 2017 at 2:42 PM, Andreas Müller wrote: > On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas wrote: >> On 2017-02-16 12:49, Andreas Müller wrote: >>> >>> xorg-xserver recommends xf86-input-libinput since oe-core's commit >>> >>> | commit

Re: [yocto] Change ssh key for meta-raspberrypi

2017-02-16 Thread Trevor Woerner
On Wed, Feb 15, 2017 at 7:11 PM, Andrei Gherzan wrote: > Who do > I have to talk to get this configured? Michael Halstead (CC'ed) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas wrote: > On 2017-02-16 12:49, Andreas Müller wrote: >> >> xorg-xserver recommends xf86-input-libinput since oe-core's commit >> >> | commit 2d005faff6341a81a2afae28860101ba9db51ae8 >> | Author: Jussi Kukkonen

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
On Thu, Feb 16, 2017 at 2:50 PM, Andreas Müller wrote: > On Thu, Feb 16, 2017 at 2:42 PM, Andreas Müller > wrote: >> On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas wrote: >>> On 2017-02-16 12:49, Andreas Müller wrote:

[yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
xorg-xserver recommends xf86-input-libinput since oe-core's commit | commit 2d005faff6341a81a2afae28860101ba9db51ae8 | Author: Jussi Kukkonen | Date: Wed Oct 26 11:37:38 2016 +0300 | |conf: Use xf86-input-libinput by default | ... As nice side effect warnings for

Re: [yocto] meta-efl build?

2017-02-16 Thread Martin Jansa
On Thu, Feb 16, 2017 at 07:48:33AM +, Takashi Matsuzawa wrote: > Hello. > > Thank you very much for the pointer, but I think this image is x11 based.. > > I can see EFL project has some pages mentioning about booting EFL on > wayland-only environment, but it is not yocto (or oe) based

[yocto] [meta-swupd][PATCH 3/3] bundles.py: fix copying of full image to full bundle when no SWUPD_BUNDLES

2017-02-16 Thread André Draszik
When SWUPD_BUNDLES is not set, exceptions are thrown, stopping the build - there are two issues in here: - the debug statement references a non-existent variable, 'bundle' was renamed to fulltar - copyxattrfiles() needs a list of files as 2nd argument, not a filename of a file which contains

Re: [yocto] [meta-swupd][PATCH 3/3] bundles.py: fix copying of full image to full bundle when no SWUPD_BUNDLES

2017-02-16 Thread Patrick Ohly
On Thu, 2017-02-16 at 16:41 +0100, Patrick Ohly wrote: > On Thu, 2017-02-16 at 14:58 +, André Draszik wrote: > > When SWUPD_BUNDLES is not set, exceptions are thrown, stopping the > > build - there are two issues in here: > > - the debug statement references a non-existent variable, 'bundle'

[yocto] [meta-swupd][PATCH 0/3] fixes for when SWUPD_BUNDLES is undefined

2017-02-16 Thread André Draszik
Hi, The following set of patches were necessary for me to make meta-swupd work again as we don't use SWUPD_BUNDLES. Cheers, Andre' -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-swupd][PATCH 3/3] bundles.py: fix copying of full image to full bundle when no SWUPD_BUNDLES

2017-02-16 Thread Patrick Ohly
On Thu, 2017-02-16 at 14:58 +, André Draszik wrote: > When SWUPD_BUNDLES is not set, exceptions are thrown, stopping the > build - there are two issues in here: > - the debug statement references a non-existent variable, 'bundle' was > renamed to fulltar > - copyxattrfiles() needs a list of

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Khem Raj
On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan wrote: > On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: >> On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote: >> > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan wrote: >> >> On

[yocto] [meta-swupd][PATCH 2/3] path.py: always clean up temporary file in copyxattrfiles()

2017-02-16 Thread André Draszik
Use try: finally: to make sure the file is removed even on exceptions. Signed-off-by: André Draszik --- lib/swupd/path.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/swupd/path.py b/lib/swupd/path.py index 61e979e..a55c22c 100644 ---

[yocto] [meta-raspberrypi][PATCH V4 01/14] Add raspberrypi3-64.conf

2017-02-16 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/raspberrypi3-64.conf

[yocto] [meta-raspberrypi][PATCH V4 03/14] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++

[yocto] [meta-raspberrypi][PATCH V4 02/14] rpi-default-providers: Let mesa provide libgbm

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 078e9d6..5b2658b 100644 ---

[yocto] [meta-raspberrypi][PATCH V4 04/14] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 06:52:23AM -0800, Khem Raj wrote: > On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan wrote: > > On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: > >> On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote: > >> > On Wed, Feb 15,

[yocto] [meta-raspberrypi][PATCH V4 09/14] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 23 +++ 1 file changed, 23 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index cdcd726..e7d9af2 100644 ---

[yocto] [meta-raspberrypi][PATCH V4 08/14] linux-raspberrypi: Add defconfig for raspberrypi3-64

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 19ebefb..cf61cce 100644 ---

[yocto] [meta-raspberrypi][PATCH V4 10/14] sdcard: Use kernel8.img for 64bit kernel image name

2017-02-16 Thread Khem Raj
This helps the firmware to identify the kernel as 64bit image Signed-off-by: Khem Raj --- classes/sdcard_image-rpi.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 116d5e8..79ab53a 100644

[yocto] [meta-raspberrypi][PATCH V4 12/14] rpi-default-versions.inc: Use fallback weak assignment

2017-02-16 Thread Khem Raj
This lets machines use ?= to choose their preferred kernel e.g. 64bit rpi3 needs 4.9 minimum but default right now is 4.4 At the same time it keeps the option for user to override any of these settings via config metadata e.g. local.conf Signed-off-by: Khem Raj ---

Re: [yocto] Change ssh key for meta-raspberrypi

2017-02-16 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 09:36:47AM -0500, Trevor Woerner wrote: > On Wed, Feb 15, 2017 at 7:11 PM, Andrei Gherzan wrote: > > Who do > > I have to talk to get this configured? > > > Michael Halstead (CC'ed) Thanks Trevor. Already sorted. -- Andrei Gherzan gpg:

[yocto] [meta-raspberrypi][PATCH V4 05/14] linux-raspberrypi_4.9.bb: Upgrade to 4.9.10

2017-02-16 Thread Khem Raj
Fix dtbo builds for arm64 Signed-off-by: Khem Raj --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH V4 07/14] firmware: Update to 20161215 release

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp/common/firmware.inc +++

[yocto] [meta-raspberrypi][PATCH V4 06/14] userland: Upgrade to latest and implement triple buffering for wayland

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH V4 13/14] raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURES

2017-02-16 Thread Khem Raj
Userland wont work in 64bit mode Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index e7d9af2..0bf1397 100644 ---

[yocto] [meta-raspberrypi][PATCH V4 14/14] linux-raspberrypi_dev: Fix build on rpi3 64bit

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index 2a5b692..bec0d23 100644 ---

[yocto] [meta-raspberrypi][PATCH V4 11/14] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3

2017-02-16 Thread Khem Raj
Let config.txt explicitly specify it Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index f610718..20ec343 100644

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Khem Raj
On 2/16/17 11:54 AM, Andrei Gherzan wrote: > On Thu, Feb 16, 2017 at 06:52:23AM -0800, Khem Raj wrote: >> On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan wrote: >>> On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj

Re: [yocto] [PATCH] qa-tools: Add suport for current format of templates

2017-02-16 Thread Aníbal Limón
Resend it with [qa-tools] and see comments below, On 02/16/2017 04:37 PM, jose.perez.carra...@linux.intel.com wrote: > From: Jose Perez Carranza > > Currently the tempates has a format as below: > > TRTEMP > > Hence the logic was adapted to follow

Re: [linux-yocto] Build Preempt-RT version of Linux for iMX6 sabre lite

2017-02-16 Thread Yuchen Zhou
I found the solution in https://community.nxp.com/thread/325228. In short imx-rt not supporting iMX6 Sabre lite board, only linux-boundary board. Sorry for the confusion Yuchen From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto-boun...@yoctoproject.org] On Behalf Of Yuchen Zhou