From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2DFD6E01307 for ; Sat, 14 Apr 2012 14:59:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q3ELxhdX017102; Sat, 14 Apr 2012 22:59:43 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14981-07; Sat, 14 Apr 2012 22:59:39 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q3ELxY1P017096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Apr 2012 22:59:35 +0100 Message-ID: <1334440775.8545.5.camel@ted> From: Richard Purdie To: tom.zanussi@intel.com Date: Sat, 14 Apr 2012 22:59:35 +0100 In-Reply-To: References: X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: yocto@yoctoproject.org Subject: Re: [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: Sat, 14 Apr 2012 21:59:44 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-04-12 at 22:28 -0500, tom.zanussi@intel.com wrote: > 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 Merged to master, thanks. Richard