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 E72F971044 for ; Wed, 27 Aug 2014 13:57:39 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s7RDvKY0010118 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 27 Aug 2014 06:57:20 -0700 (PDT) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Wed, 27 Aug 2014 06:57:19 -0700 From: Hongxu Jia To: , Date: Wed, 27 Aug 2014 21:57:11 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Cc: Zhangle.Yang@windriver.com Subject: [PATCH V4 0/1] bitbake: runqueue: catch hashvalidate error in RunQueueExecuteScenequeue X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 13:57:40 -0000 Content-Type: text/plain Changed in V4: - Use bb.BBHandledException to instead of custom exception HashValidateFailure Changed in V3: - Add exception HashValidateFailure for the specific error Changed in V2: - Strip the commit message within 80 characters a line //Hongxu The following changes since commit 52b788c6df9201764130ab744bf67b770b24b896: autogen-native: inherit pkgconfig to fix a build failure (2014-08-25 10:26:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/bitbake http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/bitbake Hongxu Jia (1): bitbake: runqueue: catch hashvalidate error in RunQueueExecuteScenequeue bitbake/lib/bb/runqueue.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) -- 1.9.1