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 1QS2vt-0006VZ-3B for openembedded-core@lists.openembedded.org; Thu, 02 Jun 2011 10:07:09 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p5283vQL030135 for ; Thu, 2 Jun 2011 09:03:57 +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 29930-03 for ; Thu, 2 Jun 2011 09:03:53 +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 p5283o7O030129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Jun 2011 09:03:51 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: <1306960030-27190-1-git-send-email-Martin.Jansa@gmail.com> References: <1306960030-27190-1-git-send-email-Martin.Jansa@gmail.com> Date: Thu, 02 Jun 2011 09:03:31 +0100 Message-ID: <1307001811.27470.467.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 08:07:09 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-06-01 at 22:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/classes/siteinfo.bbclass | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass > index 6c272a7..fb8bac3 100644 > --- a/meta/classes/siteinfo.bbclass > +++ b/meta/classes/siteinfo.bbclass > @@ -19,7 +19,7 @@ def get_siteinfo_list(d): > target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) > > targetinfo = {\ > - "all-linux": "",\ > + "allarch-linux": "",\ > "armeb-linux": "endian-big bit-32 common-glibc arm-common",\ > "armeb-linux-gnueabi": "endian-big bit-32 common-glibc arm-common armeb-linux",\ > "armeb-linux-uclibc": "endian-big bit-32 common-uclibc arm-common",\ Merged to master, thanks. Richard