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 1T723u-0001Ly-Qg for openembedded-core@lists.openembedded.org; Thu, 30 Aug 2012 12:33:22 +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 1T71s4-0002nm-1b; Thu, 30 Aug 2012 12:21:08 +0200 From: Phil Blundell To: "Burton, Ross" Date: Thu, 30 Aug 2012 11:21:06 +0100 In-Reply-To: References: <4976204.OdG2Ohk3KU@helios> <1346267538.4396.38.camel@x121e.pbcl.net> <1346278937.4396.57.camel@x121e.pbcl.net> X-Mailer: Evolution 3.0.2- Message-ID: <1346322068.2673.64.camel@phil-desktop> Mime-Version: 1.0 Cc: Paul Eggleton , Koen Kooi , openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/2] tzdata: install /etc/localtime alongside /etc/timezone 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: Thu, 30 Aug 2012 10:33:22 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-08-30 at 11:00 +0100, Burton, Ross wrote: > Then again I've had a few years away > from OE, and I've no idea what the "micro" system referred to in later > mails is. micro is a DISTRO which, among other things, folds /usr and / into a single tree (i.e. $bindir == $base_bindir, etc.). If you're using that configuration then clearly /usr and / must, by definition, be on the same filesystem and this is an example of a situation where we wouldn't want to make copies. p.