From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TL8se-0000WI-Nx; Mon, 08 Oct 2012 10:40:04 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q988Qtp5017233; Mon, 8 Oct 2012 09:26:55 +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 14396-09; Mon, 8 Oct 2012 09:26:50 +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 q988Qm22017227 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 8 Oct 2012 09:26:49 +0100 Message-ID: <1349684813.15658.96.camel@ted> From: Richard Purdie To: Khem Raj Date: Mon, 08 Oct 2012 09:26:53 +0100 In-Reply-To: References: <20121003114821.8D16410375@opal> <20121006162136.GA24453@jama.jama.net> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org, Martin Jansa , openembedded-commits@lists.openembedded.org Subject: Re: [oe-commits] Laurentiu Palcu : qemu: add wrapper for qemu-mips binary X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 08:40:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2012-10-06 at 11:13 -0700, Khem Raj wrote: > On Sat, Oct 6, 2012 at 9:21 AM, Martin Jansa wrote: > > > >> +# IMPORTANT: This piece needs to be removed once the root cause is fixed! > >> +do_install_append() { > >> + create_wrapper ${D}/${bindir}/qemu-mips \ > >> + QEMU_RESERVED_VA=0x0 > >> +} > >> +# END of qemu-mips workaround > > > > What about checking if mips is in QEMU_TARGETS before doing this? > > > > or simply for check for existence of qemu-mips before creating the wrapper I've added a patch in doing this. Cheers, Richard