[yocto] [PATCH 0/4] yocto-bsp fixes

tom.zanussi at intel.com tom.zanussi at intel.com
Thu Apr 12 20:28:18 PDT 2012


From: Tom Zanussi <tom.zanussi at 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%)




More information about the yocto mailing list