All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org
Cc: Koen Kooi <koen@dominion.thruhere.net>,
	Liping Ke <liping.ke@intel.com>,
	Dongxiao Xu <dongxiao.xu@intel.com>,
	Jingdong Lu <jingdong.lu@windriver.com>
Subject: [PATCH 0/8] Numerous bug fixes
Date: Mon, 07 Mar 2011 16:29:28 -0800	[thread overview]
Message-ID: <cover.1299544029.git.sgw@linux.intel.com> (raw)

From: Saul Wold <sgw@linux.intel.com>

This set address a number of bugs found during testing of
the Bernard release, they may not all be accepeted, I send 
them here for reference also.


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: distro/oe-dist
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-dist

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Dexuan Cui (1):
  util-macros: fix DEPENDS in the case of native/nativesdk

Dongxiao Xu (1):
  connman: add xuser to the dbus permission list

Koen Kooi (1):
  libgpg-error: extend to nativesdk to catch up with metadata changes

Liping Ke (1):
  adt: Update to svn r596 to fix symbolic link issues

Nitin A Kamble (1):
  gcc-runtime: fix LSB library checks for libstdc++.so.6

Saul Wold (3):
  gst-plugins: Added hal to DEPENDS
  attr: Added ncurses to depends
  lsb-live image: add lsb-live and lsb-sdk-live image types

 meta/conf/bitbake.conf                             |    2 +-
 .../conf/distro/include/poky-default-revisions.inc |    1 +
 meta/conf/distro/include/poky-eglibc.inc           |    2 +-
 meta/conf/distro/include/poky-glibc.inc            |    2 +-
 meta/conf/distro/include/poky-uclibc.inc           |    2 +-
 .../connman-0.65/add_xuser_dbus_permission.patch   |   21 ++++++++++++++++++++
 meta/recipes-connectivity/connman/connman_0.65.bb  |    3 +-
 .../recipes-devtools/gcc/gcc-configure-runtime.inc |    1 +
 meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb     |    2 +-
 .../installer/adt-installer/adt_installer          |    2 +-
 .../installer/adt-installer_1.0.bb                 |    8 +++---
 .../recipes-extended/images/poky-image-lsb-live.bb |   11 ++++++++++
 .../images/poky-image-lsb-sdk-live.bb              |   11 ++++++++++
 .../xorg-util/util-macros_1.11.0.bb                |    5 ++-
 meta/recipes-multimedia/gstreamer/gst-plugins.inc  |    2 +-
 meta/recipes-support/attr/attr.inc                 |    2 +
 .../libgpg-error/libgpg-error_1.9.bb               |    5 ++-
 17 files changed, 66 insertions(+), 16 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch
 create mode 100644 meta/recipes-extended/images/poky-image-lsb-live.bb
 create mode 100644 meta/recipes-extended/images/poky-image-lsb-sdk-live.bb




WARNING: multiple messages have this Message-ID (diff)
From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Numerous bug fixes
Date: Mon, 07 Mar 2011 16:29:28 -0800	[thread overview]
Message-ID: <cover.1299544029.git.sgw@linux.intel.com> (raw)

From: Saul Wold <sgw@linux.intel.com>

This set address a number of bugs found during testing of
the Bernard release, they may not all be accepeted, I send 
them here for reference also.


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: distro/oe-dist
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-dist

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Dexuan Cui (1):
  util-macros: fix DEPENDS in the case of native/nativesdk

Dongxiao Xu (1):
  connman: add xuser to the dbus permission list

Koen Kooi (1):
  libgpg-error: extend to nativesdk to catch up with metadata changes

Liping Ke (1):
  adt: Update to svn r596 to fix symbolic link issues

Nitin A Kamble (1):
  gcc-runtime: fix LSB library checks for libstdc++.so.6

