From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (hermes.mlbassoc.com [64.234.241.98]) by mx1.pokylinux.org (Postfix) with ESMTP id 0E4524C800B2 for ; Mon, 21 Feb 2011 09:53:30 -0600 (CST) Received: by mail.chez-thomas.org (Postfix, from userid 999) id 75AEE166036E; Mon, 21 Feb 2011 08:53:14 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by mail.chez-thomas.org (Postfix) with ESMTP id 19C3916601CE; Mon, 21 Feb 2011 08:52:54 -0700 (MST) Message-ID: <4D628A56.6020002@mlbassoc.com> Date: Mon, 21 Feb 2011 08:52:54 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Thunderbird/3.1.7 MIME-Version: 1.0 To: Poky Subject: 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 15:53:30 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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? Thanks -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------