From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T4dAS-00033j-FC for openembedded-core@lists.openembedded.org; Thu, 23 Aug 2012 21:34:12 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id q7NJM4t5018536 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 23 Aug 2012 12:22:04 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.309.2; Thu, 23 Aug 2012 12:22:04 -0700 Message-ID: <503682D6.70503@windriver.com> Date: Thu, 23 Aug 2012 15:21:58 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Tom Zanussi References: <1345613248.17535.1.camel@trz-ThinkPad-T420> <503472BF.5000306@windriver.com> <1345749523.2988.4.camel@empanada> In-Reply-To: <1345749523.2988.4.camel@empanada> Cc: openembedded-core@lists.openembedded.org, scott.a.garman@intel.com Subject: Re: [PATCH 0/1] [denzil] linux-yocto: make validate_branches handle non BSP branches X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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, 23 Aug 2012 19:34:12 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 12-08-23 03:18 PM, Tom Zanussi wrote: > On Wed, 2012-08-22 at 01:48 -0400, Bruce Ashfield wrote: >> On 12-08-22 1:27 AM, Tom Zanussi wrote: >>> On Mon, 2012-08-13 at 13:10 -0400, Bruce Ashfield wrote: >>>> Scott, >>>> >>>> Here's a fix for validate_branches that comes from a pending master >>>> change that I've been running for 3 weeks, and one that TomZ has tested >>>> in his yocto BSP work on denzil. >>>> >>>> It fixes some BSP use cases that involve setting a specific SRCREV >>>> on a base branch, so that a BSP branch that doesn't yet exist can >>>> be created off of that known base. Previously only an existing BSP >>>> branch could have it's SRCREV restricted. >>>> >>> >>> Hi Scott, >>> >>> I don't see this in denzil - do you have it queued for the next pull >>> request, or did it get missed? >> >> I was wondering the same thing, in particular, since I just made a minor >> tweak to this in master (which I'll send out tomorrow). The attached >> patch should also be merged to denzil. >> > > I tried the above patch on top of the other, built and booted a qemu arm > bsp generated by yocto-bsp, and didn't see any problems FWIW... Good news. It will make the bsp tooling more robust for new boards. Cheers, Bruce > > Tom > >> Bruce >> >>> >>> Tom >>> >>>> cc: Tom Zanussi >>>> >>>> Cheers, >>>> >>>> Bruce >>>> >>>> The following changes since commit 73cdebf60df225ee10f2eb215935be3b61e1b831: >>>> >>>> documentation/dev-manual/dev-manual-kernel-appendix.xml: Add note about conflict (2012-06-29 15:54:26 +0100) >>>> >>>> are available in the git repository at: >>>> git://git.pokylinux.org/poky-contrib zedd/kernel-denzil >>>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-denzil >>>> >>>> Bruce Ashfield (1): >>>> linux-yocto: allow do_validate_branches to handle all branches >>>> >>>> meta/classes/kernel-yocto.bbclass | 119 +++++++++++++++++++++++++------------ >>>> 1 files changed, 80 insertions(+), 39 deletions(-) >>>> >>> >>> >> > >