From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 323 seconds by postgrey-1.34 at layers.openembedded.org; Tue, 06 Dec 2016 15:22:47 UTC Received: from mail.mleia.com (mleia.com [178.79.152.223]) by mail.openembedded.org (Postfix) with ESMTP id 5074F71A6C for ; Tue, 6 Dec 2016 15:22:47 +0000 (UTC) Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id EB310383B90; Tue, 6 Dec 2016 15:17:23 +0000 (GMT) From: Vladimir Zapolskiy To: openembedded-core@lists.openembedded.org Date: Tue, 6 Dec 2016 17:17:18 +0200 Message-Id: <20161206151718.18176-1-vz@mleia.com> X-Mailer: git-send-email 2.10.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20161206_151724_004964_D0600C11 X-CRM114-Status: UNSURE ( 6.69 ) X-CRM114-Notice: Please train this message. Subject: [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: Tue, 06 Dec 2016 15:22:48 -0000 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), }, "uclinux-uclibc" : { "bfin": ( 106, 0, 0, True, 32), -- 2.10.2