From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by mx1.pokylinux.org (Postfix) with ESMTP id 4E71D4C80050 for ; Thu, 21 Apr 2011 01:08:39 -0500 (CDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 20 Apr 2011 23:08:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,250,1301900400"; d="scan'208";a="423073456" Received: from unknown (HELO [10.255.13.58]) ([10.255.13.58]) by azsmga001.ch.intel.com with ESMTP; 20 Apr 2011 23:08:20 -0700 Message-ID: <4DAFC9D3.2040206@linux.intel.com> Date: Wed, 20 Apr 2011 23:08:19 -0700 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: "Xu, Dongxiao" References: <1303312153.23006.5.camel@doubt> In-Reply-To: Cc: Darren Hart , "poky@yoctoproject.org" Subject: Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 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: Thu, 21 Apr 2011 06:08:39 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/20/2011 10:45 PM, Xu, Dongxiao wrote: >> -----Original Message----- >> From: Darren Hart [mailto:dvhart@linux.intel.com] >> Sent: Wednesday, April 20, 2011 11:09 PM >> To: Xu, Dongxiao >> Cc: poky@yoctoproject.org >> Subject: Re: [poky] [PATCH 00/14][PULL] connectivity/multimedia recipe >> upgrade, Dongxiao, 2011/04/15 >> >> On Fri, 2011-04-15 at 13:36 +0800, Dongxiao Xu wrote: >>> From: Dongxiao Xu >>> >>> Hi Saul, >>> >>> This pull request upgrades some connectivity and multimedia recipes, please >> help to review and pull. >> >> How have these upgrades been tested? In particular, has rygel from >> meta-demo been shown to work using the updated libraries? > > Before sending the patch, I verified the basic video/audio player does work in poky-image-sato image on atom-pc platform. However I didn't cover rygel testings. > > Do you meet issues with rygel after my upgrade? > Dongxiao, I think the request is for you to check the demo layer with the updates you did, to ensure it does not break rygel. I think we need to take some ownership of that layer so that Darren and Tom (kernel guys) don't have to maintain it. Sau! > Thanks, > Dongxiao > >> >> -- >> Darren >> >>> >>> Pull URL: git://git.pokylinux.org/poky-contrib.git >>> Branch: dxu4/upgrade >>> Browse: >>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade >>> >>> Thanks, >>> Dongxiao Xu >>> --- >>> >>> >>> Dongxiao Xu (14): >>> gstreamer: upgrade to vesion 0.10.32 >>> gst-plugins-base: upgrade to version 0.10.32 >>> gst-plugins-good: upgrade to version 0.10.28 >>> gst-plugins-bad: upgrade to version 0.10.21 >>> gst-plugins-ugly: upgrade to version 0.10.17 >>> ofono: upgrade to version 0.45 >>> alsa-lib: upgrade to version 1.0.24.1 >>> alsa-utils: upgrade to version 1.0.24.2 >>> telepathy-glib: upgrade to version 0.14.3 >>> telepathy-idle: upgrade to version 0.1.8 >>> telepathy-mission-control: upgrade to version 5.7.9 >>> gssdp: upgrade to version 0.10.0 >>> gupnp: upgrade to version 0.16.0 >>> distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, >>> etc >>> >>> .../conf/distro/include/distro_tracking_fields.inc | 106 >> ++++++++++---------- >>> .../{files => gssdp-0.10.0}/introspection.patch | 5 +- >>> .../gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb} | 4 +- >>> .../gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb} | 7 +- >>> meta/recipes-connectivity/ofono/ofono_0.37.bb | 9 -- >>> meta/recipes-connectivity/ofono/ofono_0.45.bb | 9 ++ >>> ...thy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} | 4 +- >>> ...pathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} | 4 +- >>> ...5.7.1.bb => telepathy-mission-control_5.7.9.bb} | 4 +- >>> .../fix-tstamp-declaration.patch | 2 + >>> .../unbreak_plugindir.patch | 2 + >>> .../{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb} | 4 +- >>> .../ncursesfix.patch | 22 ++-- >>> ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} | 4 +- >>> ...s-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} | 6 +- >>> .../gst-plugins-base-tremor.patch | 2 + >>> ...base_0.10.31.bb => gst-plugins-base_0.10.32.bb} | 6 +- >>> ...good_0.10.26.bb => gst-plugins-good_0.10.28.bb} | 6 +- >>> ...ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} | 3 + >>> .../check_fix.patch | 2 + >>> .../gst-inspect-check-error.patch | 2 + >>> .../gstregistrybinary.c | 0 >>> .../gstregistrybinary.h | 0 >>> .../{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} | 4 +- >>> 24 files changed, 116 insertions(+), 101 deletions(-) rename >>> meta/recipes-connectivity/gupnp/{files => >>> gssdp-0.10.0}/introspection.patch (97%) rename >>> meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb} >>> (83%) rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb => >>> gupnp_0.16.0.bb} (85%) delete mode 100644 >>> meta/recipes-connectivity/ofono/ofono_0.37.bb >>> create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb >>> rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb >>> => telepathy-glib_0.14.3.bb} (80%) rename >>> meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb => >>> telepathy-idle_0.1.8.bb} (81%) rename >>> meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.b >>> b => telepathy-mission-control_5.7.9.bb} (92%) rename >>> meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => >>> alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%) rename >>> meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => >>> alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%) rename >>> meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb => >>> alsa-lib_1.0.24.1.bb} (91%) rename >>> meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 => >>> alsa-utils-1.0.24.2}/ncursesfix.patch (70%) rename >>> meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb => >>> alsa-utils_1.0.24.2.bb} (95%) rename >>> meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb => >>> gst-plugins-bad_0.10.21.bb} (86%) rename >>> meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 => >>> gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%) rename >>> meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb => >>> gst-plugins-base_0.10.32.bb} (86%) rename >>> meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb => >>> gst-plugins-good_0.10.28.bb} (82%) rename >>> meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb => >>> gst-plugins-ugly_0.10.17.bb} (85%) rename >>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => >>> gstreamer-0.10.32}/check_fix.patch (93%) rename >>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => >>> gstreamer-0.10.32}/gst-inspect-check-error.patch (96%) rename >>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => >>> gstreamer-0.10.32}/gstregistrybinary.c (100%) rename >>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => >>> gstreamer-0.10.32}/gstregistrybinary.h (100%) rename >>> meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb => >>> gstreamer_0.10.32.bb} (91%) >>> >>> _______________________________________________ >>> poky mailing list >>> poky@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/poky >> >> -- >> Darren Hart >> Yocto Linux Kernel > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky >