From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 424986FFF7 for ; Thu, 26 May 2016 16:40:59 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u4QGewMa023955 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 26 May 2016 09:40:58 -0700 (PDT) Received: from server.local (128.224.20.190) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Thu, 26 May 2016 09:40:57 -0700 To: "Burton, Ross" References: From: Bruce Ashfield Message-ID: Date: Thu, 26 May 2016 12:40:56 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Cc: OE-core , Tom Zanussi , Saul Wold Subject: Re: [PATCH 0/2] linux-yocto: intel staging and bxt backports 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: Thu, 26 May 2016 16:41:00 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 2016-05-26 12:34 PM, Burton, Ross wrote: > > On 26 May 2016 at 16:36, Bruce Ashfield > wrote: > > We have a couple of patches to integrate broxton backports, and to > create some intel staging branches. > > > With qemux86-64: > > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 > do_patch: After meta data application, the kernel tree branch is > standard/intel. > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 > do_patch: The SRC_URI specified branch standard/base. > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 do_patch: > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 > do_patch: The branch will be forced to standard/base, but this means the > board meta data > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 > do_patch: (.scc files) do not match the SRC_URI specification. > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 do_patch: > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 > do_patch: The meta data and branch standard/base should be inspected to > ensure the proper > WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 > do_patch: kernel is being built. Crap. We'll have to adjust things, we want qemu to be using standard/base. Tom ? Bruce > > Ross