All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] libQtopenGL: Add this library to lsb image
@ 2011-05-25  7:03 Xiaofeng Yan
  2011-05-25  7:03 ` [PATCH 1/2] poky-lsb: Compile library libQtOpenGL* for building a " Xiaofeng Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-25  7:03 UTC (permalink / raw)
  To: poky

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

Hi Saul,
[YOCTO #1020]
We make lsb test on the following platform with default "mesa-xlib" so far.
emenlow, mpc8315e, qemux86,qemux86-64,jasperforest
Perhaps some of them could have graphic hardware but lsb image  can pass test by default "mesa-xlib" except mpc8315e because of its limited memory
we don't make lsb test on lsb image with "mesa-dri".
I submit two patches to fix bug [#YOCTO 1020]

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

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


Xiaofeng Yan (2):
  poky-lsb: Compile library libQtOpenGL* for building a lsb image
  task-core-lsb: Install libQtOpenGL* to lsb image

 meta-yocto/conf/distro/poky-lsb.conf         |    2 +-
 meta/recipes-extended/tasks/task-core-lsb.bb |   18 +-----------------
 2 files changed, 2 insertions(+), 18 deletions(-)



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

* [PATCH 1/2] poky-lsb: Compile library libQtOpenGL* for building a lsb image
  2011-05-25  7:03 [PATCH 0/2] libQtopenGL: Add this library to lsb image Xiaofeng Yan
@ 2011-05-25  7:03 ` Xiaofeng Yan
  2011-05-25  7:03 ` [PATCH 2/2] task-core-lsb: Install libQtOpenGL* to " Xiaofeng Yan
  2011-05-25 23:32 ` [PATCH 0/2] libQtopenGL: Add this library " Saul Wold
  2 siblings, 0 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-25  7:03 UTC (permalink / raw)
  To: poky

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

