All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/3] Update QEMU and add support for eglibc testing
Date: Mon, 12 Dec 2011 15:09:29 -0800	[thread overview]
Message-ID: <4EE689A9.30904@linux.intel.com> (raw)
In-Reply-To: <CAMKF1soc65OBQQVnDKpTvQNbBO8UfjH3T1nriiqnS5crJFn4FQ@mail.gmail.com>

On 12/10/2011 10:33 AM, Khem Raj wrote:
> On Fri, Dec 9, 2011 at 11:30 AM, Khem Raj<raj.khem@gmail.com>  wrote:
>> Minor release 0.15.1 of 0.15 branch is available for QEMU
>>
>> Generate a testing script to help with eglibc cross testing
>>
>> Add nfs-utils-client to nfs-server package group so when we
>> have server, we can also have client, helps in eglibc cross testing
>>
>> The following changes since commit 86d174648b0fe770ac0dddbee08ecfd94cc13ec8:
>>
>>   eglibc: Generate cross testing script during install (2011-12-09 11:24:43 -0800)
>>
>
>
>
>> are available in the git repository at:
>>   git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-testing
>>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-testing
>>
>> Khem Raj (3):
>>   qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1
>>   task-core-nfs: Add nfs-utils-client to RDEPENDS
>>   eglibc: Generate cross testing script during install
>>
>
> I have updated the cross testing patch on the contrib tree. The change
> is that I have moved
> the cross testing script generation to an .inc file which is then included
> by eglibc.inc
>

Merged these updated contrib tree changes to OE-Core

Thanks
	Sau!

>>   meta/recipes-core/eglibc/eglibc-common.inc         |    1 -
>>   meta/recipes-core/eglibc/eglibc-package.inc        |   46 ++++++++++++++++++++
>>   meta/recipes-core/eglibc/eglibc_2.13.bb            |    2 +-
>>   meta/recipes-core/eglibc/eglibc_2.14.bb            |    2 +-
>>   meta/recipes-core/tasks/task-core-nfs.bb           |    6 ++-
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/arm-bgr.patch     |    0
>>   .../enable-i386-linux-user.patch                   |    0
>>   .../fallback-to-safe-mmap_min_addr.patch           |    0
>>   .../fix-configure-checks.patch                     |    0
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/fix-nogl.patch    |    0
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/glflags.patch     |    0
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/init-info.patch   |    0
>>   .../larger_default_ram_size.patch                  |    0
>>   .../linker-flags.patch                             |    0
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/no-strip.patch    |    0
>>   .../opengl-sdl-fix.patch                           |    0
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/powerpc_rom.bin   |  Bin 4096 ->  4096 bytes
>>   .../qemu-git-qemugl-host.patch                     |    0
>>   .../qemu-vmware-vga-depth.patch                    |    0
>>   .../qemugl-allow-glxcontext-release.patch          |    0
>>   .../{qemu-0.15.0 =>  qemu-0.15.1}/qemugl-fix.patch  |    0
>>   .../qemu/{qemu_0.15.0.bb =>  qemu_0.15.1.bb}        |    6 +--
>>   22 files changed, 54 insertions(+), 9 deletions(-)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/arm-bgr.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/enable-i386-linux-user.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/fallback-to-safe-mmap_min_addr.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/fix-configure-checks.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/fix-nogl.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/glflags.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/init-info.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/larger_default_ram_size.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/linker-flags.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/no-strip.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/opengl-sdl-fix.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/powerpc_rom.bin (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/qemu-git-qemugl-host.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/qemu-vmware-vga-depth.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/qemugl-allow-glxcontext-release.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu-0.15.0 =>  qemu-0.15.1}/qemugl-fix.patch (100%)
>>   rename meta/recipes-devtools/qemu/{qemu_0.15.0.bb =>  qemu_0.15.1.bb} (88%)
>>
>> --
>> 1.7.5.4
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



      reply	other threads:[~2011-12-12 23:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09 19:30 [PATCH 0/3] Update QEMU and add support for eglibc testing Khem Raj
2011-12-09 19:30 ` [PATCH 1/3] qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1 Khem Raj
2011-12-09 19:30 ` [PATCH 2/3] task-core-nfs: Add nfs-utils-client to RDEPENDS Khem Raj
2011-12-09 19:30 ` [PATCH 3/3] eglibc: Generate cross testing script during install Khem Raj
2011-12-10 18:33 ` [PATCH 0/3] Update QEMU and add support for eglibc testing Khem Raj
2011-12-12 23:09   ` 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=4EE689A9.30904@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 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.