Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] insane: Add SH4 musl mapping to the QA arch tests
@ 2016-12-06 15:17 Vladimir Zapolskiy
  2016-12-09  1:29 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Zapolskiy @ 2016-12-06 15:17 UTC (permalink / raw)
  To: openembedded-core

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 <vz@mleia.com>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-09  2:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 15:17 [PATCH] insane: Add SH4 musl mapping to the QA arch tests Vladimir Zapolskiy
2016-12-09  1:29 ` Khem Raj
2016-12-09  2:42   ` Vladimir Zapolskiy
2016-12-09  2:49     ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox