Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL [v2] 00/14] Updated with more Fixes
Date: Tue, 10 Apr 2012 00:26:27 -0700	[thread overview]
Message-ID: <cover.1334042473.git.sgw@linux.intel.com> (raw)

Richard,

Here is a second larger collection of patches from 
the team.

This set address at least 10 of the 1.2 bugs.

Sau!

The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:

  runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Andrei Gherzan (1):
  package.bbclass: needs_ldconfig from linux_so is needed in global
    namespace

Darren Hart (4):
  create-pull-request: Assume remote branch from local branch
  grub-efi: Include GPT partition EXT FS support
  syslinux: Update distro-tracking fields
  hello-mod: Move hello-mod from meta to meta-skeleton

Joshua Lock (1):
  mesa-common: package gl.pc in libgl-dev

Lianhao Lu (1):
  adt-installer: Fixed ppc kernel naming.

Martin Jansa (1):
  gdb: add --with-libexpat-prefix

Robert Yang (2):
  git 1.7.7: remove perl.mak before compile
  meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64

Saul Wold (1):
  at: Fix origin location of install pam.conf from from ${P} -> ${BP}

Scott Garman (1):
  shadow-native: disable logging to syslog

Xiaofeng Yan (1):
  opkg: Add the condition for the content of arch.conf when enable
    multilib

Zhai Edwin (1):
  qemu: Fix gl failure from 64b target on 32b host

 .../recipes-kernel/hello-mod/files/COPYING         |    0
 .../recipes-kernel/hello-mod/files/Makefile        |    0
 .../recipes-kernel/hello-mod/files/hello.c         |    0
 .../recipes-kernel/hello-mod/hello-mod_0.1.bb      |    0
 meta/classes/package.bbclass                       |    4 +-
 .../conf/distro/include/distro_tracking_fields.inc |    5 +-
 meta/conf/distro/include/tcmode-default.inc        |    4 +-
 meta/recipes-bsp/grub/grub-efi-native_1.99.bb      |    4 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |    4 +-
 meta/recipes-devtools/git/git.inc                  |    6 ++
 .../installer/adt-installer/adt_installer          |    4 +-
 .../installer/adt-installer/adt_installer.conf     |   20 +++---
 .../installer/adt-installer_1.0.bb                 |    2 +-
 meta/recipes-devtools/opkg/opkg-config-base_1.0.bb |    7 ++-
 .../qemu/qemu-0.15.1/opengl-args-copy-fix.patch    |   66 ++++++++++++++++++++
 meta/recipes-devtools/qemu/qemu_0.15.1.bb          |    3 +-
 meta/recipes-extended/at/at_3.1.13.bb              |    4 +-
 .../shadow/files/disable-syslog.patch              |   34 ++++++++++
 .../shadow/shadow-native_4.1.4.3.bb                |    5 +-
 meta/recipes-graphics/mesa/mesa-common.inc         |    2 +-
 scripts/create-pull-request                        |   11 +++-
 21 files changed, 153 insertions(+), 32 deletions(-)
 rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/COPYING (100%)
 rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/Makefile (100%)
 rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/hello.c (100%)
 rename {meta => meta-skeleton}/recipes-kernel/hello-mod/hello-mod_0.1.bb (100%)
 create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-args-copy-fix.patch
 create mode 100644 meta/recipes-extended/shadow/files/disable-syslog.patch

-- 
1.7.7.6




             reply	other threads:[~2012-04-10  7:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10  7:26 Saul Wold [this message]
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 01/14] create-pull-request: Assume remote branch from local branch Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 02/14] mesa-common: package gl.pc in libgl-dev Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 03/14] shadow-native: disable logging to syslog Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 04/14] qemu: Fix gl failure from 64b target on 32b host Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 05/14] package.bbclass: needs_ldconfig from linux_so is needed in global namespace Saul Wold
2012-04-10 12:17   ` Richard Purdie
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 06/14] grub-efi: Include GPT partition EXT FS support Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 07/14] git 1.7.7: remove perl.mak before compile Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 08/14] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64 Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 09/14] adt-installer: Fixed ppc kernel naming Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 10/14] opkg: Add the condition for the content of arch.conf when enable multilib Saul Wold
2012-04-10 12:16   ` Richard Purdie
2012-04-10 12:20   ` Richard Purdie
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 11/14] gdb: add --with-libexpat-prefix Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 12/14] at: Fix origin location of install pam.conf from from ${P} -> ${BP} Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 13/14] syslinux: Update distro-tracking fields Saul Wold
2012-04-10  7:26 ` [CONSOLIDATED PULL [v2] 14/14] hello-mod: Move hello-mod from meta to meta-skeleton Saul Wold
2012-04-10 12:31 ` [CONSOLIDATED PULL [v2] 00/14] Updated with more Fixes Richard Purdie

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.1334042473.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox