From: Saul Wold <saul.wold@intel.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 00/11] recpies upgrade: mesa and other graphics recipes
Date: Tue, 30 Nov 2010 16:07:59 -0800 [thread overview]
Message-ID: <4CF591DF.3060802@intel.com> (raw)
In-Reply-To: <cover.1290943560.git.ke.yu@intel.com>
On 11/28/2010 03:26 AM, Yu Ke wrote:
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: kyu3/upgrade-11-28
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-11-28
>
> Thanks,
> Yu Ke<ke.yu@intel.com>
> ---
>
>
> Yu Ke (11):
> sqlite: upgrade from 3.6.23 to 3.7.3
> libxml2-native: remove the --without-debug option
> talloc: add new recipes talloc 2.0.1
Ke:
Is talloc's usage native only, or is it also used on the target system?
Seems to be used on the target also.
Since talloc is really a support library, I am moving it to recipes-support.
More importantly, you override the do_confgure() functionality. I
understand this was taken from OE, but this is not encouraged in poky.
This do_configure() may work in the native, but may not be correct when
cross compiling. This recipe / upstream package needs to be fixed to
correctly handle this.
We know that currently the mesa code is primarily built for x86, but
that may change in the future.
Thanks
Sau!
> mesa-dri: upgrade from 7.8.2 to 7.9
> mesa-xlib: upgrade from 7.8.2 to 7.9
> mesa: enable glu
> glew: add new recipes glew 1.5.7
> mesa-demo: add new recpies mesa demo 8.0.2
> mesa-dri-glsl-native: upgrade from 7.8.2 to 7.9
> qemugl: upgrade to git commit
> 33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9
> xf86-video-omapfb: upgrade to latest commit
>
> .../conf/distro/include/poky-default-revisions.inc | 6 +-
> .../distro/include/preferred-xorg-versions.inc | 2 +-
> meta/recipes-core/libxml/libxml2.inc | 2 +-
> meta/recipes-core/libxml/libxml2_2.7.7.bb | 2 +-
> meta/recipes-extended/talloc/talloc_2.0.1.bb | 24 ++++
> meta/recipes-graphics/glew/files/autotools.patch | 146 ++++++++++++++++++++
> meta/recipes-graphics/glew/glew_1.5.7.bb | 19 +++
> meta/recipes-graphics/mesa/mesa-common.inc | 5 +-
> meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb | 19 +++
> ...native_7.8.2.bb => mesa-dri-glsl-native_7.9.bb} | 9 +-
> meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 -------
> meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 38 +++++
> .../mesa/{mesa-xlib_7.8.2.bb => mesa-xlib_7.9.bb} | 15 +--
> meta/recipes-support/sqlite/sqlite3_3.6.23.1.bb | 3 -
> meta/recipes-support/sqlite/sqlite3_3.7.3.bb | 5 +
> 15 files changed, 270 insertions(+), 78 deletions(-)
> create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb
> create mode 100644 meta/recipes-graphics/glew/files/autotools.patch
> create mode 100644 meta/recipes-graphics/glew/glew_1.5.7.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
> rename meta/recipes-graphics/mesa/{mesa-dri-glsl-native_7.8.2.bb => mesa-dri-glsl-native_7.9.bb} (58%)
> delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.9.bb
> rename meta/recipes-graphics/mesa/{mesa-xlib_7.8.2.bb => mesa-xlib_7.9.bb} (51%)
> delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.6.23.1.bb
> create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.3.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
next prev parent reply other threads:[~2010-12-01 0:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-28 11:26 [PATCH 00/11] recpies upgrade: mesa and other graphics recipes Yu Ke
2010-11-24 4:50 ` [PATCH 03/11] talloc: add new recipes talloc 2.0.1 Yu Ke
2010-11-24 4:51 ` [PATCH 04/11] mesa-dri: upgrade from 7.8.2 to 7.9 Yu Ke
2010-11-24 4:53 ` [PATCH 01/11] sqlite: upgrade from 3.6.23 to 3.7.3 Yu Ke
2010-11-26 11:48 ` [PATCH 02/11] libxml2-native: remove the --without-debug option Yu Ke
2010-11-27 1:24 ` [PATCH 05/11] mesa-xlib: upgrade from 7.8.2 to 7.9 Yu Ke
2010-11-27 11:45 ` [PATCH 08/11] mesa-demo: add new recpies mesa demo 8.0.2 Yu Ke
2010-11-27 12:48 ` [PATCH 07/11] glew: add new recipes glew 1.5.7 Yu Ke
2010-11-27 13:43 ` [PATCH 06/11] mesa: enable glu Yu Ke
2010-11-28 2:10 ` [PATCH 09/11] mesa-dri-glsl-native: upgrade from 7.8.2 to 7.9 Yu Ke
2010-11-28 3:33 ` [PATCH 10/11] qemugl: upgrade to git commit 33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9 Yu Ke
2010-11-28 3:49 ` [PATCH 11/11] xf86-video-omapfb: upgrade to latest commit Yu Ke
2010-12-01 0:07 ` Saul Wold [this message]
2010-12-02 18:29 ` [PATCH 00/11] recpies upgrade: mesa and other graphics recipes Saul Wold
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=4CF591DF.3060802@intel.com \
--to=saul.wold@intel.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.