[poky] [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15

Saul Wold sgw at linux.intel.com
Wed Apr 20 23:08:19 PDT 2011


On 04/20/2011 10:45 PM, Xu, Dongxiao wrote:
>> -----Original Message-----
>> From: Darren Hart [mailto:dvhart at linux.intel.com]
>> Sent: Wednesday, April 20, 2011 11:09 PM
>> To: Xu, Dongxiao
>> Cc: poky at 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<dongxiao.xu at intel.com>
>>>
>>> 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 at intel.com>
>>> ---
>>>
>>>
>>> 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 at yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/poky
>>
>> --
>> Darren Hart
>> Yocto Linux Kernel
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



More information about the poky mailing list