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 8B80F4C800B2 for ; Mon, 21 Feb 2011 11:41:51 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p1LHfp2A018961; Mon, 21 Feb 2011 17:41:51 GMT 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 18404-09; Mon, 21 Feb 2011 17:41:47 +0000 (GMT) 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 p1LHfew6018955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Feb 2011 17:41:44 GMT From: Richard Purdie To: Gary Thomas In-Reply-To: <4D628A56.6020002@mlbassoc.com> References: <4D628A56.6020002@mlbassoc.com> Date: Mon, 21 Feb 2011 17:41:37 +0000 Message-ID: <1298310097.11289.3185.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Poky Subject: Re: kernel versions 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: Mon, 21 Feb 2011 17:41:52 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Mon, 2011-02-21 at 08:52 -0700, Gary Thomas wrote: > I have my own kernel recipes (historical reasons...) which I > now have 2 versions of. Some platforms have not yet been > ported to the latest version and I need to keep using the > older one for those platforms until the porting is complete. > > Sadly, I can't get this to work. > > Here's what I have > $ tree meta-amltd/packages/linux/ > meta-amltd/packages/linux/ > ├── linux-am_2.6.32.bb > ├── linux-am_2.6.37.bb > > $ tree meta-cobra3530p60/packages/linux/ > meta-cobra3530p60/packages/linux/ > ├── linux-am-2.6.32 > │ └── cobra3530p60 > │ ├── cobra3530p60.patch > │ └── defconfig > ├── linux-am_2.6.32.bbappend > > I tried these settings in my machine/cobra3530p60 > PREFERRED_PROVIDER_virtual/kernel = "linux-am" > PREFERRED_VERSION_virtual/kernel = "2.6.32" > > However, it still wants to build version 2.6.37 > > What am I missing? How can I force it to use the 2.6.32 version > for this machine? PREFERRED_VERSION_linux-am = "2.6.32" ? Cheers, Richard