Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig
Date: Mon, 10 Sep 2012 17:25:15 +0100	[thread overview]
Message-ID: <1347294315.31154.0.camel@ted> (raw)
In-Reply-To: <20120910155814.GD3502@jama.jama.net>

On Mon, 2012-09-10 at 17:58 +0200, Martin Jansa wrote:
> On Mon, Sep 10, 2012 at 08:56:16AM -0700, Saul Wold wrote:
> > On 09/06/2012 03:32 PM, Khem Raj wrote:
> > > This patchset updates qemu to 1.2 release
> > > Adds kconfig to eglibc, kconfig is of interest for
> > > eglibc upstream which is next step.
> > > Removes nptl and enable-tls configure options from
> > > x86 machine configurations
> > >
> > > The following changes since commit 610f8c0c0cab8e258919689fd641faec28b58caf:
> > >
> > >    adt-installer: Allow changing YOCTOADT_REPO (2012-09-05 23:27:31 +0100)
> > >
> > > are available in the git repository at:
> > >
> > >    git://git.openembedded.org/openembedded-core-contrib kraj/qemu-eglibc-updates
> > >    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/qemu-eglibc-updates
> > >
> > > Khem Raj (6):
> > >    eglibc-2.16: Add kconfig infrastructure
> > >    eglibc: Enable kconfig for option management
> > >    kconfig-frontends: Create symlinks for conf and mconf
> > >    qemu-git: Move to tip of git past 1.2 release
> > >    qemu: Update from 0.15 to 1.2
> > >    machines/x86: Drop redundant glibc configure knobs
> > >
> > >   meta/conf/machine/include/ia32-base.inc            |    5 -
> > >   meta/conf/machine/qemux86-64.conf                  |    3 -
> > >   meta/conf/machine/qemux86.conf                     |    4 -
> > >   .../0001-eglibc-menuconfig-support.patch           | 1007 ++++++++++++++++++++
> > >   ...0002-eglibc-menuconfig-hex-string-options.patch |  169 ++++
> > >   ...0003-eglibc-menuconfig-build-instructions.patch |  176 ++++
> > >   meta/recipes-core/eglibc/eglibc-initial.inc        |    1 +
> > >   meta/recipes-core/eglibc/eglibc-options.inc        |    4 +-
> > >   meta/recipes-core/eglibc/eglibc.inc                |    4 +
> > >   meta/recipes-core/eglibc/eglibc_2.16.bb            |    8 +-
> > >   .../kconfig-frontends/kconfig-frontends_3.5.bb     |    8 +-
> > >   .../qemu-0.15.1/0001-ppc64-Fix-linker-script.patch |   46 -
> > >   .../a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch |   66 --
> > >   ...-Actually-raise-interrupt-on-timer-expiry.patch |   41 -
> > >   .../qemu-0.15.1/ppc-s500-set-invalid-mask.patch    |  610 ------------
> > >   .../qemu/{qemu-0.15.1 => qemu-1.2.0}/arm-bgr.patch |   12 +-
> > >   .../enable-i386-linux-user.patch                   |    0
> > >   .../fallback-to-safe-mmap_min_addr.patch           |    0
> > >   .../fix-configure-checks.patch                     |   18 +-
> > >   .../{qemu-0.15.1 => qemu-1.2.0}/init-info.patch    |    0
> > >   .../larger_default_ram_size.patch                  |    0
> > >   .../{qemu-0.15.1 => qemu-1.2.0}/linker-flags.patch |   14 +-
> > >   .../{qemu-0.15.1 => qemu-1.2.0}/no-strip.patch     |    0
> > >   .../{qemu-0.15.1 => qemu-1.2.0}/powerpc_rom.bin    |  Bin 4096 -> 4096 bytes
> > >   .../qemu-vmware-vga-depth.patch                    |   70 +-
> > >   .../recipes-devtools/qemu/qemu-git/powerpc_rom.bin |  Bin 0 -> 4096 bytes
> > >   .../qemu/{qemu_0.15.1.bb => qemu_1.2.0.bb}         |   18 +-
> > >   meta/recipes-devtools/qemu/qemu_git.bb             |   15 +-
> > >   28 files changed, 1431 insertions(+), 868 deletions(-)
> > >   create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-eglibc-menuconfig-support.patch
> > >   create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0002-eglibc-menuconfig-hex-string-options.patch
> > >   create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0003-eglibc-menuconfig-build-instructions.patch
> > >   delete mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/0001-ppc64-Fix-linker-script.patch
> > >   delete mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/a4d1f142542935b90d2eb30f3aead4edcf455fe6.patch
> > >   delete mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch
> > >   delete mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/ppc-s500-set-invalid-mask.patch
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/arm-bgr.patch (75%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/enable-i386-linux-user.patch (100%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/fallback-to-safe-mmap_min_addr.patch (100%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/fix-configure-checks.patch (59%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/init-info.patch (100%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/larger_default_ram_size.patch (100%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/linker-flags.patch (64%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/no-strip.patch (100%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/powerpc_rom.bin (100%)
> > >   rename meta/recipes-devtools/qemu/{qemu-0.15.1 => qemu-1.2.0}/qemu-vmware-vga-depth.patch (61%)
> > >   create mode 100644 meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin
> > >   rename meta/recipes-devtools/qemu/{qemu_0.15.1.bb => qemu_1.2.0.bb} (57%)
> > >
> > 
> > Merged to OE-Core (along with the runqemu fix)
> 
> Please merge
> http://patchwork.openembedded.org/patch/36205/
> to fix eglibc-initial build

It also merged around the time you sent this message :)

Cheers,

Richard




      parent reply	other threads:[~2012-09-10 16:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 22:32 [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig Khem Raj
2012-09-06 22:32 ` [PATCH 1/6] eglibc-2.16: Add kconfig infrastructure Khem Raj
2012-09-06 22:32 ` [PATCH 2/6] eglibc: Enable kconfig for option management Khem Raj
2012-09-06 22:32 ` [PATCH 3/6] kconfig-frontends: Create symlinks for conf and mconf Khem Raj
2012-09-06 22:32 ` [PATCH 4/6] qemu-git: Move to tip of git past 1.2 release Khem Raj
2012-09-06 22:32 ` [PATCH 5/6] qemu: Update from 0.15 to 1.2 Khem Raj
2012-09-06 22:32 ` [PATCH 6/6] machines/x86: Drop redundant glibc configure knobs Khem Raj
2012-09-07  8:06 ` [PATCH 0/6] Upgrade qemu to 1.2 and eglibc with kconfig Khem Raj
2012-09-10 15:56 ` Saul Wold
2012-09-10 15:58   ` Martin Jansa
2012-09-10 15:59     ` Saul Wold
2012-09-10 16:25     ` Richard Purdie [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=1347294315.31154.0.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=martin.jansa@gmail.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