From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx1.pokylinux.org (Postfix) with ESMTP id 0E4564C80052 for ; Wed, 17 Nov 2010 12:13:56 -0600 (CST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 Nov 2010 10:13:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,212,1288594800"; d="scan'208";a="627748819" Received: from unknown (HELO [10.255.13.148]) ([10.255.13.148]) by fmsmga002.fm.intel.com with ESMTP; 17 Nov 2010 10:13:56 -0800 Message-ID: <4CE41B63.4040001@intel.com> Date: Wed, 17 Nov 2010 10:13:55 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Yu Ke References: In-Reply-To: Cc: "poky@yoctoproject.org" Subject: Re: [PATCH 00/10] xserver upgrade X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 18:13:57 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 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 >