[poky] [PATCH 00/11] recpies upgrade: mesa and other graphics recipes

Saul Wold saul.wold at intel.com
Tue Nov 30 16:07:59 PST 2010


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>




More information about the poky mailing list