[yocto] [meta-raspberrypi] ds1307-rtc-overlay.dtb has been removed from the kernel tree

2015-06-16 Thread Herve Jourdain
Hi, I'm not sure about the formalism of submitting patches to this list, so I hope you will forgive any misstep. Recently, the RaspberryPi kernel has removed some "deprecated" DTB overlays from the kernel tree, causing the meta-raspberrypi layer to fail at compile time. The failure message

[yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-17 Thread Herve Jourdain
prepend() { install -d ${D}/lib/firmware +if [ -n "${KERNEL_DEVICETREE}" ]; then + mkdir -p ${B}/arch/${ARCH}/boot/dts/overlays +fi } do_deploy_append() { Regards From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: mercredi 17 juin 2015 04

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-18 Thread Herve Jourdain
resh build... Therefore, I believe the change in the meta-raspberrypi is already needed for the 3.18.y branch, because the kernel already has it. Regards, Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: jeudi 18 juin 2015 08:28 To: Herve Jourdain Cc: Yoc

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-24 Thread Herve Jourdain
-by: Petter Mabäcker Signed-off-by: Andrei Gherzan Regards, Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mardi 23 juin 2015 20:29 To: Herve Jourdain Cc: Yocto Project Subject: Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been rem

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-24 Thread Herve Jourdain
Hi Andrei, Petter, If there is any way I can help, I'll be glad to do it. Please let me know how best this can be achieved. Regards, Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mercredi 24 juin 2015 15:59 To: Herve Jourdain; Yocto Project Cc: P

Re: [yocto] ***SPAM*** raspberry Pi core-image-sato

2015-07-23 Thread Herve Jourdain
Hi, Not sure if it’s the case, because the config.log might give more details, but maybe you can try adding the following to your recipe : EXTRA_OECONF += “-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads/ \ -I${STAGING_DIR_TARGET}/usr/inc

Re: [yocto] [meta-raspberrypi] raspberry Pi core-image-sato

2015-07-23 Thread Herve Jourdain
Hi, Not sure if it’s the case, because the config.log might give more details, but maybe you can try adding the following to your recipe : EXTRA_OECONF += “-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads/ \ -I${STAGING_DIR_TARGET}/usr/inc

[yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Herve Jourdain
somewhere, and with the current version of Yocto on RaspberryPi, without this patch, network just doesn’t start… Signed-off-by: Herve Jourdain mailto:herve.jourd...@neuf.fr> > --- diff -Naur meta-raspberrypi.orig/recipes-core/systemd/files/eth.network meta-raspberrypi/recipes-core/systemd

Re: [yocto] [meta-raspberrypi] raspberry Pi core-image-sato

2015-07-23 Thread Herve Jourdain
n...@yoctoproject.org] On Behalf Of Gary Thomas Sent: jeudi 23 juillet 2015 17:11 To: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi] raspberry Pi core-image-sato On 2015-07-23 09:01, Herve Jourdain wrote: > Hi, > > Not sure if it’s the case, because the config.log might give m

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Herve Jourdain
Sent: jeudi 23 juillet 2015 18:00 To: Herve Jourdain Cc: 'Andrei Gherzan'; 'Petter Mabäcker'; yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi Em Thu, 23 Jul 2015 17:32:35 +0200 Herve Jourdain escreveu: > This patch ad

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Herve Jourdain
make this work out of the box, with systemd, on raspberrypi, for everyone, and I'm not sure what's the best way to achieve this indeed. BR, Herve -Original Message- From: Mauro Carvalho Chehab [mailto:mche...@osg.samsung.com] Sent: jeudi 23 juillet 2015 20:28 To: Herv

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Herve Jourdain
: jeudi 23 juillet 2015 18:39 To: Herve Jourdain Cc: Andrei Gherzan; Petter Mabäcker; Yocto Project Subject: Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi On Thu, Jul 23, 2015 at 5:32 PM, Herve Jourdain wrote: > This patch adds systemd-networkd for RaspberryPi i

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Herve Jourdain
Hi Ross, OK, I get it. I will be more careful in correctly restricting patches to the machine targeted, if there are machine dependencies. BR, Herve From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: vendredi 24 juillet 2015 00:54 To: Herve Jourdain Cc: Andreas Müller; Yocto

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Herve Jourdain
out of the box when using system on a Poky distribution? Maybe it’s just not possible, that could be a valid answer as well. BR, Hervé From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: vendredi 24 juillet 2015 00:52 To: Herve Jourdain Cc: Mauro Carvalho Chehab; yocto

[yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-29 Thread Herve Jourdain
Hello, I'm trying to add a specific .dts file to the raspberrypi. Therefore, in my own layer, I have made a linux-raspberrypi_3.%.bbappend, that applies a patch to the arch/arm/boot/dts makefile to add my own layer, and a new rule that copies my specific .dts file to the kernel source director

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Herve Jourdain
31 juillet 2015 15:29 To: Herve Jourdain ; franc...@concept-embarque.fr; Andrei Gherzan Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard Hi Herve, See inline answers. BR, Petter On 07/30/2015 05:27 AM, Herve Jourdain

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Herve Jourdain
, Herve From: Francois Muller [mailto:forlor...@gmail.com] Sent: vendredi 31 juillet 2015 17:16 To: Petter Mabäcker ; Herve Jourdain ; Andrei Gherzan Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard Hi, My comment

[yocto] [meta-raspberrypi] userland

2015-08-06 Thread Herve Jourdain
Hi, Currently, userland_git.bb PROVIDES virtual/egl and virtual/libgles2. But "userland" seems to provide many additional components: mmal, vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG Wouldn't it make sense to add additional PROVIDES to handle those as well? I'm thinking about op

Re: [yocto] [meta-raspberrypi] userland

2015-08-07 Thread Herve Jourdain
I have no first hand example for that one. Best regards, Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: vendredi 7 août 2015 08:15 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi] userland On Thu, Aug 6, 2015 at 10:57

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Herve Jourdain
Hi Petter, In my patch of mid-june, which was about that, I did this in install_prepend, and it did work. I therefore believe that adding it in the compile_append should work fine as well. Best regards, Herve From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject

Re: [yocto] ***SPAM*** [meta-raspberrypi][PATCH 3/4] userland: Adjust include location for pthreads-headers

2015-08-13 Thread Herve Jourdain
Hi Khem, I have submitted a patch similar to this one, but yours is more elegant in the way it provides the patch - you do a sed in the install_append, while I was just literally providing a patch file, which is bigger. So I personally would vote for this one. I have one question, though: for me,

Re: [yocto] ***SPAM*** [meta-raspberrypi][PATCH 3/4] userland: Adjust include location for pthreads-headers

2015-08-13 Thread Herve Jourdain
] Sent: vendredi 14 août 2015 04:57 To: Herve Jourdain Cc: yocto@yoctoproject.org; Andrei Gherzan ; pet...@technux.se; Alex J Lennon Subject: Re: ***SPAM*** [yocto] [meta-raspberrypi][PATCH 3/4] userland: Adjust include location for pthreads-headers > On Aug 13, 2015, at 7:00 PM, Herve Jour

