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 1SCDUL-00037n-Aj for openembedded-core@lists.openembedded.org; Mon, 26 Mar 2012 19:13:49 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2QH4oZ2031397 for ; Mon, 26 Mar 2012 18:04:50 +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 29198-05 for ; Mon, 26 Mar 2012 18:04:46 +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 q2QH4idJ031391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Mar 2012 18:04:45 +0100 Message-ID: <1332781483.28414.131.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 26 Mar 2012 18:04:43 +0100 In-Reply-To: <0767284de75acd14db1ef05cabdbccc2946f7936.1332758293.git.xiaofeng.yan@windriver.com> References: <0767284de75acd14db1ef05cabdbccc2946f7936.1332758293.git.xiaofeng.yan@windriver.com> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 9/9] local.conf.sample: Add set for archiving packages 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: Mon, 26 Mar 2012 17:13:49 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-03-26 at 18:49 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > User can use these variables to get atchiving packages they want. > > [YOCTO #1977] > > Signed-off-by: Xiaofeng Yan > --- > meta-yocto/conf/local.conf.sample | 33 +++++++++++++++++++++++++++++++++ > 1 files changed, 33 insertions(+), 0 deletions(-) > > diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample > index 38507e3..4327e89 100644 > --- a/meta-yocto/conf/local.conf.sample > +++ b/meta-yocto/conf/local.conf.sample > @@ -121,6 +121,39 @@ DISTRO ?= "poky" > PACKAGE_CLASSES ?= "package_rpm" Please add this information to local.conf.sample.extended. local.conf.sample is meant to be kept simple and only contain things new users need to care about. Cheers, Richard