From: Saul Wold <saul.wold@intel.com>
To: Yu Ke <ke.yu@intel.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: Re: [PATCH 00/10] xserver upgrade
Date: Wed, 17 Nov 2010 10:13:55 -0800 [thread overview]
Message-ID: <4CE41B63.4040001@intel.com> (raw)
In-Reply-To: <cover.1289982119.git.ke.yu@intel.com>
On 11/17/2010 12:21 AM, Yu Ke wrote:
> upgrade the xserver to X11R7.6 RC1
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: kyu3/upgrade-11-17
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-11-17
>
> Thanks,
> Yu Ke<ke.yu@intel.com>
> ---
Ke:
Most of these changes are OK, but I am going to get a little picky on
some of them, so I will need you to resubmit these changes once you have
fixed the issues. Mostly it's about the commit messages.
Sau!
>
> Yu Ke (10):
> talloc: add new recipes talloc 2.0.1
Theres no LIC_FILES_CHKSUM metadata, also the LICENSE meta data needs to
be explict about what version of LGPL (such as v2, v2.1 or v3)
> upgrade to 2.7.8
What package, and it's not Signed-off-by anyone
> mesa-dri: upgrade from 7.8.2 to 7.9
Why did you change the SRC_URI and remove the MesaDemos? You also
removed the do_configure_prepend and do_install_append with no explaination.
> libdrm: upgrade from 2.4.21 to 2.4.22
> xf86-video-intel: upgrade from 2.12.0 to 2.13.0
> xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2
> xrandr: upgrade from 1.3.2 to 1.3.4
Please be explicit about why the patch is being removed
> pixman: upgrade from 0.18.2 to 0.20.0
> cairo: upgrade from 1.8.10 to 1.10.0
Please be explicit in the commit message about removing patches and why,
is the code in the upstream, did libtool or other autoconf code change
to remove the need for this patch?
> cairo dependency fix
>
> .../distro/include/preferred-xorg-versions.inc | 12 ++--
> .../libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} | 0
> meta/recipes-extended/talloc/talloc_2.0.1.bb | 18 +++++++
> meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | 2 +-
> meta/recipes-gnome/librsvg/librsvg_2.26.3.bb | 2 +-
> .../cairo/cairo-1.8.10/hardcoded_libtool.patch | 17 ------
> meta/recipes-graphics/cairo/cairo_1.10.0.bb | 7 +++
> meta/recipes-graphics/cairo/cairo_1.8.10.bb | 8 ---
> .../installtests.patch | 0
> .../drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} | 0
> meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 --------------------
> meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 40 +++++++++++++++
> meta/recipes-graphics/pango/pango_1.28.0.bb | 2 +-
> .../xorg-app/xrandr/resolve_symbol_clash.patch | 33 ------------
> .../xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} | 2 -
> ...-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} | 0
> .../{pixman_0.18.2.bb => pixman_0.20.0.bb} | 0
> ....8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} | 2 +-
> meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 2 +-
> .../gstreamer/gstreamer_0.10.30.bb | 2 +-
> .../gtk-engines/gtk-sato-engine_svn.bb | 2 +-
> meta/recipes-sato/leafpad/leafpad_0.8.17.bb | 2 +-
> meta/recipes-sato/libowl/libowl_svn.bb | 2 +-
> .../matchbox-keyboard/matchbox-keyboard_svn.bb | 2 +-
> .../matchbox-panel-2/matchbox-panel-2_svn.bb | 2 +-
> .../matchbox-terminal/matchbox-terminal_svn.bb | 2 +-
> .../recipes-sato/owl-video-widget/libowl-av_svn.bb | 2 +-
> meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb | 2 +-
> meta/recipes-sato/screenshot/screenshot_svn.bb | 2 +
> meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
> meta/recipes-support/libfm/libfm_0.1.12.bb | 2 +-
> meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | 2 +-
> 32 files changed, 90 insertions(+), 136 deletions(-)
> rename meta/recipes-core/libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} (100%)
> create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb
> delete mode 100644 meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
> create mode 100644 meta/recipes-graphics/cairo/cairo_1.10.0.bb
> delete mode 100644 meta/recipes-graphics/cairo/cairo_1.8.10.bb
> rename meta/recipes-graphics/drm/{libdrm-2.4.21 => libdrm-2.4.22}/installtests.patch (100%)
> rename meta/recipes-graphics/drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} (100%)
> 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
> delete mode 100644 meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
> rename meta/recipes-graphics/xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} (82%)
> rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} (100%)
> rename meta/recipes-graphics/xorg-lib/{pixman_0.18.2.bb => pixman_0.20.0.bb} (100%)
> rename meta/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} (98%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
next prev parent reply other threads:[~2010-11-17 18:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
2010-11-15 12:13 ` [PATCH 09/10] cairo: upgrade from 1.8.10 to 1.10.0 Yu Ke
2010-11-15 13:01 ` [PATCH 08/10] pixman: upgrade from 0.18.2 to 0.20.0 Yu Ke
2010-11-15 13:39 ` [PATCH 03/10] mesa-dri: upgrade from 7.8.2 to 7.9 Yu Ke
2010-11-16 1:28 ` [PATCH 01/10] talloc: add new recipes talloc 2.0.1 Yu Ke
2010-11-16 5:43 ` [PATCH 02/10] upgrade to 2.7.8 Yu Ke
2010-11-16 6:39 ` [PATCH 04/10] libdrm: upgrade from 2.4.21 to 2.4.22 Yu Ke
2010-11-16 13:25 ` [PATCH 06/10] xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2 Yu Ke
2010-11-16 13:50 ` [PATCH 05/10] xf86-video-intel: upgrade from 2.12.0 to 2.13.0 Yu Ke
2010-11-16 13:58 ` [PATCH 07/10] xrandr: upgrade from 1.3.2 to 1.3.4 Yu Ke
2010-11-17 7:58 ` [PATCH 10/10] cairo dependency fix Yu Ke
2010-11-17 18:13 ` Saul Wold [this message]
2010-11-18 0:12 ` [PATCH 00/10] xserver upgrade Yu Ke
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=4CE41B63.4040001@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.