Re: [yocto] raspberrypi3-64 target not booting

2017-08-26 Thread Herve Jourdain
Hi, Are you using vc4 as graphics, or are you using the default userland? If you want graphics with 64 bits, you need to use vc4. Cheers, Herve -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Khem Raj Sent: vendredi 25 août

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi] Building rpi-test-image for Pi3 64 bit

2017-05-03 Thread Herve Jourdain
Hi Luca, The userland libraries do not support 64 bits. It’s not just a problem of compiling the libraries with a 64bits compiler, it’s because they interface with some FW in the Videocore IV that supports only 32 bits addressing, and that communicates with the userland through 32 bits

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-20 Thread Herve Jourdain
wanted to point out. And that's why I think we can't do only VC4, and probably have to keep userland a while longer. Cheers, Herve -Original Message- From: Trevor Woerner [mailto:twoer...@gmail.com] Sent: jeudi 20 avril 2017 09:13 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: 'A

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi] gles2 on raspi3

2017-04-19 Thread Herve Jourdain
Hi Andreas, Yes, VC4 indeed works for both 32bits and 64bits. It was first introduced for 32bits, actually. Regarding why still using userland: at this point in time, we have accelerated HW codec (H.264, MPEG2, some audio) only if using userland. If one doesn't need that, then VC4 is, in my

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Herve Jourdain
Hi, The problem with 4.8 is that because of the constant rebasing in the downstream, it will get broken fast. So someone will have to maintain it and constantly update it, and if we don't do it for master, it's unlikely to be done on Morty. At some point, 4.8 will stop changing, but we're not

[yocto] [meta-raspberrypi][PATCH] Add recipe to build qtbase for raspberrypi out of the box.

2017-01-19 Thread Herve Jourdain
Supports different EGLFS_DEVICE_INTEGRATION for userland or vc4 Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- recipes-qt/qt5/qtbase_%.bbappend | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/q

[yocto] [meta-raspberrypi][PATCH] Fix compilation of Weston when using USERLAND: kms PACKAGECONFIG must be removed

2017-01-19 Thread Herve Jourdain
y default in the PACKAGECONFIG, which triggers --enable-drm-compositor, which requires gbm [vc4 is kms-based, not userland] Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- recipes-graphics/wayland/weston_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-17 Thread Herve Jourdain
Hi Gary, You get this because the patch to the latest 4.7 version have not been merged... 4.7 has been stable for some time now, unlike 4.8 - and 4.9 will probably have some similar issues, basically the downstream is heavily rebasing, so revisions numbers are not reliable anymore. I'm OK to

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-17 Thread Herve Jourdain
Hi Gary, I believe that we will see for 4.9 the same issues we had with 4.8, heavy rebasing from the downstream. I'm currently working with the upstream - plus patches - and I plan to have a yocto build that would take the upstream source and add some patches, instead of taking the downstream as

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland

2016-12-07 Thread Herve Jourdain
...@yoctoproject.org] On Behalf Of Gary Thomas Sent: mercredi 7 décembre 2016 11:25 To: yocto@yoctoproject.org Subject: Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland On 2016-12-06 19:22, Herve Jourdain wrote: > Hi Gary, > > Coul

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi] Current master broken

2016-12-06 Thread Herve Jourdain
up to date with the changes. If 4.4 is "stable", then we need some people to focus on tracking the changes happening on 4.8 and 4.9. Cheers, Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mardi 6 décembre 2016 19:11 To: Herve Jourdain &l

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland

2016-12-06 Thread Herve Jourdain
ary Thomas [mailto:g...@mlbassoc.com] Sent: mardi 6 décembre 2016 16:58 To: Andrei Gherzan <and...@gherzan.ro> Cc: Herve Jourdain <herve.jourd...@neuf.fr>; yocto@yoctoproject.org Subject: ***SPAM*** Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userl

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi] Current master broken

2016-12-06 Thread Herve Jourdain
Hi Andrei, But I believe that the core of the problem is not necessarily the patch in oe-core to detect the kernel version itself, but like Khem mentioned the fact that a "well known" SRCREV is only valid for a brief period of time under the RPI tree "constant" rebasing we've been experiencing

