* [PATCH 0/1] Add libQtOpenGL* to three hardware platform
@ 2011-05-20 12:27 Xiaofeng Yan
2011-05-20 12:27 ` [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest Xiaofeng Yan
0 siblings, 1 reply; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-20 12:27 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
For passing lsb test on hardware, I add this library to n450,sugarbay and jasperforest.
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 (1):
task-core-lsb: Add library libQtOpenGL* to n450,sugarbay and
jasperforest
.../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 +++
meta/recipes-extended/tasks/task-core-lsb.bb | 10 ++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest
2011-05-20 12:27 [PATCH 0/1] Add libQtOpenGL* to three hardware platform Xiaofeng Yan
@ 2011-05-20 12:27 ` Xiaofeng Yan
2011-05-20 12:35 ` OpenGL Machine config -- was " Mark Hatle
0 siblings, 1 reply; 5+ messages in thread
From: Xiaofeng Yan @ 2011-05-20 12:27 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
For passing hardware test for LSB, I add libQtOpenGL* to three platforms above.
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
.../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 +++
meta/recipes-extended/tasks/task-core-lsb.bb | 10 ++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
index e5911e3..172f090 100644
--- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
+++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
@@ -1,3 +1,6 @@
QT_GLFLAGS_atom-pc = "-opengl"
QT_GLFLAGS_mpc8315e-rdb = "-opengl"
QT_GLFLAGS_emenlow = "-opengl"
+QT_GLFLAGS_jasperforest = "-opengl"
+QT_GLFLAGS_n450 = "-opengl"
+QT_GLFLAGS_sugarbay = "-opengl"
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index b6c5ae5..63ea7dd 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -187,6 +187,16 @@ RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
libqtopengl4 \
"
+RDEPENDS_task-core-lsb-graphic-add_append_n450 = "\
+ libqtopengl4 \
+"
+RDEPENDS_task-core-lsb-graphic-add_append_sugarbay = "\
+ libqtopengl4 \
+"
+RDEPENDS_task-core-lsb-graphic-add_append_jasperforest = "\
+ libqtopengl4 \
+"
+
# mesa-dri
RDEPENDS_task-core-lsb-runtime-add = "\
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* OpenGL Machine config -- was Re: [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest
2011-05-20 12:27 ` [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest Xiaofeng Yan
@ 2011-05-20 12:35 ` Mark Hatle
2011-05-20 19:42 ` Saul Wold
0 siblings, 1 reply; 5+ messages in thread
From: Mark Hatle @ 2011-05-20 12:35 UTC (permalink / raw)
To: poky
Looking at this, it seems unreasonable, overtime, to specify every machine that
has OpenGL support. Would it make sense to look at making some type of machine
or distro flag that indicates we have OpenGL support.. Then QT [and presumably
others] can use that flag to determine the proper value?
--Mark
On 5/20/11 7:27 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
>
> For passing hardware test for LSB, I add libQtOpenGL* to three platforms above.
>
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> ---
> .../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 +++
> meta/recipes-extended/tasks/task-core-lsb.bb | 10 ++++++++++
> 2 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
> index e5911e3..172f090 100644
> --- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
> +++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
> @@ -1,3 +1,6 @@
> QT_GLFLAGS_atom-pc = "-opengl"
> QT_GLFLAGS_mpc8315e-rdb = "-opengl"
> QT_GLFLAGS_emenlow = "-opengl"
> +QT_GLFLAGS_jasperforest = "-opengl"
> +QT_GLFLAGS_n450 = "-opengl"
> +QT_GLFLAGS_sugarbay = "-opengl"
> diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
> index b6c5ae5..63ea7dd 100644
> --- a/meta/recipes-extended/tasks/task-core-lsb.bb
> +++ b/meta/recipes-extended/tasks/task-core-lsb.bb
> @@ -187,6 +187,16 @@ RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
> libqtopengl4 \
> "
>
> +RDEPENDS_task-core-lsb-graphic-add_append_n450 = "\
> + libqtopengl4 \
> +"
> +RDEPENDS_task-core-lsb-graphic-add_append_sugarbay = "\
> + libqtopengl4 \
> +"
> +RDEPENDS_task-core-lsb-graphic-add_append_jasperforest = "\
> + libqtopengl4 \
> +"
> +
> # mesa-dri
>
> RDEPENDS_task-core-lsb-runtime-add = "\
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OpenGL Machine config -- was Re: [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest
2011-05-20 12:35 ` OpenGL Machine config -- was " Mark Hatle
@ 2011-05-20 19:42 ` Saul Wold
2011-05-20 20:49 ` Mark Hatle
0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-05-20 19:42 UTC (permalink / raw)
To: Xiaofeng Yan; +Cc: poky
On 05/20/2011 05:35 AM, Mark Hatle wrote:
> Looking at this, it seems unreasonable, overtime, to specify every machine that
> has OpenGL support. Would it make sense to look at making some type of machine
> or distro flag that indicates we have OpenGL support.. Then QT [and presumably
> others] can use that flag to determine the proper value?
>
For both this patch and the previous RDEPENDS fix, can we not use
TARGET_ARCH value for the flag.
So QT_GLFLAGS_powerpc = "-opengl", or is that going to be too general?
Or QT_GLFLAGS_i586 = "-opengl"? I notice crownbay is missing below also
is that because it won't support opengl?
> --Mark
>
> On 5/20/11 7:27 AM, Xiaofeng Yan wrote:
>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>
>> For passing hardware test for LSB, I add libQtOpenGL* to three platforms above.
>>
>> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>> ---
>> .../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 +++
>> meta/recipes-extended/tasks/task-core-lsb.bb | 10 ++++++++++
>> 2 files changed, 13 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
>> index e5911e3..172f090 100644
>> --- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
>> +++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
>> @@ -1,3 +1,6 @@
>> QT_GLFLAGS_atom-pc = "-opengl"
>> QT_GLFLAGS_mpc8315e-rdb = "-opengl"
>> QT_GLFLAGS_emenlow = "-opengl"
>> +QT_GLFLAGS_jasperforest = "-opengl"
>> +QT_GLFLAGS_n450 = "-opengl"
>> +QT_GLFLAGS_sugarbay = "-opengl"
>> diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
>> index b6c5ae5..63ea7dd 100644
>> --- a/meta/recipes-extended/tasks/task-core-lsb.bb
>> +++ b/meta/recipes-extended/tasks/task-core-lsb.bb
>> @@ -187,6 +187,16 @@ RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
>> libqtopengl4 \
>> "
>>
>> +RDEPENDS_task-core-lsb-graphic-add_append_n450 = "\
>> + libqtopengl4 \
>> +"
>> +RDEPENDS_task-core-lsb-graphic-add_append_sugarbay = "\
>> + libqtopengl4 \
>> +"
>> +RDEPENDS_task-core-lsb-graphic-add_append_jasperforest = "\
>> + libqtopengl4 \
>> +"
>> +
>> # mesa-dri
>>
>> RDEPENDS_task-core-lsb-runtime-add = "\
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: OpenGL Machine config -- was Re: [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest
2011-05-20 19:42 ` Saul Wold
@ 2011-05-20 20:49 ` Mark Hatle
0 siblings, 0 replies; 5+ messages in thread
From: Mark Hatle @ 2011-05-20 20:49 UTC (permalink / raw)
To: Saul Wold; +Cc: poky
On 5/20/11 2:42 PM, Saul Wold wrote:
> On 05/20/2011 05:35 AM, Mark Hatle wrote:
>> Looking at this, it seems unreasonable, overtime, to specify every machine that
>> has OpenGL support. Would it make sense to look at making some type of machine
>> or distro flag that indicates we have OpenGL support.. Then QT [and presumably
>> others] can use that flag to determine the proper value?
>>
> For both this patch and the previous RDEPENDS fix, can we not use
> TARGET_ARCH value for the flag.
>
> So QT_GLFLAGS_powerpc = "-opengl", or is that going to be too general?
>
> Or QT_GLFLAGS_i586 = "-opengl"? I notice crownbay is missing below also
> is that because it won't support opengl?
>
I have a feeling the ARCH value is too generic, but I don't know that for sure.
If I understand what this is for, it really depends on the machine configuration
and if it has hardware opengl acceleration or not. So some SOCs will have it
and some won't.
--Mark
>
>> --Mark
>>
>> On 5/20/11 7:27 AM, Xiaofeng Yan wrote:
>>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>>
>>> For passing hardware test for LSB, I add libQtOpenGL* to three platforms above.
>>>
>>> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>> ---
>>> .../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend | 3 +++
>>> meta/recipes-extended/tasks/task-core-lsb.bb | 10 ++++++++++
>>> 2 files changed, 13 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
>>> index e5911e3..172f090 100644
>>> --- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
>>> +++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
>>> @@ -1,3 +1,6 @@
>>> QT_GLFLAGS_atom-pc = "-opengl"
>>> QT_GLFLAGS_mpc8315e-rdb = "-opengl"
>>> QT_GLFLAGS_emenlow = "-opengl"
>>> +QT_GLFLAGS_jasperforest = "-opengl"
>>> +QT_GLFLAGS_n450 = "-opengl"
>>> +QT_GLFLAGS_sugarbay = "-opengl"
>>> diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
>>> index b6c5ae5..63ea7dd 100644
>>> --- a/meta/recipes-extended/tasks/task-core-lsb.bb
>>> +++ b/meta/recipes-extended/tasks/task-core-lsb.bb
>>> @@ -187,6 +187,16 @@ RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
>>> libqtopengl4 \
>>> "
>>>
>>> +RDEPENDS_task-core-lsb-graphic-add_append_n450 = "\
>>> + libqtopengl4 \
>>> +"
>>> +RDEPENDS_task-core-lsb-graphic-add_append_sugarbay = "\
>>> + libqtopengl4 \
>>> +"
>>> +RDEPENDS_task-core-lsb-graphic-add_append_jasperforest = "\
>>> + libqtopengl4 \
>>> +"
>>> +
>>> # mesa-dri
>>>
>>> RDEPENDS_task-core-lsb-runtime-add = "\
>>
>> _______________________________________________
>> 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-20 20:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 12:27 [PATCH 0/1] Add libQtOpenGL* to three hardware platform Xiaofeng Yan
2011-05-20 12:27 ` [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest Xiaofeng Yan
2011-05-20 12:35 ` OpenGL Machine config -- was " Mark Hatle
2011-05-20 19:42 ` Saul Wold
2011-05-20 20:49 ` Mark Hatle
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.