All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dongxiao Xu <dongxiao.xu@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade
Date: Fri, 26 Nov 2010 09:51:37 +0800	[thread overview]
Message-ID: <cover.1290736297.git.dongxiao.xu@intel.com> (raw)

Hi Saul,

Here are recipes upgrade for connectivity, multimedia, and base group.
Please help to review and pull. Thanks!

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 (14):
  cmake-native: Upgrade to version 2.8.3
  gypsy: Upgrade to version 0.8
  telepathy-python: Upgrade to version 0.15.18
  telepathy-mission-control: Upgrade to version 5.7.0
  connman: Upgrade to version 0.63
  minicom: Upgrade to version 2.4
  wpa-supplicant: Upgrade to version 0.7.3
  gst-openmax: Upgrade to version 0.10.1
  gupnp-tools: Upgrade to version 0.8
  gssdp: Upgrade to version 0.9.0
  ofono: Upgrade to version 0.33
  gupnp-av: Upgrade to version 0.7.0
  libgsmd: Upgrade to rev 5394
  distro_tracking: gupnp-av, gupnp-tools, ofono, etc.

 .../conf/distro/include/distro_tracking_fields.inc |   97 +++++++++++++-------
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 meta/conf/distro/include/poky-fixed-revisions.inc  |    2 +-
 .../connman/{connman-0.56 => connman-0.63}/connman |    0
 .../{connman-0.56 => connman-0.63}/dbusperms.patch |    0
 .../fix-shutdown-ap-disconnect.patch               |    0
 meta/recipes-connectivity/connman/connman.inc      |    2 +-
 .../connman/{connman_0.56.bb => connman_0.63.bb}   |    5 +-
 .../gsm/files/fix_machine_init.patch               |   21 +++--
 meta/recipes-connectivity/gsm/gsmd.inc             |    8 +-
 .../gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb}       |    3 +
 meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb    |    8 --
 meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb  |    8 --
 meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb  |   15 +++
 .../gupnp/gupnp-tools_0.8.1.bb                     |   14 +++
 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb |    7 --
 meta/recipes-connectivity/gypsy/gypsy_0.6.bb       |   15 ---
 meta/recipes-connectivity/gypsy/gypsy_0.8.bb       |   25 +++++
 meta/recipes-connectivity/ofono/ofono.inc          |    4 +-
 .../ofono/{files => ofono}/ofono                   |    0
 meta/recipes-connectivity/ofono/ofono_0.17.bb      |    7 --
 meta/recipes-connectivity/ofono/ofono_0.33.bb      |    9 ++
 .../telepathy-mission-control/pkgconfig.patch      |   24 -----
 ..._4.67.bb => telepathy-mission-control_5.7.0.bb} |   12 ++-
 .../telepathy/telepathy-python_0.15.1.bb           |    8 --
 .../telepathy/telepathy-python_0.15.18.bb          |   16 +++
 .../99_wpa_supplicant                              |    0
 .../defaults-sane                                  |    0
 .../defconfig                                      |    0
 .../defconfig-gnutls                               |    0
 .../init.sh                                        |    0
 .../wpa-supplicant.sh                              |    0
 .../wpa_supplicant-0.5.7-always-scan.patch         |    0
 ...a_supplicant-fix-deprecated-dbus-function.patch |    0
 .../wpa_supplicant.conf                            |    0
 .../wpa_supplicant.conf-sane                       |    0
 .../wpa_supplicant_default.conf                    |    0
 .../wpa-supplicant/wpa-supplicant_0.7.2.bb         |    3 -
 .../wpa-supplicant/wpa-supplicant_0.7.3.bb         |    6 +
 meta/recipes-devtools/cmake/cmake-native_2.8.2.bb  |    4 -
 meta/recipes-devtools/cmake/cmake-native_2.8.3.bb  |    7 ++
 meta/recipes-devtools/cmake/cmake.inc              |    2 +
 .../{minicom-2.3 => minicom-2.4}/gcc4-scope.patch  |    0
 .../rename-conflicting-functions.patch             |    0
 meta/recipes-extended/minicom/minicom_2.3.bb       |   18 ----
 meta/recipes-extended/minicom/minicom_2.4.bb       |   22 +++++
 .../gstreamer/gst-openmax_0.10.0.2.bb              |   19 ----
 .../gstreamer/gst-openmax_0.10.1.bb                |   20 ++++
 48 files changed, 238 insertions(+), 175 deletions(-)
 rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/connman (100%)
 mode change 100755 => 100644
 rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/dbusperms.patch (100%)
 rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/fix-shutdown-ap-disconnect.patch (100%)
 rename meta/recipes-connectivity/connman/{connman_0.56.bb => connman_0.63.bb} (79%)
 rename meta/recipes-connectivity/gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} (77%)
 delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb
 delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb
 create mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
 create mode 100644 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb
 delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb
 delete mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.6.bb
 create mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.8.bb
 rename meta/recipes-connectivity/ofono/{files => ofono}/ofono (100%)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.17.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_0.33.bb
 delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_4.67.bb => telepathy-mission-control_5.7.0.bb} (73%)
 delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb
 create mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/99_wpa_supplicant (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defaults-sane (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defconfig (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defconfig-gnutls (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/init.sh (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa-supplicant.sh (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant-0.5.7-always-scan.patch (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant-fix-deprecated-dbus-function.patch (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant.conf (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant.conf-sane (100%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant_default.conf (100%)
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.2.bb
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
 delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.2.bb
 create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.3.bb
 rename meta/recipes-extended/minicom/{minicom-2.3 => minicom-2.4}/gcc4-scope.patch (100%)
 rename meta/recipes-extended/minicom/{minicom-2.3 => minicom-2.4}/rename-conflicting-functions.patch (100%)
 delete mode 100644 meta/recipes-extended/minicom/minicom_2.3.bb
 create mode 100644 meta/recipes-extended/minicom/minicom_2.4.bb
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb



             reply	other threads:[~2010-11-26  6:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-26  1:51 Dongxiao Xu [this message]
2010-11-23  6:47 ` [PATCH 01/14] cmake-native: Upgrade to version 2.8.3 Dongxiao Xu
2010-11-23  6:49 ` [PATCH 02/14] gypsy: Upgrade to version 0.8 Dongxiao Xu
2010-11-23  6:49 ` [PATCH 03/14] telepathy-python: Upgrade to version 0.15.18 Dongxiao Xu
2010-11-23  6:50 ` [PATCH 04/14] telepathy-mission-control: Upgrade to version 5.7.0 Dongxiao Xu
2010-11-23  7:06 ` [PATCH 05/14] connman: Upgrade to version 0.63 Dongxiao Xu
2010-11-24  3:35 ` [PATCH 06/14] minicom: Upgrade to version 2.4 Dongxiao Xu
2010-11-25  5:48 ` [PATCH 07/14] wpa-supplicant: Upgrade to version 0.7.3 Dongxiao Xu
2010-11-25  5:48 ` [PATCH 08/14] gst-openmax: Upgrade to version 0.10.1 Dongxiao Xu
2010-11-25  5:49 ` [PATCH 09/14] gupnp-tools: Upgrade to version 0.8 Dongxiao Xu
2010-11-25  5:49 ` [PATCH 10/14] gssdp: Upgrade to version 0.9.0 Dongxiao Xu
2010-11-25  5:52 ` [PATCH 11/14] ofono: Upgrade to version 0.33 Dongxiao Xu
2010-11-25  5:52 ` [PATCH 12/14] gupnp-av: Upgrade to version 0.7.0 Dongxiao Xu
2010-11-26  1:50 ` [PATCH 13/14] libgsmd: Upgrade to rev 5394 Dongxiao Xu
2010-11-26  1:50 ` [PATCH 14/14] distro_tracking: gupnp-av, gupnp-tools, ofono, etc Dongxiao Xu
2010-12-02 18:15 ` [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Saul Wold

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=cover.1290736297.git.dongxiao.xu@intel.com \
    --to=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.