Saul Wold (3):
  gst-plugins: Added hal to DEPENDS
  attr: Added ncurses to depends
  lsb-live image: add lsb-live and lsb-sdk-live image types

 meta/conf/bitbake.conf                             |    2 +-
 .../conf/distro/include/poky-default-revisions.inc |    1 +
 meta/conf/distro/include/poky-eglibc.inc           |    2 +-
 meta/conf/distro/include/poky-glibc.inc            |    2 +-
 meta/conf/distro/include/poky-uclibc.inc           |    2 +-
 .../connman-0.65/add_xuser_dbus_permission.patch   |   21 ++++++++++++++++++++
 meta/recipes-connectivity/connman/connman_0.65.bb  |    3 +-
 .../recipes-devtools/gcc/gcc-configure-runtime.inc |    1 +
 meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb     |    2 +-
 .../installer/adt-installer/adt_installer          |    2 +-
 .../installer/adt-installer_1.0.bb                 |    8 +++---
 .../recipes-extended/images/poky-image-lsb-live.bb |   11 ++++++++++
 .../images/poky-image-lsb-sdk-live.bb              |   11 ++++++++++
 .../xorg-util/util-macros_1.11.0.bb                |    5 ++-
 meta/recipes-multimedia/gstreamer/gst-plugins.inc  |    2 +-
 meta/recipes-support/attr/attr.inc                 |    2 +
 .../libgpg-error/libgpg-error_1.9.bb               |    5 ++-
 17 files changed, 66 insertions(+), 16 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch
 create mode 100644 meta/recipes-extended/images/poky-image-lsb-live.bb
 create mode 100644 meta/recipes-extended/images/poky-image-lsb-sdk-live.bb



             reply	other threads:[~2011-03-08  0:32 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08  0:29 Saul Wold [this message]
2011-03-08  0:29 ` [PATCH 0/8] Numerous bug fixes Saul Wold
2011-03-08  0:29 ` [PATCH 1/8] gst-plugins: Added hal to DEPENDS Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08  0:29 ` [PATCH 2/8] attr: Added ncurses to depends Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08 18:25   ` Khem Raj
2011-03-08 18:25     ` [OE-core] " Khem Raj
2011-03-08  0:29 ` [PATCH 3/8] lsb-live image: add lsb-live and lsb-sdk-live image types Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08  0:29 ` [PATCH 4/8] adt: Update to svn r596 to fix symbolic link issues Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08  0:29 ` [PATCH 5/8] connman: add xuser to the dbus permission list Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08 18:27   ` [poky] " Khem Raj
2011-03-08 18:27     ` Khem Raj
2011-03-08  0:29 ` [PATCH 6/8] util-macros: fix DEPENDS in the case of native/nativesdk Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08 18:47   ` Joshua Lock
2011-03-08 18:47     ` [OE-core] " Joshua Lock
2011-03-08  0:29 ` [PATCH 7/8] libgpg-error: extend to nativesdk to catch up with metadata changes Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08  0:29 ` [PATCH 8/8] gcc-runtime: fix LSB library checks for libstdc++.so.6 Saul Wold
2011-03-08  0:29   ` Saul Wold
2011-03-08  1:16   ` [poky] " Khem Raj
2011-03-08  1:16     ` Khem Raj
2011-03-08 18:55 ` [PATCH 0/8] Numerous bug fixes Richard Purdie
2011-03-08 18:55   ` [OE-core] " Richard Purdie
2011-03-09  1:29   ` Paul Eggleton
2011-03-09  1:29     ` [OE-core] " Paul Eggleton
2011-03-09  4:55     ` [poky] " Khem Raj
2011-03-09  4:55       ` [OE-core] " Khem Raj
2011-03-09  7:48     ` [poky] " Koen Kooi
2011-03-09  7:48       ` [OE-core] " Koen Kooi

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.1299544029.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=dongxiao.xu@intel.com \
    --cc=jingdong.lu@windriver.com \
    --cc=koen@dominion.thruhere.net \
    --cc=liping.ke@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --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.