From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id D3EB67719D for ; Mon, 22 Feb 2016 18:29:26 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 22 Feb 2016 10:29:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,485,1449561600"; d="scan'208";a="657283081" Received: from alimonb-mobl1.zpn.intel.com ([10.219.5.35]) by FMSMGA003.fm.intel.com with ESMTP; 22 Feb 2016 10:29:17 -0800 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= To: openembedded-core@lists.openembedded.org Date: Mon, 22 Feb 2016 12:31:29 -0600 Message-Id: X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Cc: paul.eggleton@linux.intel.com Subject: [PATCHv2 0/4] Add extensible SDK update test 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: Mon, 22 Feb 2016 18:29:29 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following changes since commit ea8c34e976c11757ed9869c51b48f39050e25708: libnewt: Fix build with PIE flags (2016-02-21 09:32:43 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib alimon/esdk_update_v2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/esdk_update_v2 Aníbal Limón (4): classes/testsdk: Move code for avoid PATHs to oeqa.utils classes/testsdk: Move the removal of bitbake PATH to eSDK context only classes/testsdk: Pass tcname to SDK and SDKExt contexts oeqa/sdkext: Add sdk_update.SDKUpdateTest class. meta/classes/testsdk.bbclass | 29 +++++++++------------------- meta/lib/oeqa/oetest.py | 19 +++++++++++++++---- meta/lib/oeqa/sdkext/sdk_update.py | 39 ++++++++++++++++++++++++++++++++++++++ meta/lib/oeqa/utils/__init__.py | 23 ++++++++++++++++++++++ 4 files changed, 86 insertions(+), 24 deletions(-) create mode 100644 meta/lib/oeqa/sdkext/sdk_update.py -- 2.1.4