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 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 To: richard.purdie@linuxfoundation.org Date: Tue, 8 May 2012 23:48:43 -0400 Message-Id: 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: [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 List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 03:52:40 -0000 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 cc: Darren Hart 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(-)