From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B2E09E01371 for ; Thu, 25 Oct 2012 07:50:15 -0700 (PDT) Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 25 Oct 2012 07:50:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,648,1344236400"; d="scan'208";a="160522270" Received: from unknown (HELO [10.255.14.152]) ([10.255.14.152]) by AZSMGA002.ch.intel.com with ESMTP; 25 Oct 2012 07:50:13 -0700 Message-ID: <1351176613.27553.76.camel@empanada> From: Tom Zanussi To: Khem Raj Date: Thu, 25 Oct 2012 09:50:13 -0500 In-Reply-To: <1351051014-15859-1-git-send-email-raj.khem@gmail.com> References: <1351051014-15859-1-git-send-email-raj.khem@gmail.com> X-Mailer: Evolution 3.4.1 (3.4.1-2.fc17) Mime-Version: 1.0 Cc: yocto@yoctoproject.org Subject: Re: [meta-intel/danny][PATCH] meta-crystalforest, linux-yocto_3.4.bbappend: Pin LINUX_VERSION X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 14:50:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-10-23 at 20:56 -0700, Khem Raj wrote: > meta-crystalforest BSPs uses 3.4.9 kernel but the default > yocto kernel is 3.4.11, if we do not pin the LINUX_VERSION > then we get inconsistent version number for bzImage and the modules > where modules are installed under /lib/modules/3.4.9-yocto-standard/ > but kernel is called > bzImage-3.4.11+git2+9e3bdb7344054264b750e53fbbb6394cc1c942ac_1+0985844fa6235422c67ef269952fa4e765f252f9-r4.3-crystalforest-stargo-20121024031021.bin > > This patch fixes this mismatch. Beaware that other BSPs from > meta-intel may need something similar too. This is because the crystalforest BSP is using ancient kernel SRCREVs, corresponding to 3.4.9. Thanks for sending this patch , but I just pushed a fix for the source of the problem by updating the SRCREVs instead. Tom > > Signed-off-by: Khem Raj > --- > .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend > index 082fe38..92aaa61 100644 > --- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend > +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend > @@ -15,3 +15,6 @@ SRCREV_machine_pn-linux-yocto_crystalforest-shumway ?= "0985844fa6235422c67ef269 > SRCREV_meta_pn-linux-yocto_crystalforest-shumway ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac" > > module_autoload_uio = "uio" > + > +LINUX_VERSION = "3.4.9" > +