From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R61gI-0000BG-8t for openembedded-devel@lists.openembedded.org; Tue, 20 Sep 2011 16:52:18 +0200 Received: from elite.brightsigndigital.co.uk ([81.142.160.137] helo=[172.30.1.145]) by hetzner.pbcl.net with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1R61bD-0007i2-4a for openembedded-devel@lists.openembedded.org; Tue, 20 Sep 2011 16:47:03 +0200 From: Phil Blundell To: openembedded-devel@lists.openembedded.org Date: Tue, 20 Sep 2011 15:47:02 +0100 In-Reply-To: References: <1316384457-23718-1-git-send-email-dbaryshkov@gmail.com> <1316384457-23718-2-git-send-email-dbaryshkov@gmail.com> <1316529245.3510.85.camel@phil-desktop> X-Mailer: Evolution 3.0.2- Message-ID: <1316530023.3510.86.camel@phil-desktop> Mime-Version: 1.0 Subject: Re: [meta-micro 2/2] sane-feed.inc: rework FEED_ARCH settings X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 14:52:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-09-20 at 16:42 +0200, Koen Kooi wrote: > Op 20-09-11 16:34, Phil Blundell schreef: > > On Mon, 2011-09-19 at 02:20 +0400, Dmitry Eremin-Solenikov wrote: > >> Currently meta-micro's sane-feed.inc file is full of per-machine > >> substitutions for FEED_ARCH. At best this is redundant (armv5te > >> machines). Even worse, some settings are plain wrong (arm-oabi boxes > >> come to mind). So instead of big per-machien table, use TUNE_PKGARCH > >> as it's done in meta-angstrom. > > > > It's not actually obvious to me that this FEED_ARCH is serving any useful > > purpose here. I'm inclined to just delete sane-feed.inc altogether > > unless you know a reason why it is useful to keep it. > > sane-feed.inc was create by people copy/pasting from angstrom.conf without > knowing what they were doing. AFAIK, it is just dead weight nowadays, > especially in the oe-core universe. Yeah, that's the impression I got too. I think we should delete it. p.