From: Saul Wold <saul.wold@intel.com>
To: Yu Ke <ke.yu@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 00/19] graphics recipes upgrade
Date: Tue, 18 Jan 2011 14:29:56 -0800 [thread overview]
Message-ID: <4D361464.3050306@intel.com> (raw)
In-Reply-To: <cover.1295179186.git.ke.yu@intel.com>
On 01/16/2011 04:19 AM, Yu Ke wrote:
> this patch series upgrade the graphics recpies. with this upgrade, the graphics recpies are aligned with
> - the latest X11 release: X11R7.6 (http://www.x.org/releases/X11R7.6)
> - the latest Intel 2010Q4 graphics package (http://intellinuxgraphics.org/2010Q4.html)
>
> One note on the mesa3d lib: both latest mesa 7.10 and old mesa 7.8.2 are provided. mesa 7.10 has dependency on GPLv3 lib (talloc), so it is only used when there is required functionality that mesa 7.8.2 can not provid, for example, SNB graphics support. mesa 7.8.2 has no GPLv3 depdency, so it can be used in normal case. there is activity ongoing in upstream to remove the talloc depdency, we will monitor and adopt it once it is done.
>
> for the root-less X support, there still some issue with the configuration, so the related patch will be sent later.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: kyu3/x-upgrade
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/x-upgrade
>
> Thanks,
> Yu Ke<ke.yu@intel.com>
> ---
>
>
> Yu Ke (19):
> xhost: upgrade to 1.0.4
> mkfontdir: upgrade to 1.0.6
> xinit: upgrade to 1.3.0
> bigreqsproto: upgrade to 1.1.1
> xprop: upgrade to 1.2.0
> mkfontscale: upgrade to 1.0.8
> xdpyinfo: upgrade to 1.2.0
> xf86-input-keyboard: upgrade to 1.5.0
> xkbcomp: upgrade to 1.2.0
> xf86-input-evdev: upgrade to 2.6.0
> xf86-input-synaptics: upgrade to 1.3.0
> libdrm: upgrade to 2.4.23
> xwininfo: upgrade to 1.1.1
> xf86-video-intel: upgrade to 2.14.0
> cairo: upgrade to 1.10.2
> mesa: upgrade to mesa 7.10
> mesa-glsl: add mesa glsl 7.8.2
> mesa: add mesa 7.8.2
> xserver-xf86-dri-lite: upgrade to 1.9.3
>
> .../distro/include/preferred-xorg-versions.inc | 30 +++++-----
> .../cairo/{cairo_1.10.0.bb => cairo_1.10.2.bb} | 6 +-
> .../installtests.patch | 0
> .../drm/{libdrm_2.4.22.bb => libdrm_2.4.23.bb} | 4 +-
> meta/recipes-graphics/mesa/mesa-common.inc | 4 +-
> .../mesa/mesa-dri-glsl-native_7.8.2.bb | 27 +++++++++
> .../mesa/mesa-dri-glsl-native_7.9.bb | 25 --------
> .../mesa/{mesa-dri_7.9.bb => mesa-dri_7.10.bb} | 10 ++--
> meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 59 ++++++++++++++++++++
> .../{mkfontdir_1.0.5.bb => mkfontdir_1.0.6.bb} | 6 +-
> .../recipes-graphics/xorg-app/mkfontscale_1.0.7.bb | 12 ----
> .../recipes-graphics/xorg-app/mkfontscale_1.0.8.bb | 12 ++++
> .../{xdpyinfo_1.1.0.bb => xdpyinfo_1.2.0.bb} | 6 +-
> meta/recipes-graphics/xorg-app/xhost_1.0.3.bb | 10 ---
> meta/recipes-graphics/xorg-app/xhost_1.0.4.bb | 10 +++
> .../xorg-app/{xinit_1.2.1.bb => xinit_1.3.0.bb} | 4 +-
> .../xorg-app/xkbcomp/cross-compile-fix.patch | 35 ++++++++++++
> .../{xkbcomp_1.1.1.bb => xkbcomp_1.2.0.bb} | 6 +-
> meta/recipes-graphics/xorg-app/xprop_1.1.0.bb | 13 ----
> meta/recipes-graphics/xorg-app/xprop_1.2.0.bb | 13 ++++
> .../{xwininfo_1.1.0.bb => xwininfo_1.1.1.bb} | 4 +-
> ...ut-evdev_2.5.0.bb => xf86-input-evdev_2.6.0.bb} | 4 +-
> .../xorg-driver/xf86-input-keyboard_1.4.0.bb | 10 ---
> .../xorg-driver/xf86-input-keyboard_1.5.0.bb | 10 +++
> .../xorg-driver/xf86-input-synaptics_1.2.1.bb | 10 ---
> .../xorg-driver/xf86-input-synaptics_1.3.0.bb | 16 +++++
> ...-intel_2.13.0.bb => xf86-video-intel_2.14.0.bb} | 4 +-
> ...bigreqsproto_1.1.0.bb => bigreqsproto_1.1.1.bb} | 6 +-
> ...ite_1.9.2.bb => xserver-xf86-dri-lite_1.9.3.bb} | 4 +-
> 29 files changed, 232 insertions(+), 128 deletions(-)
> rename meta/recipes-graphics/cairo/{cairo_1.10.0.bb => cairo_1.10.2.bb} (90%)
> rename meta/recipes-graphics/drm/{libdrm-2.4.22 => libdrm-2.4.23}/installtests.patch (100%)
> rename meta/recipes-graphics/drm/{libdrm_2.4.22.bb => libdrm_2.4.23.bb} (54%)
> create mode 100644 meta/recipes-graphics/mesa/mesa-dri-glsl-native_7.8.2.bb
> delete mode 100644 meta/recipes-graphics/mesa/mesa-dri-glsl-native_7.9.bb
> rename meta/recipes-graphics/mesa/{mesa-dri_7.9.bb => mesa-dri_7.10.bb} (83%)
> create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
> rename meta/recipes-graphics/xorg-app/{mkfontdir_1.0.5.bb => mkfontdir_1.0.6.bb} (62%)
> delete mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.0.7.bb
> create mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb
> rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.1.0.bb => xdpyinfo_1.2.0.bb} (56%)
> delete mode 100644 meta/recipes-graphics/xorg-app/xhost_1.0.3.bb
> create mode 100644 meta/recipes-graphics/xorg-app/xhost_1.0.4.bb
> rename meta/recipes-graphics/xorg-app/{xinit_1.2.1.bb => xinit_1.3.0.bb} (59%)
> create mode 100644 meta/recipes-graphics/xorg-app/xkbcomp/cross-compile-fix.patch
> rename meta/recipes-graphics/xorg-app/{xkbcomp_1.1.1.bb => xkbcomp_1.2.0.bb} (61%)
> delete mode 100644 meta/recipes-graphics/xorg-app/xprop_1.1.0.bb
> create mode 100644 meta/recipes-graphics/xorg-app/xprop_1.2.0.bb
> rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.0.bb => xwininfo_1.1.1.bb} (58%)
> rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.5.0.bb => xf86-input-evdev_2.6.0.bb} (54%)
> delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.4.0.bb
> create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb
> delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.2.1.bb
> create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb
> rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.13.0.bb => xf86-video-intel_2.14.0.bb} (72%)
> rename meta/recipes-graphics/xorg-proto/{bigreqsproto_1.1.0.bb => bigreqsproto_1.1.1.bb} (59%)
> rename meta/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.9.2.bb => xserver-xf86-dri-lite_1.9.3.bb} (75%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master
Thanks
Sau!
prev parent reply other threads:[~2011-01-18 22:29 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-16 12:19 [PATCH 00/19] graphics recipes upgrade Yu Ke
2011-01-16 12:19 ` [PATCH 01/19] xhost: upgrade to 1.0.4 Yu Ke
2011-01-16 12:19 ` [PATCH 02/19] mkfontdir: upgrade to 1.0.6 Yu Ke
2011-01-16 12:19 ` [PATCH 03/19] xinit: upgrade to 1.3.0 Yu Ke
2011-01-16 12:19 ` [PATCH 04/19] bigreqsproto: upgrade to 1.1.1 Yu Ke
2011-01-16 12:19 ` [PATCH 05/19] xprop: upgrade to 1.2.0 Yu Ke
2011-01-16 12:19 ` [PATCH 06/19] mkfontscale: upgrade to 1.0.8 Yu Ke
2011-01-16 12:19 ` [PATCH 07/19] xdpyinfo: upgrade to 1.2.0 Yu Ke
2011-01-16 12:19 ` [PATCH 08/19] xf86-input-keyboard: upgrade to 1.5.0 Yu Ke
2011-01-16 12:19 ` [PATCH 09/19] xkbcomp: upgrade to 1.2.0 Yu Ke
2011-01-16 12:19 ` [PATCH 10/19] xf86-input-evdev: upgrade to 2.6.0 Yu Ke
2011-01-16 12:19 ` [PATCH 11/19] xf86-input-synaptics: upgrade to 1.3.0 Yu Ke
2011-01-16 12:19 ` [PATCH 12/19] libdrm: upgrade to 2.4.23 Yu Ke
2011-01-16 12:19 ` [PATCH 13/19] xwininfo: upgrade to 1.1.1 Yu Ke
2011-01-16 12:19 ` [PATCH 14/19] xf86-video-intel: upgrade to 2.14.0 Yu Ke
2011-01-16 12:19 ` [PATCH 15/19] cairo: upgrade to 1.10.2 Yu Ke
2011-01-16 12:19 ` [PATCH 16/19] mesa: upgrade to mesa 7.10 Yu Ke
2011-01-16 12:19 ` [PATCH 17/19] mesa-glsl: add mesa glsl 7.8.2 Yu Ke
2011-01-16 12:19 ` [PATCH 18/19] mesa: add mesa 7.8.2 Yu Ke
2011-01-16 12:19 ` [PATCH 19/19] xserver-xf86-dri-lite: upgrade to 1.9.3 Yu Ke
2011-01-18 22:29 ` Saul Wold [this message]
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=4D361464.3050306@intel.com \
--to=saul.wold@intel.com \
--cc=ke.yu@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.