[yocto] documentation change - DISTRO_FEATURES

2016-05-20 Thread Sywula, Krzysztof M
http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#ref-features-distro 11.2 Distro Features section doesn't list 'bluez5' as an available option. 5.7.2 bluez section however mentions that 'bluez5' is valid DISTRO_FEATURES value. I recommend we add 'bluez5' to 11.2 Distro Features

Re: [yocto] QA Test Report for YP - 1.8.2.rc3 build

2016-05-20 Thread Saul Wold
On Fri, 2016-05-20 at 11:05 -0700, Perez Carranza, Jose wrote: > Hello, >   > Here is the QA test report for "Yocto Project - 1.8.2.rc3 build" >   >   > Issues Summary: >   > -    Install on USB or SD card failed giving “"(sdc): Volume was > not properly unmounted” :  Bug 9652 [1] This may be

Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-20 Thread Khem Raj
> On May 20, 2016, at 4:51 AM, Herve Jourdain wrote: > > This v2 series addresses the following issues with the first series: > a. Fix the 4.4.10 kernel revision > b. Effectively add vc4-kms-v3d overlay to the list of overlays to build > (forgotten previously) > c. Make

[yocto] Yocto Project Status WW21

2016-05-20 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Anibal -> Tracy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *Python3 testing is showing much higher success. There remain some small issues in

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-20 Thread Khem Raj
On Fri, May 20, 2016 at 3:51 AM, Andrei Gherzan wrote: > On Fri, May 20, 2016 at 12:47:40PM +0200, Herve Jourdain wrote: >> Hi Andrei, Khem, >> >> That's what I implemented in the upcoming v2 - except for the python >> checking function part. >> One thing, shall I call the

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1

2016-05-20 Thread Bruce Ashfield
On 2016-05-20 8:38 AM, Dragomir Daniel wrote: On 05/18/2016 05:02 PM, Bruce Ashfield wrote: On 2016-05-17 6:50 PM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings dts updates and various improvements and fixes to the Intel Axxia drivers from linux-yocto-4.1 kernel. NOTE:

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1

2016-05-20 Thread Dragomir Daniel
On 05/18/2016 05:02 PM, Bruce Ashfield wrote: On 2016-05-17 6:50 PM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings dts updates and various improvements and fixes to the Intel Axxia drivers from linux-yocto-4.1 kernel. NOTE: All the following patches are for both axxia

[yocto] [meta-raspberrypi][PATCH v2 13/13] linux-rpi.inc: add the configuration options required to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-rpi.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc index fae78b7..9b91bd5 100644 ---

[yocto] [meta-raspberrypi][PATCH v2 12/13] linux-raspberrypi_4.4.bb: bump the kernel revision to 4.4.10 to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- 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 831ac5a..79a6e65

[yocto] [meta-raspberrypi][PATCH v2 10/13] weston/weston_%.bbappend: modify configuration options to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/weston/weston_%.bbappend | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend index 3ec311d..70f4360

[yocto] [meta-raspberrypi][PATCH v2 11/13] mesa_%.bbappend: new file to add the correct configuration options to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend new

[yocto] [meta-raspberrypi][PATCH v2 09/13] wayland/weston_%.bbappend: modify configuration options to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/wayland/weston_%.bbappend | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index c3a7421..57b8079 100644

[yocto] [meta-raspberrypi][PATCH v2 08/13] rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-bsp/bootfiles/rpi-config_git.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 4bc8eb7..f610718 100644 ---

[yocto] [meta-raspberrypi][PATCH v2 07/13] firmware.inc: bump version to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 8f095b9..b467fc6 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH v2 06/13] raspberrypi3.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi3.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index cb6056e..438c6e6 100644 --- a/conf/machine/raspberrypi3.conf +++

[yocto] [meta-raspberrypi][PATCH v2 05/13] raspberrypi2.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index b6346e6..3a82d66 100644 --- a/conf/machine/raspberrypi2.conf +++

[yocto] [meta-raspberrypi][PATCH v2 03/13] raspberrypi.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 0f95f1a..b369c67 100644 --- a/conf/machine/raspberrypi.conf +++

