All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] qt4: Fix [# 1020]
@ 2011-05-04 11:00 Xiaofeng Yan
  2011-05-04 11:00 ` [PATCH 1/1] qt4: Enable qt4 opengl for ppc Xiaofeng Yan
  0 siblings, 1 reply; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-04 11:00 UTC (permalink / raw)
  To: poky

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

libQtOpenGL.so is needed by lsb test for mpc8315e-rdb

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/distro
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/distro

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  qt4: Enable qt4 opengl for ppc

 meta/recipes-qt/qt4/qt4-x11-free.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] qt4: Enable qt4 opengl for ppc
  2011-05-04 11:00 [PATCH 0/1] qt4: Fix [# 1020] Xiaofeng Yan
@ 2011-05-04 11:00 ` Xiaofeng Yan
  2011-05-04 19:55   ` Tom Rini
  2011-05-05  2:22   ` Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-04 11:00 UTC (permalink / raw)
  To: poky

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Fix [# 1020]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta/recipes-qt/qt4/qt4-x11-free.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index ba08dc8..a711288 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -13,6 +13,7 @@ QT_GLFLAGS_qemux86 = "-opengl"
 QT_GLFLAGS_emenlow = "-opengl"
 QT_GLFLAGS_atom-pc = "-opengl"
 QT_GLFLAGS_qemuppc = "-opengl"
+QT_GLFLAGS_mpc8315e-rdb = "-opengl"
 QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
 QT_BASE_NAME ?= "qt4"
 QT_BASE_LIB  ?= "libqt"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] qt4: Enable qt4 opengl for ppc
  2011-05-04 11:00 ` [PATCH 1/1] qt4: Enable qt4 opengl for ppc Xiaofeng Yan
@ 2011-05-04 19:55   ` Tom Rini
  2011-05-09 21:49     ` Saul Wold
  2011-05-05  2:22   ` Saul Wold
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-05-04 19:55 UTC (permalink / raw)
  To: poky

On 05/04/2011 04:00 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> 
> Fix [# 1020]
> 
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> ---
>  meta/recipes-qt/qt4/qt4-x11-free.inc |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
> index ba08dc8..a711288 100644
> --- a/meta/recipes-qt/qt4/qt4-x11-free.inc
> +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
> @@ -13,6 +13,7 @@ QT_GLFLAGS_qemux86 = "-opengl"
>  QT_GLFLAGS_emenlow = "-opengl"
>  QT_GLFLAGS_atom-pc = "-opengl"
>  QT_GLFLAGS_qemuppc = "-opengl"
> +QT_GLFLAGS_mpc8315e-rdb = "-opengl"
>  QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
>  QT_BASE_NAME ?= "qt4"
>  QT_BASE_LIB  ?= "libqt"

Can we use more generic overrides here?  Otherwise we'll just fail on
the next powerpc board.

-- 
Tom Rini
Mentor Graphics Corporation


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] qt4: Enable qt4 opengl for ppc
  2011-05-04 11:00 ` [PATCH 1/1] qt4: Enable qt4 opengl for ppc Xiaofeng Yan
  2011-05-04 19:55   ` Tom Rini
@ 2011-05-05  2:22   ` Saul Wold
  1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-05-05  2:22 UTC (permalink / raw)
  To: Xiaofeng Yan; +Cc: poky

On 05/04/2011 04:00 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> Fix [# 1020]
>
I am going to hold this one for a little while due to some other work in 
refactoring where hardware specific changes go.

Also your comment should include [YOCTO #1020], not just the bug number.

> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>   meta/recipes-qt/qt4/qt4-x11-free.inc |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
> index ba08dc8..a711288 100644
> --- a/meta/recipes-qt/qt4/qt4-x11-free.inc
> +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
> @@ -13,6 +13,7 @@ QT_GLFLAGS_qemux86 = "-opengl"
>   QT_GLFLAGS_emenlow = "-opengl"
>   QT_GLFLAGS_atom-pc = "-opengl"
>   QT_GLFLAGS_qemuppc = "-opengl"
> +QT_GLFLAGS_mpc8315e-rdb = "-opengl"
>   QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
>   QT_BASE_NAME ?= "qt4"
>   QT_BASE_LIB  ?= "libqt"



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] qt4: Enable qt4 opengl for ppc
  2011-05-04 19:55   ` Tom Rini
@ 2011-05-09 21:49     ` Saul Wold
  0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-05-09 21:49 UTC (permalink / raw)
  To: Tom Rini; +Cc: poky

On 05/04/2011 12:55 PM, Tom Rini wrote:
> On 05/04/2011 04:00 AM, Xiaofeng Yan wrote:
>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>
>> Fix [# 1020]
>>
>> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>> ---
>>   meta/recipes-qt/qt4/qt4-x11-free.inc |    1 +
>>   1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
>> index ba08dc8..a711288 100644
>> --- a/meta/recipes-qt/qt4/qt4-x11-free.inc
>> +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
>> @@ -13,6 +13,7 @@ QT_GLFLAGS_qemux86 = "-opengl"
>>   QT_GLFLAGS_emenlow = "-opengl"
>>   QT_GLFLAGS_atom-pc = "-opengl"
>>   QT_GLFLAGS_qemuppc = "-opengl"
>> +QT_GLFLAGS_mpc8315e-rdb = "-opengl"
>>   QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
>>   QT_BASE_NAME ?= "qt4"
>>   QT_BASE_LIB  ?= "libqt"
>
> Can we use more generic overrides here?  Otherwise we'll just fail on
> the next powerpc board.
>
Xiaofeng,

Now that we have re-factored and these changes will meta-yocto or in BSP 
.bbappend files.  Can you make a more appropriate change that also take 
the above comment into account.

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-09 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-04 11:00 [PATCH 0/1] qt4: Fix [# 1020] Xiaofeng Yan
2011-05-04 11:00 ` [PATCH 1/1] qt4: Enable qt4 opengl for ppc Xiaofeng Yan
2011-05-04 19:55   ` Tom Rini
2011-05-09 21:49     ` Saul Wold
2011-05-05  2:22   ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.