From: tom.zanussi@intel.com
To: yocto@yoctoproject.org
Subject: [PATCH 0/4] yocto-bsp fixes
Date: Thu, 12 Apr 2012 22:28:18 -0500 [thread overview]
Message-ID: <cover.1334286512.git.tom.zanussi@intel.com> (raw)
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%)
next reply other threads:[~2012-04-13 3:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-13 3:28 tom.zanussi [this message]
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
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=cover.1334286512.git.tom.zanussi@intel.com \
--to=tom.zanussi@intel.com \
--cc=yocto@yoctoproject.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.