[OE-core] [PATCH 0/3] Update QEMU and add support for eglibc testing

Khem Raj raj.khem at gmail.com
Sat Dec 10 18:33:05 UTC 2011


On Fri, Dec 9, 2011 at 11:30 AM, Khem Raj <raj.khem at 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

>  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
>




More information about the Openembedded-core mailing list