From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id 8C00D4C80836 for ; Fri, 1 Jul 2011 18:41:36 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p61NfYGp022500; Sat, 2 Jul 2011 00:41:34 +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 22336-04; Sat, 2 Jul 2011 00:41:30 +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 p61NfQAE022494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 2 Jul 2011 00:41:26 +0100 From: Richard Purdie To: Dexuan Cui In-Reply-To: References: Date: Sat, 02 Jul 2011 00:41:03 +0100 Message-ID: <1309563663.20015.594.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] poky.conf: add largefile support into DISTRO_FEATURES X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 23:41:37 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-07-01 at 17:53 +0800, Dexuan Cui wrote: > Dexuan Cui (1): > poky.conf: add largefile support into DISTRO_FEATURES > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dcui/mkswap > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/mkswap > > meta-yocto/conf/distro/poky-lsb.conf | 2 +- > meta-yocto/conf/distro/poky.conf | 2 ++ > 2 files changed, 3 insertions(+), 1 deletions(-) Merged to master, thanks. Richard