All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Dongxiao Xu <dongxiao.xu@intel.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: Re: [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao
Date: Tue, 07 Dec 2010 00:34:10 -0800	[thread overview]
Message-ID: <4CFDF182.6020501@intel.com> (raw)
In-Reply-To: <cover.1291705845.git.dongxiao.xu@intel.com>

On 12/06/2010 11:10 PM, Dongxiao Xu wrote:
> Hi Saul,
>
> This pull request upgrades the recipe in connectivity and multimedia part.
> Please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: dxu4/distro
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro
>
> Thanks,
>      Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (7):
>    gssdp: upgrade to version 0.9.0
>    gst-ffmpeg: upgrade to version 0.10.11
>    gst-fluendo-mp3: upgrade to version 0.10.15
>    gst-fluendo-mpegdemux: upgrade to version 0.10.62
>    pulseaudio: upgrade to version 0.9.21
>    gupnp: upgrade to version 0.14.0
>    distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc.
>
>   .../conf/distro/include/distro_tracking_fields.inc |   35 +++++--
>   meta/conf/distro/include/poky-fixed-revisions.inc  |    4 +
>   meta/conf/distro/poky.conf                         |    3 +-

I don't think that you should be commenting this out.

>   .../gupnp/gssdp-0.9.0/introspection.patch          |  101 ++++++++++++++++++++
>   .../gupnp/{gssdp_0.7.1.bb =>  gssdp_0.9.0.bb}       |   12 ++-
>   .../gupnp/gupnp-0.14.0/introspection.patch         |  101 ++++++++++++++++++++

Are the two introspection patches the same?  Can the be shared via the
"gupnp/files" directory instead of having 2 copies of the same patch?

If so, please send an updated patch

>   .../gupnp/{gupnp_0.13.2.bb =>  gupnp_0.14.0.bb}     |   10 ++-
>   .../gst-ffmpeg-0.10.1/configure_fix.patch          |   13 ---
>   .../gstreamer/gst-ffmpeg-0.10.1/no_beos.patch      |   55 -----------
Why are you deleting these patches, please explain more fully.

>   .../gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff   |   14 +++
>   .../gstreamer/gst-ffmpeg_0.10.1.bb                 |   35 -------
>   .../gstreamer/gst-ffmpeg_0.10.11.bb                |   39 ++++++++
>   .../gstreamer/gst-fluendo-mp3/configure_fix.patch  |   16 ---
>   .../gstreamer/gst-fluendo-mp3_0.10.15.bb           |   13 +++
>   .../gstreamer/gst-fluendo-mp3_0.10.2.bb            |   12 ---
>   .../gstreamer/gst-fluendo-mpegdemux_0.10.62.bb     |   13 +++
>   .../gstreamer/gst-fluendo-mpegdemux_0.10.7.bb      |    6 -
>   .../pulseaudio/pulseaudio-0.9.21/armv4+v5asm.patch |   59 ++++++++++++
>   .../pulseaudio-0.9.21/autoconf_version.patch       |   15 +++
>   .../pulseaudio/pulseaudio-0.9.21/buildfix.patch    |   15 +++
>   .../pulseaudio-0.9.21/configure_silent_rules.patch |   31 ++++++
>   .../pulseaudio-0.9.21/gcc4-compile-fix.patch       |   20 ++++
>   .../pulseaudio/pulseaudio-0.9.21/tls_m4.patch      |   32 ++++++
>   .../pulseaudio-0.9.21/volatiles.04_pulse           |    2 +
>   .../pulseaudio/pulseaudio_0.9.21.bb                |   28 ++++++
>   25 files changed, 533 insertions(+), 151 deletions(-)
>   create mode 100644 meta/recipes-connectivity/gupnp/gssdp-0.9.0/introspection.patch
>   rename meta/recipes-connectivity/gupnp/{gssdp_0.7.1.bb =>  gssdp_0.9.0.bb} (66%)
>   create mode 100644 meta/recipes-connectivity/gupnp/gupnp-0.14.0/introspection.patch

>   rename meta/recipes-connectivity/gupnp/{gupnp_0.13.2.bb =>  gupnp_0.14.0.bb} (81%)
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.1/configure_fix.patch
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.1/no_beos.patch
>   create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
>   create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch
>   create mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb
>   create mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.62.bb
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/armv4+v5asm.patch
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/autoconf_version.patch
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/buildfix.patch
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/gcc4-compile-fix.patch
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/tls_m4.patch
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/volatiles.04_pulse
>   create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.21.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



      parent reply	other threads:[~2010-12-07  8:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-07  7:10 [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao Dongxiao Xu
2010-12-07  6:02 ` [PATCH 1/7] gssdp: upgrade to version 0.9.0 Dongxiao Xu
2010-12-07  6:08 ` [PATCH 2/7] gst-ffmpeg: upgrade to version 0.10.11 Dongxiao Xu
2010-12-09 12:40   ` Richard Purdie
2010-12-07  6:09 ` [PATCH 3/7] gst-fluendo-mp3: upgrade to version 0.10.15 Dongxiao Xu
2010-12-07  6:10 ` [PATCH 4/7] gst-fluendo-mpegdemux: upgrade to version 0.10.62 Dongxiao Xu
2010-12-07  6:29 ` [PATCH 5/7] pulseaudio: upgrade to version 0.9.21 Dongxiao Xu
2010-12-07  7:08 ` [PATCH 6/7] gupnp: upgrade to version 0.14.0 Dongxiao Xu
2010-12-07  7:08 ` [PATCH 7/7] distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc Dongxiao Xu
2010-12-07  8:34 ` 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=4CFDF182.6020501@intel.com \
    --to=saul.wold@intel.com \
    --cc=dongxiao.xu@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.