[yocto] [Recipe reporting system] Upgradable recipe name list

2016-01-10 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version

[yocto] [meta-raspberrypi][PATCH 2/4] qt5base: moved the bbappend to a suitable path

2016-01-10 Thread John Madieu
Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 34 ++ recipes-qt/qt5/qtbase_%.bbappend | 34 -- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH 3/4] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-01-10 Thread John Madieu
Signed-off-by: John Madieu --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index bea5a65..60f1bcb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_raspberrypi = "9" #

[yocto] [meta-raspberrypi][PATCH 4/4] qtbase bbappend: cleanned recipe

2016-01-10 Thread John Madieu
Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index ac158a9..8b77bfa 100644

[yocto] [meta-raspberrypi][PATCH 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-01-10 Thread John Madieu
Signed-off-by: John Madieu cleanned qtbase.bbappend Signed-off-by: John Madieu --- conf/layer.conf| 4 qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 29 + recipes-qt/qt5/qtbase_%.bbappend

Re: [yocto] [meta-raspberrypi][PATCH 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-01-10 Thread Andrei Gherzan
Hi, On Mon, Jan 11, 2016 at 3:01 AM, John Madieu wrote: > Signed-off-by: John Madieu > > cleanned qtbase.bbappend > > Signed-off-by: John Madieu > --- > conf/layer.conf| 4 >

Re: [yocto] [meta-raspberrypi][PATCH] qt5: fixed raspberrypi support

2016-01-10 Thread Andrei Gherzan
Hi John, On Thu, Jan 07, 2016 at 01:44:55AM +0100, John Madieu wrote: > Because EGL properties were not defined properly, we always had the following > error > make: *** [egl] Error 1 > | EGL disabled. > | The EGL functionality test failed; EGL is required by some QPA plugins > to