Re: [yocto] ***SPAM*** [meta-raspberrypi][PATCH] gstreamer1.0-omx: enable Raspberry Pi support

2015-08-23 Thread Herve Jourdain
Hi, First of all, I believe that just adding a dependency on "userland", and having either my patch or Khem's patch for the include files in vcos, would remove the need to add those include files in the recipes. Then, I believe that the OMX drivers are provided in the userland also, so you might

Re: [yocto] ***SPAM*** [meta-raspberrypi][PATCH] qtbase: enable Raspberry Pi support

2015-08-23 Thread Herve Jourdain
Hi, Same for this one, with either my patch or Khem's patch for the include files, most of the modifications for the include files and library should not be needed. I would recommend adding one of these patches, and making a dependency on virtual/egl. What I had to do, though, for qt5, was to add

[yocto] [meta-raspberrypi][PATCH 0/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-13 Thread Herve Jourdain
the "real" device trees (not the overlays). This is in line with the behavior of kernels 4.4.6+ Herve Jourdain (1): Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12 classes/linux-raspberrypi-base.bbclass | 4 +-- classes/sdca

[yocto] [meta-raspberrypi][PATCH 1/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-13 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- classes/linux-raspberrypi-base.bbclass | 4 +-- classes/sdcard_image-rpi.bbclass | 6 ++-- conf/machine/include/rpi-base.inc | 30 +-- .../0002-fix-dtbo-rules.patch | 35

[yocto] [PATCH 1/1] Support for .dtbo files for dtb overlays

2016-05-13 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- meta/recipes-kernel/linux/linux-dtb.inc | 66 + 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 651a19e..44782d8 100644 --- a

[yocto] [PATCH 0/1] Support for .dtbo files for dtb overlays

2016-05-13 Thread Herve Jourdain
h tries to address this issue, while not breaking support for .dtb overlays. It allows the installation/deployment of both .dtb and .dtbo files, for device trees and overlays. This is in line with the behavior of kernels 4.4.6+ Herve Jourdain (1): Support for .dtbo files for dtb overlays me

Re: [yocto] [PATCH 1/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Herve Jourdain
Hi Khem, OK, sorry for that. V2 is coming. Cheers, Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: samedi 14 mai 2016 09:15 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [PATCH 1/1] Support for .dtbo files for dtb overlays That patch is

[yocto] [PATCH v2 0/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Herve Jourdain
h tries to address this issue, while not breaking support for .dtb overlays. It allows the installation/deployment of both .dtb and .dtbo files, for device trees and overlays. This is in line with the behavior of kernels 4.4.6+ Herve Jourdain (1): Support for .dtbo files for dtb overlays me

[yocto] [PATCH v2 1/1] Support for .dtbo files for dtb overlays

2016-05-14 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- meta/recipes-kernel/linux/linux-dtb.inc | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 651a19e..ee60b6d 100644 --- a/meta/recipes

[yocto] [meta-raspberrypi][PATCH v2 0/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-14 Thread Herve Jourdain
tbo files, instead of only .dtb. .dtb are still used, but only for the "real" device trees (not the overlays). This is in line with the behavior of kernels 4.4.6+ Herve Jourdain (1): Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12 classes/linux-rasp

[yocto] [meta-raspberrypi][PATCH v2 1/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-14 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- classes/linux-raspberrypi-base.bbclass | 4 +-- classes/sdcard_image-rpi.bbclass | 6 ++-- conf/machine/include/rpi-base.inc | 30 +-- .../0002-fix-dtbo-rules.patch | 35

[yocto] [matchbox-keyboard][PATCH 0/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
e the ones accessible when caps is on, for some keys. Test has been done using sato. Herve Jourdain (1): Addition of french keyboard .../files/0002-add-french-keyboard.patch | 477 + .../matchbox-keyboard/matchbox-keyboard_git.bb | 1 + 2 files changed, 478

[yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- .../files/0002-add-french-keyboard.patch | 477 + .../matchbox-keyboard/matchbox-keyboard_git.bb | 1 + 2 files changed, 478 insertions(+) create mode 100644 meta/recipes-sato/matchbox-keyboard/files/0002-add-french

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Hi Ross, Oh, OK, I’ll do that, please allow me to do it tomorrow though. Herve From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: mardi 17 mai 2016 14:14 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

[yocto] [matchbox-keyboard][PATCH 0/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
using sato. Herve Jourdain (1): Addition of french keyboard layouts/Makefile.am | 2 +- layouts/keyboard-fr.xml | 343 2 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 layouts/keyboard-fr.xml

[yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- layouts/Makefile.am | 2 +- layouts/keyboard-fr.xml | 343 2 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 layouts/keyboard-fr.xml diff --git a/layouts/Makefile.am b/layouts

[yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- src/config-parser.c | 5 + src/matchbox-keyboard-key.c | 11 --- src/matchbox-keyboard-ui-cairo-backend.c | 10 +++--- src/matchbox-keyboard-ui-xft-backend.c | 10 +++--- src/matchbox-keyboard.c

[yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-17 Thread Herve Jourdain
some keys. There is no impact when the tag is not used in the xml description of the layout, therefore there should be no impact on keyboards not using this tag. Tests have been done using sato. Herve Jourdain (1): Support of "caps" tag src/config-parser.c | 5

Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard

2016-05-17 Thread Herve Jourdain
[mailto:ross.bur...@intel.com] Sent: mardi 17 mai 2016 14:14 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [matchbox-keyboard][PATCH 1/1] Addition of french keyboard Hi Herve, Can you submit the two patches (caps behaviour, and french layout) against the matchbox-keyboard

[yocto] [matchbox-keyboard][PATCH v2 0/1] Support of "caps" tag

2016-05-18 Thread Herve Jourdain
some keys. There is no impact when the tag is not used in the xml description of the layout, therefore there should be no impact on keyboards not using this tag. Tests have been done using sato. Herve Jourdain (1): Support of "caps" tag src/config-parser.c | 5

[yocto] [matchbox-keyboard][PATCH v2 1/1] Support of "caps" tag

2016-05-18 Thread Herve Jourdain
some keys. There is no impact when the tag is not used in the xml description of the layout, therefore there should be no impact on keyboards not using this tag. Tests have been done using sato. Signed-off-by: Herve Jourdain --- src/config-parser.c | 5 + src/matchbo

Re: [yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag

2016-05-18 Thread Herve Jourdain
OK, thanks, v2 is on the way... Herve -Original Message- From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] Sent: mercredi 18 mai 2016 09:55 To: Herve Jourdain Cc: Yocto Project Subject: Re: [yocto] [matchbox-keyboard][PATCH ] Support of "caps" tag On 18 May 2016 at 08

[yocto] [meta-raspberrypi][PATCH 0/8] Support for vc4 graphics driver

2016-05-18 Thread Herve Jourdain
r for this series to work, some previous patches are needed (support for .dtbo, and fix of the mesa packaging when there is no DRI driver). It was tested with wayland/weston, without the support for X11. Herve Jourdain (8): Support fo vc4 graphics driver: change the default providers Supp

[yocto] [meta-raspberrypi][PATCH 2/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Add vc4-kms-v3d overlay if 'vc4graphics' is in MACHINE_FEATURES. (This patch has a dependency on the patch that enables the support of .dtbo overlay files) Signed-off-by: Herve Jourdain --- r

[yocto] [meta-raspberrypi][PATCH 1/8] Support for vc4 graphics driver: change the default providers

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Configure the default providers, depending on whether 'vc4graphics' is in MACHINE_FEATURES or not. Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-default-providers.inc | 8 1 fi

[yocto] [meta-raspberrypi][PATCH 3/8] Support for vc4 graphics driver: upgrade firmware to prevent userland to interfere with v4 graphics

2016-05-18 Thread Herve Jourdain
, and I can confirm it's unusable) 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-

[yocto] [meta-raspberrypi][PATCH 4/8] Support for vc4 graphics driver: add kernel configuration options needed for VC4

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Set the kernel configuration options that are required to enable the VC4 driver. Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-rpi.inc | 10 ++ 1 file changed, 10 insertions(+) diff

[yocto] [meta-raspberrypi][PATCH 6/8] Support for vc4 graphics driver: modify the wayland configuration for vc4

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Configure the configuration options for Wayland, depending on whether 'vc4graphics' is in MACHINE_FEATURES or not. Signed-off-by: Herve Jourdain --- recipes-graphics/wayland/weston_%.bbappend | 7

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

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Kernel upgrade to 4.4.10 (some 4.4.9 version would be enough, but the required firmware supports 4.4.10, so bump it anyway) Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4

[yocto] [meta-raspberrypi][PATCH 7/8] Support for vc4 graphics driver: modify the weston configuration for vc4

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Configure the configuration options for Weston, depending on whether 'vc4graphics' is in MACHINE_FEATURES or not. Signed-off-by: Herve Jourdain --- recipes-graphics/weston/weston_%.bba

[yocto] [meta-raspberrypi][PATCH 8/8] Support for vc4 graphics driver: modify the configuration for mesa

2016-05-18 Thread Herve Jourdain
This patch series enables the support for the VC4 graphics driver from Eric Anholt. Add some configuration for building mesa, on raspberrypi, when VC4 is in use. Signed-off-by: Herve Jourdain --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) create mode

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

2016-05-18 Thread Herve Jourdain
? Herve -Original Message- From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: mercredi 18 mai 2016 14:21 To: yocto@yoctoproject.org Cc: Herve Jourdain Subject: [yocto][meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10 This patch series enables

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

2016-05-18 Thread Herve Jourdain
work effectively on RPI. Herve > Le 19 mai 2016 à 00:27, Khem Raj a écrit : > > >> On May 18, 2016, at 5:21 AM, Herve Jourdain wrote: >> >> This patch series enables the support for the VC4 graphics driver from Eric >> Anholt. >> Kernel upgrade to 4.4.10

Re: [yocto] [meta-raspberrypi][PATCH 2/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-18 Thread Herve Jourdain
time around. Herve > Le 19 mai 2016 à 00:53, Khem Raj a écrit : > > >> On May 18, 2016, at 5:21 AM, Herve Jourdain wrote: >> >> This patch series enables the support for the VC4 graphics driver from Eric >> Anholt. >> Add vc4-kms-v3d overlay if &#

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

2016-05-18 Thread Herve Jourdain
emory available... So even if I believe cma-256 is a good default value, it might be made selectable by the user, if we want to consider vc4 on RPI0/1. I'd very much like to hear other people's opinion about that... Herve > Le 19 mai 2016 à 00:43, Herve Jourdain a écrit : > > Hi K

Re: [yocto] [meta-raspberrypi][PATCH 8/8] Support for vc4 graphics driver: modify the configuration for mesa

2016-05-18 Thread Herve Jourdain
Hi Andreas, Thanks for seeing that, I did many tests, but they did not involve qt... I can update the mesa version i guess, or add a patch for the current version... Herve > Le 19 mai 2016 à 06:02, Andreas Müller a écrit > : > >> On Wed, May 18, 2016 at 2:21 PM, Herve Jour

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

2016-05-18 Thread Herve Jourdain
Hi Andreas, I will send a v2 series soon, that will include something very similar to your suggestion for the overlay parameter. Herve -Original Message- From: Andreas Müller [mailto:schnitzelt...@googlemail.com] Sent: mercredi 18 mai 2016 23:47 To: Herve Jourdain Cc: Khem Raj

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

2016-05-18 Thread Herve Jourdain
to the 4.4 series... What do you think is the best option there? Herve -Original Message- From: Andreas Müller [mailto:schnitzelt...@googlemail.com] Sent: jeudi 19 mai 2016 00:59 To: Herve Jourdain Cc: Khem Raj ; Yocto Project Subject: Re: [yocto] [meta-raspberrypi][PATCH 5/8] Suppo

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

2016-05-19 Thread Herve Jourdain
- From: Andreas Müller [mailto:schnitzelt...@googlemail.com] Sent: jeudi 19 mai 2016 08:28 To: Herve Jourdain Cc: Khem Raj ; Yocto Project Subject: Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10 On Thu, May 19, 2016 at 7:21 AM, Herve

Re: [yocto] [meta-raspberrypi][PATCH v2 0/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-19 Thread Herve Jourdain
pport for 4.1. Best regards, Hervé -Original Message- From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: samedi 14 mai 2016 12:16 To: yocto@yoctoproject.org Cc: Herve Jourdain Subject: [yocto][meta-raspberrypi][PATCH v2 0/1] Support for .dtbo files for dtb overlays, requir

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

2016-05-19 Thread Herve Jourdain
em. Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: jeudi 19 mai 2016 17:13 To: Andreas Müller Cc: Herve Jourdain ; Yocto Project Subject: Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10 On Thu, May 19,

[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
ad of only .dtb like before. .dtb are still in use, but only for the "real" device trees (not the overlays). Herve Jourdain (5): Support for .dtbo files for dtb overlays, required by kernels 4.4.6+ Support for .dtbo files for dtb overlays, required by kernels 4.4.6+ Support for

[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 delet

[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 deletions(-)

[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/inclu

[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 insertion(+) diff --git a

[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 ++ 1 file changed, 27

Re: [yocto] [meta-raspberrypi][PATCH 2/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-20 Thread Herve Jourdain
ation only for my 2 lines, or also for the other similar lines - while I'm at it... Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: jeudi 19 mai 2016 16:57 To: Herve Jourdain Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH 2/

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
> >> On Wed, May 18, 2016 at 7:32 PM, Herve Jourdain wrote: > >> > One thing I didn't make configurable, but that maybe could be, is the parameter passed to the overlay. > >> > I selected cma-256, based on experience from other people, and because my configurati

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

2016-05-20 Thread Herve Jourdain
and/weston, without the support for X11. This patch series depends on two other patch series previously posted, that enable the support for .dtbo overlay files. Herve Jourdain (13): rpi-default-providers.inc: change default providers to support vc4graphics rpi-base.inc: add vc4-kms-v3d to

[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 cabbd43..0bc8838 100644 --- a/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 +++ b/conf/machine/include/rpi

[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 +++ b/conf/machine/raspberrypi0.conf @@ -6,3

[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 +++ b/conf/machine/raspberrypi.conf @@ -8,3 +8,5

[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 +++ b/conf/machine/raspberrypi2.conf @@ -8,3

[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 +++ b/recipes-bsp/common

[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 +++ b/conf/machine/raspberrypi3.conf @@ -9,3

[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 --- a/recipes-bsp/bootfiles/rpi

[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 --- a/recipes-graphics

[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 file mode 100644 index

[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 100644 --- a/recipes

[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 100644 --- a/recipes

[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 --- a/recipes-kernel/linux/linux-rpi.inc +++ b/recipes

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

2016-05-24 Thread Herve Jourdain
allow packaging with empty DRI). I'll take a look at the omxplayer issue as soon as I can, in the meanwhile I recommend to not use it... Herve -Original Message- From: piotr.lewicki [mailto:piotr.lewi...@elfin.de] Sent: mardi 24 mai 2016 11:59 To: Herve Jourdain ; yocto@yoctoprojec

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

2016-05-24 Thread Herve Jourdain
-Original Message- From: piotr.lewicki [mailto:piotr.lewi...@elfin.de] Sent: mardi 24 mai 2016 13:08 To: Herve Jourdain ; yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver On 24.05.2016 12:42, Herve Jourdain wrote: > Hi Piotr,

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

2016-05-30 Thread Herve Jourdain
r overlays, instead of only .dtb like before. .dtb are still in use, but only for the "real" device trees (not the overlays). Herve Jourdain (5): linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays sdcard_image-rpi.bbclass: support for .dtbo files for dtb ove

[yocto] [meta-raspberrypi][PATCH v4 1/5] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-05-30 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 delet

[yocto] [meta-raspberrypi][PATCH v4 2/5] sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays

2016-05-30 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 deletions(-)

[yocto] [meta-raspberrypi][PATCH v4 3/5] rpi-base.inc: support for .dtbo files for dtb overlays

2016-05-30 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/inclu

[yocto] [meta-raspberrypi][PATCH v4 4/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-05-30 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 ++ 1 file changed, 27

[yocto] [meta-raspberrypi][PATCH v4 5/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index ba47b22..789fef1 100644 --- a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH v3 00/14] Support for VC4 graphics driver

2016-05-30 Thread Herve Jourdain
on two other patch series previously posted, that enable the support for .dtbo overlay files. Herve Jourdain (14): rpi-default-providers.inc: change default providers to support vc4graphics rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphics raspberrypi.conf: set the d

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

2016-05-30 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 cabbd43..0bc8838 100644 --- a/conf

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

2016-05-30 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 +++ b/conf/machine/include/rpi

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

2016-05-30 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 +++ b/conf/machine/raspberrypi0.conf @@ -6,3

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

2016-05-30 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 +++ b/conf/machine/raspberrypi.conf @@ -8,3 +8,5

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

2016-05-30 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 +++ b/conf/machine/raspberrypi2.conf @@ -8,3

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

2016-05-30 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 +++ b/conf/machine/raspberrypi3.conf @@ -9,3

  1   2   >