From: Mark Hatle <mark.hatle@windriver.com>
To: <poky@yoctoproject.org>
Subject: OpenGL Machine config -- was Re: [PATCH 1/1] task-core-lsb: Add library libQtOpenGL* to n450, sugarbay and jasperforest
Date: Fri, 20 May 2011 07:35:02 -0500 [thread overview]
Message-ID: <4DD65FF6.6020101@windriver.com> (raw)
In-Reply-To: <8aae00c1c51aface54052fbcf71ececd2c47c63a.1305894267.git.xiaofeng.yan@windriver.com>
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 = "\
next prev parent reply other threads:[~2011-05-20 12:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Mark Hatle [this message]
2011-05-20 19:42 ` OpenGL Machine config -- was " Saul Wold
2011-05-20 20:49 ` Mark Hatle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DD65FF6.6020101@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.