From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1METOM-0007xV-9O for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:23:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1METOH-0007ve-8s for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:23:21 -0400 Received: from [199.232.76.173] (port=49416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1METOH-0007vb-2z for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:23:17 -0400 Received: from mail-ew0-f213.google.com ([209.85.219.213]:64626) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1METOG-0007Jz-Or for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:23:16 -0400 Received: by ewy9 with SMTP id 9so1020857ewy.34 for ; Wed, 10 Jun 2009 12:23:14 -0700 (PDT) Message-ID: <4A30081A.8010002@codemonkey.ws> Date: Wed, 10 Jun 2009 14:23:06 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/4] Include and build libfdt References: <20090610173803.4674.82538.stgit@wren.home> <20090610173812.4674.57930.stgit@wren.home> <20090610190838.GA9461@poweredge.glommer> In-Reply-To: <20090610190838.GA9461@poweredge.glommer> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: Paul Brook , Hollis Blanchard , qemu-devel@nongnu.org Glauber Costa wrote: > On Wed, Jun 10, 2009 at 06:38:12PM +0100, Paul Brook wrote: > >> Inlcude libfdt in source tree, and build it if not already available. >> > what makes libfdt different than everything else that we link with? > Why do we have to have a in-tree copy of that? > Yeah, I had the same comment and withheld it while I considered it. libfdt isn't widely available as a distro package. Historically, it's been part of dtc and not available for independent download/installation. It's a tough call. Regards, Anthony Liguori > > > >