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

2016-02-03 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" # Additional license d

[yocto] [meta-raspberrypi][PATCH 1/2] qt5: fixed raspberrypi support

2016-02-03 Thread John Madieu
ble::Grouping)) { | ^ |Makefile:53048: recipe for target '.obj/qgtkstyle.o' failed This bbappend definitively fix these bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 33 ++ 1 file

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

2016-02-02 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" # Additional license d

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-02-02 Thread John Madieu
ble::Grouping)) { | ^ |Makefile:53048: recipe for target '.obj/qgtkstyle.o' failed This bbappend definitively fix these bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 33 ++ 1 file

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

2016-02-02 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" # Additional license d

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-02-02 Thread John Madieu
ble::Grouping)) { | ^ |Makefile:53048: recipe for target '.obj/qgtkstyle.o' failed This bbappend definitively fix these bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 33 ++ 1 file

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

2016-01-18 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" # Additional license d

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-01-18 Thread John Madieu
ble::Grouping)) { | ^ |Makefile:53048: recipe for target '.obj/qgtkstyle.o' failed This bbappend definitively fix these bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 33 ++ 1 file

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-01-12 Thread John Madieu
ble::Grouping)) { | ^ |Makefile:53048: recipe for target '.obj/qgtkstyle.o' failed This bbappend definitively fix these bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 33 ++ 1 file

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

2016-01-12 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" # Additional license d

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] qt5: fixed raspberrypi support

2016-01-11 Thread john madieu
On Mon, Jan 11, 2016 at 9:34 PM, Andrei Gherzan wrote: > On Mon, Jan 11, 2016 at 04:46:10PM +0100, John Madieu wrote: >> Because EGL properties were not defined properly, we always had the >> following error >> make: *** [egl] Error 1 >> | EGL disabled. >

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

2016-01-11 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" # Additional license d

[yocto] [meta-raspberrypi][PATCH v2 1/2] qt5: fixed raspberrypi support

2016-01-11 Thread John Madieu
editing QMAKE_INCDIR This bbappend definitively fix the bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 29 + 1 file changed, 29 insertions(+) create mode 100644 qt5-layer/recipes-qt/qt5/qtbase_%.bbappend diff --git a/qt5-layer

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

2016-01-11 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" # Additional license d

[yocto] [meta-raspberrypi][PATCH v2 1/2] qt5: fixed raspberrypi support

2016-01-11 Thread John Madieu
editing QMAKE_INCDIR This bbappend definitively fix the bug Signed-off-by: John Madieu --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 29 + 1 file changed, 29 insertions(+) create mode 100644 qt5-layer/recipes-qt/qt5/qtbase_%.bbappend diff --git a/qt5-layer

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

2016-01-11 Thread john madieu
On Mon, Jan 11, 2016 at 2:49 PM, Andrei Gherzan wrote: > > Hi John, Hello Andrei > > On Mon, Jan 11, 2016 at 3:55 AM, John Madieu wrote: >> >> Signed-off-by: John Madieu >> --- >> qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 11 +++ >> 1

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

[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" # Additional license d

[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 qt5-layer/recipes-qt/qt5/qtbase_

[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 | 34 -- 3

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

2016-01-07 Thread John Madieu
by editing QMAKE_INCDIR This bbappend definitively fix the bug Signed-off-by: John Madieu --- recipes-qt/qt5/qtbase_%.bbappend | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_