Re: [yocto] ***SPAM*** [meta-raspberrypi] Qt EGLFS frozen on VC4

2016-12-06 Thread Herve Jourdain
Hi Gerhard, Could you please provide a bit more information, like the kernel you’re building against, the kind of features you’re using in QT, if you’re using GStreamer as well, if you’re playing video, versions of the meta-raspberrypi/yocto/openembedded layers, etc… I’m not sure I can help,

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland

2016-12-06 Thread Herve Jourdain
Hi Gary, But dispmanx is really only provided by userland, it does not exist in other flavors of egl/libgles. Actually, dispmanx should not be selected in PACKAGECONFIG if userland is not in use for EGL/GLES. Cheers, Herve -Original Message- From: yocto-boun...@yoctoproject.org

Re: [yocto] [meta-raspberrypi] Current master broken

2016-12-03 Thread Herve Jourdain
Hi Gary, Regarding the 4.7, did you try the patch I sent 1 week ago? It uses 4.7.10, with revision " e7fa325a40f260ed9fb86391a0b65150eba8c112", and is known to work. The "good" revision you mention is known to not be "good" anymore. The patch can be found on the list, or on

Re: [yocto] [meta-raspberrypi][PATCH 0/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-22 Thread Herve Jourdain
To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH 0/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf On Tue 2016-11-22 @ 05:23:49 PM, Herve Jourdain wrote: > I didn't have any such branch, but I've created

Re: [yocto] [meta-raspberrypi][PATCH 0/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-22 Thread Herve Jourdain
patches before, and they were working, so hopefully everything will be alright. Cheers, Herve -Original Message- From: Trevor Woerner [mailto:twoer...@gmail.com] Sent: mardi 22 novembre 2016 16:10 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: yocto@yoctoproject.org Subject: Re:

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-21 Thread Herve Jourdain
a72/cortex-a73 based SoCs that will have to be supported in the future. So we could add it all now, or we could add it in the future as needs emerge. Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: lundi 21 novembre 2016 17:35 To: Herve Jourdain <herve.jourd...@neuf

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-21 Thread Herve Jourdain
built-in" level of support in 4.8 (but I don't know what's working or not there), and I'll sure work it for 4.9 soon. Herve -Original Message- From: Trevor Woerner [mailto:twoer...@gmail.com] Sent: mardi 22 novembre 2016 06:39 To: Khem Raj <raj.k...@gmail.com> Cc: Herve Jourd

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-20 Thread Herve Jourdain
tunes, leaving only 2 tunes for cortexa53 aarch32 + 1 tune for cortexa53 aarch64. Please advise what you would prefer me to do. Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: dimanche 20 novembre 2016 20:30 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc:

Re: [yocto] [meta-raspberrypi][PATCH 2/2] Support for 64bits target on raspberrypi3 (patches for supporting 64bits on linux 4.7)

2016-11-20 Thread Herve Jourdain
Hi Khem, OK, I'll submit a v2 soon. Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: dimanche 20 novembre 2016 20:42 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH 2/2] Support for

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi_4.7.bb: upgrade to latest good version

2016-11-20 Thread Herve Jourdain
4.8 will be, and 4.9 is supposed to be. What do you think we should do, scrap 4.1 and 4.7, leaving 4.4, 4.8 and 4.9? Or keep only the LTS ones? Herve -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: jeudi 17 novembre 2016 18:17 To: Herve Jourdain <herve.jourd...@neuf.fr&

[yocto] [meta-raspberrypi][PATCH 2/2] Support for 64bits target on raspberrypi3 (patches for supporting 64bits on linux 4.7)

2016-11-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- .../0001-fix-dtbo-rules.patch | 19 +- .../0002-support-64bits.patch | 2080 recipes-kernel/linux/linux-raspberrypi_4.7.bb |2 + 3 files changed, 2098 inse

[yocto] [meta-raspberrypi][PATCH 0/2] Support for 64bits target on raspberrypi3

2016-11-20 Thread Herve Jourdain
is mostly for people who have an interest in 64bits, and can bear the limitations. Herve Jourdain (2): Support for 64bits target on raspberrypi3 (generic part) Support for 64bits target on raspberrypi3 (patches for supporting 64bits on linux 4.7) classes/sdcard_image-rpi.bbclass

[yocto] [meta-raspberrypi][PATCH v2 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- conf/machine/raspberrypi3-64.conf | 19 +++ conf/machine/raspberrypi3.conf| 8 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 conf/machine/raspberrypi3-64.conf diff --git

[yocto] [meta-raspberrypi][PATCH v2 0/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-20 Thread Herve Jourdain
Modify raspberrypi3.conf to use cortexa53 instead of being treated like a raspberrypi2 Add raspberrypi3-64.conf, to support armv8 / 64 bits on raspberrypi3 Herve Jourdain (1): Modify raspberrypi3.conf to use cortexa53 instead of being treated like a raspberrypi2 Add raspberrypi3-64

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-20 Thread Herve Jourdain
...@gmail.com] Sent: samedi 19 novembre 2016 19:19 To: Herve Jourdain <herve.jourd...@neuf.fr>; yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf Nevermind, I managed to apply it, there are some CR changes I guess

Re: [yocto] [meta-raspberrypi][PATCH 0/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-20 Thread Herve Jourdain
Please disregard this patch, I will send a - slightly - modified version (cortexa53hf-32 instead of cortexa53-32) Herve -Original Message- From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: samedi 19 novembre 2016 14:04 To: yocto@yoctoproject.org Cc: Herve Jourdain <herve.jo

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-20 Thread Herve Jourdain
Hi Khem, Trevor, I've submitted part of it yesterday, the rest should come out today hopefully. The 2 machine types - raspberrypi3 and raspberrypi3-64 - have been submitted to yocto/meta-raspberrypi. They will need tune-cortexa53.inc - I've sent a version to oe-core, but I got it wrong again, so

[yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-19 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- conf/machine/raspberrypi3-64.conf | 19 +++ conf/machine/raspberrypi3.conf| 8 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 conf/machine/raspberrypi3-64.conf diff --git

[yocto] [meta-raspberrypi][PATCH 0/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-19 Thread Herve Jourdain
Modify raspberrypi3.conf to use cortexa53 instead of being treated like a raspberrypi2 Add raspberrypi3-64.conf, to support armv8 / 64 bits on raspberrypi3 Herve Jourdain (2): Modify raspberrypi3.conf to use cortexa53 instead of being treated like a raspberrypi2 Add raspberrypi3-64

Re: [yocto] ***SPAM*** [raspberrypi] raspi3 vs raspi2

2016-11-19 Thread Herve Jourdain
Hi, I'm in the process of pushing something that should hopefully do that - and more. I hope I can finish pushing it in the next few days. Cheers, Herve > On 19 nov. 2016, at 05:20, Trevor Woerner wrote: > > Hi, > > I was wondering if there were any plans to create a

[yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi_4.7.bb: upgrade to latest good version

2016-11-17 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- recipes-kernel/linux/linux-raspberrypi_4.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.7.bb b/recipes-kernel/linux/linux-raspberrypi_4.7.bb index 0315f8f..4

[yocto] [meta-raspberrypi][PATCH 0/1] linux-raspberrypi_4.7.bb: upgrade to latest good version

2016-11-17 Thread Herve Jourdain
... This attempts to upgrade to the latest "good" version for 4.7, with all the files that should be there being present. It does compile, as of today - until when depends highly on what's going on in the raspberrypi tree. Herve Jourdain (1): linux-raspberrypi_4.7.bb: upgrade to l

Re: [yocto] [meta-raspberrypi][PATCH v6 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-25 Thread Herve Jourdain
avior ? > > As side notes, you may use some existing utility function to compare software > versions like bb.utils.vercmp_string_op and overlays filtering may be done in > a single pass : I've attached a proposal. > > BR, > François > >> Le jeudi 21 juillet 2016 à 06:00 +080

Re: [yocto] [meta-raspberrypi] linux-raspberrypi versions

2016-07-21 Thread Herve Jourdain
Hi Paul, I had the same line of thoughts... I believe 3.18 should be dropped, maybe even 4.1, default to 4.4, and maybe add 4.7 to the mix, since 4.7 seems to be where the bulk of the work is done now. Herve -Original Message- From: yocto-boun...@yoctoproject.org

[yocto] [meta-raspberrypi][PATCH v4 12/12] linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 device

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- .../0002-vc4-ioctl-rendering-allow.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberry

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 4b65fc2..3eeefee 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH v4 10/12] mesa_%.bbappend: new file to add the correct configuration options to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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_%.bbappe

[yocto] [meta-raspberrypi][PATCH v4 09/12] weston/weston_%.bbappend: modify configuration options to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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..7

[yocto] [meta-raspberrypi][PATCH v4 08/12] wayland/weston_%.bbappend: modify configuration options to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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

[yocto] [meta-raspberrypi][PATCH v4 07/12] rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphics

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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/m

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index d50ef70..3f13dc0 100644 --- a/conf/machine/raspberrypi2.conf +++ b/conf/m

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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/m

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 47eb23b..aabc131 100644 --- a/conf/machine/include/rpi-base.inc +++

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 72beeb8..df8194c 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/m

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

2016-07-21 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 3

[yocto] [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver

2016-07-21 Thread Herve Jourdain
on two other patch series previously posted, that enable the support for .dtbo overlay files. Herve Jourdain (12): 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

[yocto] [meta-raspberrypi][PATCH v6 4/4] sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
) to not being able to get the kernel version! To avoid this problem, the kernel version is added in a new variable outside the scope of IMAGE_CMD_rpi-sdimg, and its value passed to get_dts() and split_overlays()! Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- classes/sdc

[yocto] [meta-raspberrypi][PATCH v6 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
is not set, causing 'STAGING_KERNEL_BUILDDIR' to not be expanded, causing get_kernelversion_file() to fail! To avoid this problem, get_dts() and split_overlays() MUST be called with the kernel version parameter set, when called from IMAGE_CMD_rpi-sdimg! Signed-off-by: Herve Jourdain <

[yocto] [meta-raspberrypi][PATCH v6 2/4] rpi-base.inc: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
n) Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- conf/machine/include/rpi-base.inc | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 56ca83e..47eb23b 1

[yocto] [meta-raspberrypi][PATCH v6 1/4] linux-raspberrypi_4.4.bb: support for .dtbo files for dtb overlays

2016-07-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 <herve.jourd...@neuf.fr> --- .../0001-fix-dtbo-rules.patch

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

2016-07-20 Thread Herve Jourdain
only .dtb like before. .dtb are still in use, but only for the "real" device trees (not the overlays). Herve Jourdain (4): linux-raspberrypi_4.4.bb: support for .dtbo files for dtb overlays rpi-base.inc: support for .dtbo files for dtb overlays linux-raspberrypi-base.bbclass: sup

[yocto] [meta-raspberrypi][PATCH 1/1] Patch for implementing GstGlMemoryEGL for gstreamer 1.8.2

2016-07-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- .../0001-gl-implement-GstGlMemoryEGL.patch | 494 + .../gstreamer1.0-plugins-bad_1.8.2.bbappend| 6 + 2 files changed, 500 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstrea

[yocto] [meta-raspberrypi][PATCH 0/1] Patch for implementing GstGlMemoryEGL for gstreamer 1.8.2

2016-07-20 Thread Herve Jourdain
it happens - currently in meta-raspberrypi. But it should probably be moved to meta/recipes-multimedia/gstreamer once it's properly tested. Herve Jourdain (1): Patch for implementing GstGlMemoryEGL for gstreamer 1.8.2 .../0001-gl-implement-GstGlMemoryEGL.patch | 494

Re: [yocto] [meta-raspberrypi] problem with building gstreamer1.0-omx

2016-07-20 Thread Herve Jourdain
Hi, I have the exact same problem... I believe the patch that Khem has sent depends on another patch in gstreamer, that wasn't sent... I'll send a patch soon to fix that "locally" (with a .bbappend to gstreamer in meta-raspberrypi), though it should end up ultimately in oe, once properly tested

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
' in the added line? Seems like a typo to me. BR, François Le vendredi 17 juin 2016 à 23:35 +0800, Herve Jourdain a écrit : 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")

[yocto] [meta-raspberrypi][PATCH v5 4/4] sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays

2016-06-17 Thread Herve Jourdain
) to not being able to get the kernel version! To avoid this problem, the kernel version is added in a new variable outside the scope of IMAGE_CMD_rpi-sdimg, and its value passed to get_dts() and split_overlays()! Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- classes/sdc

[yocto] [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-06-17 Thread Herve Jourdain
is not set, causing 'STAGING_KERNEL_BUILDDIR' to not be expanded, causing get_kernelversion_file() to fail! To avoid this problem, get_dts() and split_overlays() MUST be called with the kernel version parameter set, when called from IMAGE_CMD_rpi-sdimg! Signed-off-by: Herve Jourdain <

[yocto] [meta-raspberrypi][PATCH v5 2/4] rpi-base.inc: support for .dtbo files for dtb overlays

2016-06-17 Thread Herve Jourdain
n) Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- conf/machine/include/rpi-base.inc | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 56ca83e..47eb23b 1

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

2016-06-17 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 <herve.jourd...@neuf.fr> --- .../0001-fix-dtbo-rules.patch

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

2016-06-17 Thread Herve Jourdain
ike before. .dtb are still in use, but only for the "real" device trees (not the overlays). Herve Jourdain (4): linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays rpi-base.inc: support for .dtbo files for dtb overlays linux-raspberrypi-base.bbclass: support for

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

2016-06-17 Thread Herve Jourdain
.org] On Behalf Of Herve Jourdain Sent: vendredi 17 juin 2016 09:51 To: 'Andrei Gherzan' <and...@gherzan.ro> Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH v4 3/5] rpi-base.inc: support for .dtbo files for dtb overlays Hi Andrei, Sorry for the delay, but I've met some u

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

2016-06-17 Thread Herve Jourdain
suggestion is appreciated. Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mercredi 15 juin 2016 02:12 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH v4 3/5] rpi-base.inc: support for

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

2016-06-15 Thread Herve Jourdain
Hi Andrei, OK, I will push a v5, based on your comments. Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mercredi 15 juin 2016 01:55 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATC

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

2016-06-14 Thread Herve Jourdain
Hi Andrei, I believe it still has not been merged... Shall I send a ping? Herve -Original Message- From: Andrei Gherzan [mailto:and...@gherzan.ro] Sent: mercredi 15 juin 2016 01:54 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: yocto@yoctoproject.org Subject: Re: [yocto]

Re: [yocto] gcc-6.1 and raspi

2016-06-05 Thread Herve Jourdain
/gmane.linux.embedded.yocto.general/30093/ Herve > On 6 juin 2016, at 04:08, Trevor Woerner <twoer...@gmail.com> wrote: > >> On Sun 2016-06-05 @ 04:55:47 PM, Herve Jourdain wrote: >> It seems like you are building the 4.1.21 kernel. >> Did you set PREFERRED_VE

Re: [yocto] ***SPAM*** Re: gcc-6.1 and raspi

2016-06-05 Thread Herve Jourdain
erner Sent: dimanche 5 juin 2016 14:58 To: 'Yocto Project' <yocto@yoctoproject.org> Subject: ***SPAM*** Re: [yocto] gcc-6.1 and raspi On Sun 2016-06-05 @ 02:14:29 PM, Herve Jourdain wrote: > I'm using kernel 4.4, and it does build properly with gcc 6.1. > But the build does fail on other p

Re: [yocto] gcc-6.1 and raspi

2016-06-05 Thread Herve Jourdain
Hi, I'm using kernel 4.4, and it does build properly with gcc 6.1. But the build does fail on other packages later on, so I ended up reverting to 5.3 for now. I also think we should make 4.4 the default kernel version for meta-raspberrypi, to follow the raspberrypi repository. The fixes on 4.1

[yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi.inc: KERNEL_OUTPUT has been removed in kernel.bbclass

2016-05-31 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- recipes-kernel/linux/linux-raspberrypi.inc | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 4799c74..6133b02

[yocto] [meta-raspberrypi][PATCH 0/1] KERNEL_OUTPUT has been removed in kernel.bbclass

2016-05-31 Thread Herve Jourdain
variable, along with parsing the types from KERNEL_IMAGETYPES, which is what the patch that removed KERNEL_OUTPUT is about Herve Jourdain (1): linux-raspberrypi.inc: KERNEL_OUTPUT has been removed in kernel.bbclass recipes-kernel/linux/linux-raspberrypi.inc | 8 ++-- 1 file changed, 6

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

2016-05-31 Thread Herve Jourdain
Oh, sorry for that... Just sent to oe-core as well. Thanks :) Herve -Original Message- From: Andreas Müller [mailto:schnitzelt...@googlemail.com] Sent: mardi 31 mai 2016 09:21 To: Herve Jourdain <herve.jourd...@neuf.fr> Cc: Yocto Project <yocto@yoctoproject.org> Subject

[yocto] [PATCH v3] linux-dtb.inc: Support for .dtbo files for dtb overlays

2016-05-31 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 74f5ef8..8

[yocto] [PATCH v3] Support for .dtbo files for dtb overlays

2016-05-31 Thread Herve Jourdain
This patch 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): linux-dtb.inc: Support for .dtbo fil

[yocto] [meta-raspberrypi][PATCH v3 14/14] linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 device

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- .../0002-vc4-ioctl-rendering-allow.patch | 23 ++ recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberry

[yocto] [meta-raspberrypi][PATCH v3 13/14] linux-raspberrypi_4.4.bb: bump the kernel revision to 4.4.10 to support vc4graphics (including renderD128 device)

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 789fef1..0

[yocto] [meta-raspberrypi][PATCH v3 12/14] firmware.inc: bump version to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 bf11e4c..b467fc6 100644 --- a/recipes-bsp/common/firmwa

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

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 1755685..c120dbd 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH v3 10/14] mesa_%.bbappend: new file to add the correct configuration options to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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_%.bbappe

[yocto] [meta-raspberrypi][PATCH v3 09/14] weston/weston_%.bbappend: modify configuration options to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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..7

[yocto] [meta-raspberrypi][PATCH v3 07/14] rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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

[yocto] [meta-raspberrypi][PATCH v3 08/14] wayland/weston_%.bbappend: modify configuration options to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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

[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 <herve.jourd...@neuf.fr> --- 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/m

[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 <herve.jourd...@neuf.fr> --- 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/m

[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 <herve.jourd...@neuf.fr> --- 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/m

[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 <herve.jourd...@neuf.fr> --- 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/m

[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 <herve.jourd...@neuf.fr> --- 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 v3 01/14] rpi-default-providers.inc: change default providers to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- 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 c

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

2016-05-30 Thread Herve Jourdain
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 default value of VC4_CMA_SIZE to support vc4graphics raspberrypi0.conf: set

[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 <herve.jourd...@neuf.fr> --- 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/r

[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 <herve.jourd...@neuf.fr> --- .../0001-fix-dtbo-rules.patch

[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 <herve.jourd...@neuf.fr> --- conf/machine

[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 <herve.jourd...@neuf.fr> --- classes/sdcard_image-rpi.bbclass | 7 --- 1 file changed, 4

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

2016-05-24 Thread Herve Jourdain
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 <herve.jourd...@neuf.fr>; yocto@

[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 <herve.jourd...@neuf.fr> --- 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

[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 <herve.jourd...@neuf.fr> --- 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..7

[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 <herve.jourd...@neuf.fr> --- 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..7

[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 <herve.jourd...@neuf.fr> --- 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_%.bbappe

  1   2   >