From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mleia.com (mleia.com [178.79.152.223]) by mail.openembedded.org (Postfix) with ESMTP id 05FDA6FFCE for ; Fri, 9 Dec 2016 02:42:32 +0000 (UTC) Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 330BB38482E; Fri, 9 Dec 2016 02:42:33 +0000 (GMT) To: Khem Raj References: <20161206151718.18176-1-vz@mleia.com> From: Vladimir Zapolskiy Message-ID: <1388d400-de9b-e414-ee96-898089425033@mleia.com> Date: Fri, 9 Dec 2016 04:42:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20161209_024233_240300_2D1046A1 X-CRM114-Status: GOOD ( 15.86 ) Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] insane: Add SH4 musl mapping to the QA arch tests 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: Fri, 09 Dec 2016 02:42:33 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hello Khem, On 12/09/2016 03:29 AM, Khem Raj wrote: > >> On Dec 6, 2016, at 7:17 AM, Vladimir Zapolskiy wrote: >> >> This change allows to pass QA for packages built with sh4-oe-linux-musl >> toolchain, the problem is reproted while building core-image-minimal target: >> >> ERROR: readline-7.0-r0 do_package_qa: >> Error executing a python function in exec_python_func() autogenerated >> >> Signed-off-by: Vladimir Zapolskiy >> --- >> meta/classes/insane.bbclass | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass >> index 5ddb87b..01494e3 100644 >> --- a/meta/classes/insane.bbclass >> +++ b/meta/classes/insane.bbclass >> @@ -138,6 +138,7 @@ def package_qa_get_machine_dict(d): >> "microblaze": (189, 0, 0, False, 32), >> "microblazeeb":(189, 0, 0, False, 32), >> "microblazeel":(189, 0, 0, True, 32), >> + "sh4": ( 42, 0, 0, True, 32), > > Can you also add sh4eb as well while you are at it ? > I don't build or do runtime testing of sh4eb, and you may notice that there is no any other sh4eb target in the file at the moment. I'll try to find some time in the future and test sh4eb linux, linux-musl and linux-uclibc toolchains and add all of them together as a distinct change. Since missing sh4 linux-musl hits me immediately, I would like to ask you to apply the change as is. Thank you. -- With best wishes, Vladimir