Fix bug [YOCTO #1020]
This patch is part of fixing bug [YOCTO #1020]. If another patch to install libQtOpenGL* to lsb image  is merged to poky,
then this bug will be fixed.For a lsb image prepared to meet lsb requirement, library "libQtOpenGL*" should be compiled.
So I add this patch for passing lsb test.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta-yocto/conf/distro/poky-lsb.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index eb1cf82..29f526d 100644
--- a/meta-yocto/conf/distro/poky-lsb.conf
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -6,4 +6,4 @@ DISTROOVERRIDES = "poky:linuxstdbase"
 DISTRO_FEATURES += "pam largefile"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 
-
+QT_GLFLAGS = "-opengl"
-- 
1.7.0.4



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

* [PATCH 2/2] task-core-lsb: Install libQtOpenGL* to lsb image
  2011-05-25  7:03 [PATCH 0/2] libQtopenGL: Add this library to lsb image Xiaofeng Yan
  2011-05-25  7:03 ` [PATCH 1/2] poky-lsb: Compile library libQtOpenGL* for building a " Xiaofeng Yan
@ 2011-05-25  7:03 ` Xiaofeng Yan
  2011-05-25 23:32 ` [PATCH 0/2] libQtopenGL: Add this library " Saul Wold
  2 siblings, 0 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-25  7:03 UTC (permalink / raw)
  To: poky

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

Fix bug [#YOCTO 1020]
It is part of fixing bug [YOCTO #1020]. If another patch to add configuration for compiling qtopengl to poky-lsb.conf is merged to poky, \
then this bug will be fixed.
LSB Test Suite need library "libQtOpenGL*" in lsb image.
If a image has "mesa-xlib" or "mesa-dri", then opegl will run on target platform.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta/recipes-extended/tasks/task-core-lsb.bb |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index b6c5ae5..a0a359e 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -151,6 +151,7 @@ RDEPENDS_task-core-lsb-python-add = "\
 RDEPENDS_task-core-lsb-graphic-add = "\
     libqtcore4 \
     libqtgui4 \
+    libqtopengl4 \
     libqtsql4 \
     libqtsvg4 \
     libqtxml4 \
@@ -170,23 +171,6 @@ RDEPENDS_task-core-lsb-graphic-add = "\
     liberation-fonts \
 "
 
-RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
-    libqtopengl4 \
-"
-RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\
-    libqtopengl4 \
-"
-RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\
-    libqtopengl4 \
-"
-RDEPENDS_task-core-lsb-graphic-add_emenlow = "\
-    libqtopengl4 \
-"
-
-RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
-    libqtopengl4 \
-"
-
 #    mesa-dri 
 
 RDEPENDS_task-core-lsb-runtime-add = "\
-- 
1.7.0.4



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

* Re: [PATCH 0/2] libQtopenGL: Add this library to lsb image
  2011-05-25  7:03 [PATCH 0/2] libQtopenGL: Add this library to lsb image Xiaofeng Yan
  2011-05-25  7:03 ` [PATCH 1/2] poky-lsb: Compile library libQtOpenGL* for building a " Xiaofeng Yan
  2011-05-25  7:03 ` [PATCH 2/2] task-core-lsb: Install libQtOpenGL* to " Xiaofeng Yan
@ 2011-05-25 23:32 ` Saul Wold
  2011-05-26  3:04   ` Xiaofeng Yan
  2 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-05-25 23:32 UTC (permalink / raw)
  To: Xiaofeng Yan; +Cc: poky

On 05/25/2011 12:03 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> Hi Saul,
> [YOCTO #1020]
> We make lsb test on the following platform with default "mesa-xlib" so far.
> emenlow, mpc8315e, qemux86,qemux86-64,jasperforest
> Perhaps some of them could have graphic hardware but lsb image  can pass test by default "mesa-xlib" except mpc8315e because of its limited memory
> we don't make lsb test on lsb image with "mesa-dri".
> I submit two patches to fix bug [#YOCTO 1020]
>
Did you test this with mips or arm builds?

Sau!

> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: xiaofeng/opengl
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl
>
> Thanks,
>      Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>
>
> Xiaofeng Yan (2):
>    poky-lsb: Compile library libQtOpenGL* for building a lsb image
>    task-core-lsb: Install libQtOpenGL* to lsb image
>
>   meta-yocto/conf/distro/poky-lsb.conf         |    2 +-
>   meta/recipes-extended/tasks/task-core-lsb.bb |   18 +-----------------
>   2 files changed, 2 insertions(+), 18 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



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

* Re: [PATCH 0/2] libQtopenGL: Add this library to lsb image
  2011-05-25 23:32 ` [PATCH 0/2] libQtopenGL: Add this library " Saul Wold
@ 2011-05-26  3:04   ` Xiaofeng Yan
  0 siblings, 0 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-26  3:04 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

On 2011年05月26日 07:32, Saul Wold wrote:
> On 05/25/2011 12:03 AM, Xiaofeng Yan wrote:
>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>
>> Hi Saul,
>> [YOCTO #1020]
>> We make lsb test on the following platform with default "mesa-xlib" 
>> so far.
>> emenlow, mpc8315e, qemux86,qemux86-64,jasperforest
>> Perhaps some of them could have graphic hardware but lsb image can 
>> pass test by default "mesa-xlib" except mpc8315e because of its 
>> limited memory
>> we don't make lsb test on lsb image with "mesa-dri".
>> I submit two patches to fix bug [#YOCTO 1020]
>>
> Did you test this with mips or arm builds?
>
> Sau!
>
Hi Saul,

At the present time LSB Test Suite don't support arm and mips platform. 
It support amd64, i386,i486,ia64,ppc23 ppc64,s390,s390x,x86-64 now. So I 
didn't build lsb image for arm and mips ago. If you want to get an lsb 
image for arm and mips, I can try to build them but can't test them 
without LSB Test Suite.

Thanks
Yan
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>> Branch: xiaofeng/opengl
>> Browse: 
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl
>>
>> Thanks,
>> Xiaofeng Yan<xiaofeng.yan@windriver.com>
>> ---
>>
>>
>> Xiaofeng Yan (2):
>> poky-lsb: Compile library libQtOpenGL* for building a lsb image
>> task-core-lsb: Install libQtOpenGL* to lsb image
>>
>> meta-yocto/conf/distro/poky-lsb.conf | 2 +-
>> meta/recipes-extended/tasks/task-core-lsb.bb | 18 +-----------------
>> 2 files changed, 2 insertions(+), 18 deletions(-)
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>>
>
>



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

end of thread, other threads:[~2011-05-26  3:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-25  7:03 [PATCH 0/2] libQtopenGL: Add this library to lsb image Xiaofeng Yan
2011-05-25  7:03 ` [PATCH 1/2] poky-lsb: Compile library libQtOpenGL* for building a " Xiaofeng Yan
2011-05-25  7:03 ` [PATCH 2/2] task-core-lsb: Install libQtOpenGL* to " Xiaofeng Yan
2011-05-25 23:32 ` [PATCH 0/2] libQtopenGL: Add this library " Saul Wold
2011-05-26  3:04   ` Xiaofeng Yan

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.