From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DB90DE0070C for ; Thu, 12 Apr 2012 20:30:08 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 12 Apr 2012 20:30:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="153090121" Received: from unknown (HELO localhost) ([10.255.12.48]) by fmsmga002.fm.intel.com with ESMTP; 12 Apr 2012 20:30:07 -0700 From: tom.zanussi@intel.com To: yocto@yoctoproject.org Date: Thu, 12 Apr 2012 22:28:18 -0500 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH 0/4] yocto-bsp fixes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2012 03:30:09 -0000 From: Tom Zanussi 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%)