From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mail.openembedded.org (Postfix) with ESMTP id EFA3F773B6 for ; Fri, 24 Feb 2017 00:13:07 +0000 (UTC) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 23 Feb 2017 16:13:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,199,1484035200"; d="scan'208,217";a="68428865" Received: from clsulliv.jf.intel.com ([10.7.201.36]) by orsmga005.jf.intel.com with ESMTP; 23 Feb 2017 16:13:08 -0800 To: "Burton, Ross" References: <1486684537-17517-1-git-send-email-california.l.sullivan@intel.com> <1487889124-8585-1-git-send-email-california.l.sullivan@intel.com> <41a7389d-25a3-3002-ffdd-25f2e4dda494@intel.com> From: Cal Sullivan Message-ID: Date: Thu, 23 Feb 2017 16:13:08 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <41a7389d-25a3-3002-ffdd-25f2e4dda494@intel.com> Cc: OE-core , Saul Wold Subject: Re: [PATCH v2 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out 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: Fri, 24 Feb 2017 00:13:09 -0000 Content-Type: multipart/alternative; boundary="------------9006C191A885B7BF25AC9364" --------------9006C191A885B7BF25AC9364 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 02/23/2017 03:27 PM, Cal Sullivan wrote: > > > On 02/23/2017 03:07 PM, Burton, Ross wrote: >> >> On 23 February 2017 at 22:32, California Sullivan >> > > wrote: >> >> The only change from V1 to V2 is the updated commit message, changing >> AUTOINC to AUTOREV and adding the blurb about impacting outside >> recipes. >> >> I also agree with Richard in that this is a significant >> functionality change >> and should not be backported. >> >> >> I failed to say that I suspected this patch was to blame for SDK >> generation failing on the autobuilder earlier. Can you try >> generating a eSDK (bitbake core-image-minimal -c populate_sdk_ext) >> with this patch? >> >> Ross > Will do. Any specific configuration I should use, or should it fail in > most/all situations? > > Thanks, > Cal > > [clsulliv@clsulliv build]$ bitbake core-image-minimal -c populate_sdk_ext WARNING: Host distribution "fedora-23" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. Loading cache: 100% |##############################################################################################################| Time: 0:00:00 Loaded 1346 entries from dependency cache. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "1.33.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "intel-corei7-64" DISTRO = "poky" DISTRO_VERSION = "2.2+snapshot-20170223" TUNE_FEATURES = "m64 corei7" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "clsulliv/sanity:53c2449017a3312a2e65720a23ef654924eef0b4" meta-intel = "master:5153dad2fa695bbb579c03ff795ef649269e8420" Initialising tasks: 100% |#########################################################################################################| Time: 0:00:06 NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks NOTE: Tasks Summary: Attempted 3362 tasks of which 2752 didn't need to be rerun and all succeeded. Summary: There was 1 WARNING message shown. I'll rerun the build with no meta-intel and qemux86 overnight. p.s., upgrading my fedora system now :) --- Cal --------------9006C191A885B7BF25AC9364 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit On 02/23/2017 03:27 PM, Cal Sullivan wrote:


On 02/23/2017 03:07 PM, Burton, Ross wrote:

On 23 February 2017 at 22:32, California Sullivan <california.l.sullivan@intel.com> wrote:
The only change from V1 to V2 is the updated commit message, changing
AUTOINC to AUTOREV and adding the blurb about impacting outside recipes.

I also agree with Richard in that this is a significant functionality change
and should not be backported.

I failed to say that I suspected this patch was to blame for SDK generation failing on the autobuilder earlier.  Can you try generating a eSDK (bitbake core-image-minimal -c populate_sdk_ext)  with this patch?

Ross
Will do. Any specific configuration I should use, or should it fail in most/all situations?

Thanks,
Cal



[clsulliv@clsulliv build]$ bitbake core-image-minimal -c populate_sdk_ext
WARNING: Host distribution "fedora-23" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |##############################################################################################################| Time: 0:00:00
Loaded 1346 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.33.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS        = "x86_64-poky-linux"
MACHINE           = "intel-corei7-64"
DISTRO            = "poky"
DISTRO_VERSION    = "2.2+snapshot-20170223"
TUNE_FEATURES     = "m64 corei7"
TARGET_FPU        = ""
meta             
meta-poky        
meta-yocto-bsp    = "clsulliv/sanity:53c2449017a3312a2e65720a23ef654924eef0b4"
meta-intel        = "master:5153dad2fa695bbb579c03ff795ef649269e8420"

Initialising tasks: 100% |#########################################################################################################| Time: 0:00:06
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 3362 tasks of which 2752 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.


I'll rerun the build with no meta-intel and qemux86 overnight.

p.s., upgrading my fedora system now :)

---
Cal
--------------9006C191A885B7BF25AC9364--