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 CAAA5719F3 for ; Tue, 13 Dec 2016 02:58:55 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id uBD2wuUI001331 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 12 Dec 2016 18:58:57 -0800 (PST) Received: from [128.224.162.160] (128.224.162.160) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.294.0; Mon, 12 Dec 2016 18:58:56 -0800 To: References: From: Robert Yang Message-ID: <0f0910ed-a474-0302-724b-646675869df1@windriver.com> Date: Tue, 13 Dec 2016 10:58:55 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH 0/8] Fixes for eSDK and testsdkext 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: Tue, 13 Dec 2016 02:58:56 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Ping, any comments on this thread, please ? // Robert On 11/17/2016 02:19 PM, Robert Yang wrote: > The following changes since commit a675b2c89e477af088faee9b3be96eae19a85f0b: > > sanity.bbclass: fix logging of an error (2016-11-15 15:18:50 +0000) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib rbt/eSDK > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/eSDK > > Robert Yang (8): > populate_sdk_ext.bbclass: install multilib targets as populate_sdk > does > oeqa/sdkext/devtool.py: remove workspace/sources before running test > cases > oe-publish-sdk: make cmd easier to read > oe-publish-sdk: add pyshtables.py to .gitignore > oeqa/sdkext/devtool.py: don't reset when the test is failed > oeqa/oetest.py: add hasLockedSig() > oeqa/sdkext/devtool.py: skip test_extend_autotools_recipe_creation > when no libxml2 > oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERN > > meta/classes/populate_sdk_ext.bbclass | 61 ++++++++++++++++++++++------------- > meta/lib/oe/copy_buildsystem.py | 18 +++++++++++ > meta/lib/oeqa/oetest.py | 13 ++++++++ > meta/lib/oeqa/sdkext/devtool.py | 13 ++++---- > scripts/oe-publish-sdk | 19 +++++++++-- > 5 files changed, 93 insertions(+), 31 deletions(-) >