| Submitter | Bruce Ashfield |
|---|---|
| Date | May 9, 2012, 3:48 a.m. |
| Message ID | <cover.1336535085.git.bruce.ashfield@windriver.com> |
| Download | mbox |
| Permalink | /patch/27335/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Wed, 09 May 2012 03:51:17 +0000 (UTC) Received: by 10.152.30.138 with SMTP id s10csp70145lah; Tue, 8 May 2012 20:43:14 -0700 (PDT) Received: by 10.216.27.200 with SMTP id e50mr3546100wea.23.1336534994113; Tue, 08 May 2012 20:43:14 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id n52si1540133wed.17.2012.05.08.20.43.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 May 2012 20:43:14 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1SRxxB-00047D-Fz; Wed, 09 May 2012 05:52:41 +0200 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <bruce.ashfield@windriver.com>) id 1SRxx9-00046u-WE for openembedded-core@lists.openembedded.org; Wed, 09 May 2012 05:52:40 +0200 Received: from localhost.localdomain (yow-bashfiel-d2.wrs.com [128.224.146.167]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q493ggew021932; Tue, 8 May 2012 20:42:42 -0700 (PDT) From: Bruce Ashfield <bruce.ashfield@windriver.com> To: richard.purdie@linuxfoundation.org Date: Tue, 8 May 2012 23:48:43 -0400 Message-Id: <cover.1336535085.git.bruce.ashfield@windriver.com> X-Mailer: git-send-email 1.7.0.4 Cc: openembedded-core@lists.openembedded.org, dvhart@linux.intel.com, poky@yoctoproject.org, saul.wold@intel.com Subject: [OE-core] [PATCH 0/1] kern-tools: fix meta-intel builds X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
Richard/Saul, This fixes a problem reported by Tom and Darren when the latest tools updates were used against meta intel. Some optional code that supported merge meta and BSP branches wasn't handling the case where a BSP layer might not be tracking the HEAD of the meta branch, and hence blowing up its test to see if the meta branch needs to be thawed. The fix was simple. Adjust the threshold for declaring the meta content global. cc: Tom Zanussi <tom.zanussi@intel.com> cc: Darren Hart <dvhart@linux.intel.com> Cheers, Bruce The following changes since commit 8afd5747802c4eb0e8296e440bd7366393595f8e: Bruce Ashfield (1): kernel-yocto: export GUILT_BASE are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kern-tools http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kern-tools Bruce Ashfield (1): kern-tools: checkpoint restoration for reset branches .../kern-tools/kern-tools-native_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)