[yocto] [meta-raspberrypi][PATCH v2 04/13] raspberrypi0.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi0.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf index ccf9ae7..0df9121 100644 --- a/conf/machine/raspberrypi0.conf +++

[yocto] [meta-raspberrypi][PATCH v2 02/13] rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- 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.inc index 2c9d8e0..23f8619 100644 --- a/conf/machine/include/rpi-base.inc +++

[yocto] [meta-raspberrypi][PATCH v2 01/13] rpi-default-providers.inc: change default providers to support vc4graphics

2016-05-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index

[yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-20 Thread Herve Jourdain
This v2 series addresses the following issues with the first series: a. Fix the 4.4.10 kernel revision b. Effectively add vc4-kms-v3d overlay to the list of overlays to build (forgotten previously) c. Make the parameter to the v4c-kms-v3d overlay configurable d. Add default values for the cma

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-20 Thread Andrei Gherzan
On Fri, May 20, 2016 at 12:47:40PM +0200, Herve Jourdain wrote: > Hi Andrei, Khem, > > That's what I implemented in the upcoming v2 - except for the python > checking function part. > One thing, shall I call the variable CMA_SIZE, or VC4_CMA_SIZE? > I know CMA is kind of common, but we're using

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-20 Thread Herve Jourdain
Hi Andrei, Khem, That's what I implemented in the upcoming v2 - except for the python checking function part. One thing, shall I call the variable CMA_SIZE, or VC4_CMA_SIZE? I know CMA is kind of common, but we're using this only to trigger a parameter to the v4c overlay. Any opinion? (in the

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-20 Thread Andrei Gherzan
On Thu, May 19, 2016 at 09:02:04AM -0700, Khem Raj wrote: > On Thu, May 19, 2016 at 8:11 AM, Andrei Gherzan wrote: > > On Wed, May 18, 2016 at 11:46:39PM +0200, Andreas Müller wrote: > >> On Wed, May 18, 2016 at 7:32 PM, Herve Jourdain > >> wrote: > >>

[yocto] [meta-raspberrypi][PATCH v3 5/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-05-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Patch the kernel, which has faulty rules to generate .dtbo the way yocto does Signed-off-by: Herve Jourdain --- .../0001-fix-dtbo-rules.patch | 27 ++

[yocto] [meta-raspberrypi][PATCH v3 4/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-05-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Patch the kernel, which has faulty rules to generate .dtbo the way yocto does Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 1 file changed, 1

[yocto] [meta-raspberrypi][PATCH v3 3/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-05-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both variants of overlays ("-overlay.dtb" and ".dtbo") for the default KERNEL_DEVICETREE variable Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-base.inc | 37

[yocto] [meta-raspberrypi][PATCH v3 2/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-05-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both extensions for overlays (".dtb" and ".dtbo") Signed-off-by: Herve Jourdain --- classes/sdcard_image-rpi.bbclass | 7 --- 1 file changed, 4 insertions(+), 3

[yocto] [meta-raspberrypi][PATCH v3 1/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-05-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both variants of overlays ("-overlay.dtb" and ".dtbo") Signed-off-by: Herve Jourdain --- classes/linux-raspberrypi-base.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1

[yocto] [meta-raspberrypi][PATCH v3 0/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-05-20 Thread Herve Jourdain
For kernels 4.4.9+, the behavior for the device tree overlays loading has been modified on RaspberryPi. For overlays, it loads .dtbo files, not .dtb anymore. Also, it does not check for -overlay extension, so the name of the overlay that is placed in the "overlays" directory must be .dtbo,

Re: [yocto] Newbie Question regarding custom layer and populate_rootfs

2016-05-20 Thread Stephan Roslen
On Fr, 2016-05-20 at 08:44 +0200, public...@iks.rwth-aachen.de wrote: > Hi all, Hi Hauke, nice to meet somebody familiar here. :) > So here are the questions: > 1) Why my version of the psplash executable - even though it was built - > is not installed in the root fs? Did you manually build