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 mx1.pokylinux.org (Postfix) with ESMTP id 827F64C80A4D; Tue, 15 Feb 2011 13:26:29 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p1FJQOi6029301; Tue, 15 Feb 2011 19:26:24 GMT 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 29007-06; Tue, 15 Feb 2011 19:26:20 +0000 (GMT) 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 p1FJQKQG029295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Feb 2011 19:26:20 GMT From: Richard Purdie To: Bruce Ashfield In-Reply-To: References: Date: Tue, 15 Feb 2011 19:26:18 +0000 Message-ID: <1297797978.4945.370.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net Cc: yocto@yoctoproject.org, poky@yoctoproject.org, saul.wold@intel.com Subject: Re: [PATCH 0/1] linux-libc-headers-yocto: disable device tree generation 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: Tue, 15 Feb 2011 19:26:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-02-14 at 16:42 -0500, Bruce Ashfield wrote: > Richard/Saul, > > This fixed the error picked up overnight where the libc-headers > fails because there is no dtb to install. > > Note: this could have been fixed by factoring out the include > of linux-dtb.inc into the individual recipes rather than by > modifying the libc-headers rule to set the KERNEL_DEVICETREE > to nothing. But the libc-headers is the exception and most > any other recipe that includes linux-yocto.inc needs this > enabled, so I opted to leave the includes as they were. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: zedd/kernel > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel > > Thanks, > Bruce Ashfield Merged to master, thanks. Richard