All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] yocto-bsp fixes
@ 2012-04-13  3:28 tom.zanussi
  2012-04-13  3:28 ` [PATCH 1/4] yocto-bsp: enable property value display of nested properties tom.zanussi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tom.zanussi @ 2012-04-13  3:28 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset fixes [YOCTO #2222], updating the property value listing
code to match the current representation.  The following combinations
were tested (BSPs generated by yocto-bsp and sato images built and
boot-tested):

- qemu i386 generated from JSON using the 3.2 kernel
- qemu arm generated from the text UI using the 3.2 kernel
- qemu x86-64 generated from JSON using the 3.0 kernel
- x86-64 generated from JSON using the 3.2 kernel
- i386 generated from text UI using the 3.0 kernel

Jessica Zhang has also verified that the propery value listing and
BSP generation from JSON works for her in the Eclipse plugin.

There are also a few minor patches to the template files here that fix
problems encountered when testing.

Please pull into poky/master.

Thanks,

Tom

The following changes since commit 6703173449ad21e1623ac75a66535cb2ed52aeeb:
  Richard Purdie (1):
        package_rpm.bbclass: Set tmppath for rpm to somewhere which won't conflict with the rootfs

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/2222-fix
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/2222-fix

Tom Zanussi (4):
  yocto-bsp: enable property value display of nested properties
  yocto-bsp: fix qemuarch test for xserver-xf86-config.bbappend
  yocto-bsp: fix multi-provider error in qemu arch template
  yocto-bsp: fix x86_64 tuning for qemu arch

 scripts/lib/bsp/engine.py                          |   56 +++++++++++++++++++-
 scripts/lib/bsp/kernel.py                          |    2 +-
 .../arch/qemu/conf/machine/{{=machine}}.conf       |    3 +-
 ..."x86_64\": }} xserver-xf86-config_0.1.bbappend" |    0
 4 files changed, 57 insertions(+), 4 deletions(-)
 rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/{{ if qemuarch == \"x86\" or qemuarch == \"x86_64\": }} xserver-xf86-config_0.1.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/{{ if qemuarch == \"i386\" or qemuarch == \"x86_64\": }} xserver-xf86-config_0.1.bbappend" (100%)



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-14 21:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13  3:28 [PATCH 0/4] yocto-bsp fixes tom.zanussi
2012-04-13  3:28 ` [PATCH 1/4] yocto-bsp: enable property value display of nested properties tom.zanussi
2012-04-13  3:28 ` [PATCH 2/4] yocto-bsp: fix qemuarch test for xserver-xf86-config.bbappend tom.zanussi
2012-04-13  3:28 ` [PATCH 3/4] yocto-bsp: fix multi-provider error in qemu arch template tom.zanussi
2012-04-13  3:28 ` [PATCH 4/4] yocto-bsp: fix x86_64 tuning for qemu arch tom.zanussi
2012-04-14 21:59 ` [PATCH 0/4] yocto-bsp fixes Richard Purdie

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.