From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id 6EEAC601A4 for ; Mon, 19 Sep 2016 20:49:50 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 19 Sep 2016 13:49:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,363,1470726000"; d="scan'208";a="763442087" Received: from swold-mobl2.amr.corp.intel.com ([10.254.26.249]) by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2016 13:49:51 -0700 Message-ID: <1474318190.24399.19.camel@intel.com> From: Saul Wold To: Bruce Ashfield , Cal Sullivan , "Burton, Ross" Date: Mon, 19 Sep 2016 13:49:50 -0700 In-Reply-To: <6c08189b-9ac1-d239-c324-c9d04e38ed2d@windriver.com> References: <1474069704-24428-1-git-send-email-california.l.sullivan@intel.com> <2c06b548-62b4-5766-4ac4-6a18972be549@windriver.com> <3b43b291-4f81-f801-4f23-cf5647bd37fb@intel.com> <6c08189b-9ac1-d239-c324-c9d04e38ed2d@windriver.com> X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Cc: OE-core Subject: Re: [PATCH V2 1/1] kernel.bbclass: Add kernel_version_sanity_check function X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 19 Sep 2016 20:49:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Mon, 2016-09-19 at 15:55 -0400, Bruce Ashfield wrote: > On 2016-09-19 03:53 PM, Cal Sullivan wrote: > > > > Yep, these all have incorrect PVs. > > 628bf62756 Merge tag 'v4.4.11' into standard/base > > The problem seems fairly wide spread. > > > > Bruce, do you suggest updating PVs or updating the SRCREVs (is > > there a > > good reason to keep using old SRCREVs?)? > > Updating the SRCREVs is the right thing to do to sync them up now. > > but .. > > at the same time, they should probably have their own PVs, since > next time up update 4.4.x, they'll fall out of sync and fail again. > +1, I think that these need their own PV since they also don't update as fast as the base qemu recipes do. Sau! > We want them to be aligned with the latest -stable, but we also > don't need failures every time I push a new SRCREV and update the > PV of the base recipe. > > Bruce > > > > > > > --- > > Cal > > > > > > On 09/19/2016 11:54 AM, Burton, Ross wrote: > > > > > > > > > On 19 September 2016 at 18:05, Cal Sullivan > > > > > > wrote: > > > > > >     It looks like the function is doing as its supposed to, and > > > we > > >     need to update some PVs or SRCREVs to match PVs. > > > > > >     E.g., on the error below, SRCREV d6237b3b24 is indeed 4.1.31. > > > > > > > > > And some more builders failed with 4.4: > > > > > > ERROR: linux-yocto-4.4.20+gitAUTOINC+e66032e2d9_628bf62756-r0 > > > do_kernel_version_sanity_check: Package Version > > > (4.4.20+gitAUTOINC+e66032e2d9_628bf62756) does not match of > > > kernel > > > being built (4.4.11). Please update the PV variable to match the > > > kernel source. > > > ERROR: linux-yocto-4.4.20+gitAUTOINC+e66032e2d9_628bf62756-r0 > > > do_kernel_version_sanity_check: Function failed: > > > do_kernel_version_sanity_check (log file is located at > > > /home/pokybuild/yocto-autobuilder/yocto-worker/nightly- > > > arm/build/build/tmp/work/beaglebone-poky-linux-gnueabi/linux- > > > yocto/4.4.20+gitAUTOINC+e66032e2d9_628bf62756- > > > r0/temp/log.do_kernel_version_sanity_check.30210) > > > NOTE: recipe usbutils-008-r0: task do_fetch: Started > > > ERROR: Logfile of failure stored in: > > > /home/pokybuild/yocto-autobuilder/yocto-worker/nightly- > > > arm/build/build/tmp/work/beaglebone-poky-linux-gnueabi/linux- > > > yocto/4.4.20+gitAUTOINC+e66032e2d9_628bf62756- > > > r0/temp/log.do_kernel_version_sanity_check.30210 > > > ERROR: Task > > > (/home/pokybuild/yocto-autobuilder/yocto-worker/nightly- > > > arm/build/meta/recipes-kernel/linux/linux- > > > yocto_4.4.bb:do_kernel_version_sanity_check) > > > failed with exit code '1' > > > > > > (ditto for ppc and x86) > > > > > > Ross > > >