summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-12-06 17:17:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:31:30 +0000
commit56b4aa820c3e8a7755ca5e41866d1015f025ad46 (patch)
tree89b76f32c5110c108eb8f63e49371a474bc549d3 /meta
parentac2913d7ed9fa4809eb6a27c3757eefcc82b7655 (diff)
downloadpoky-56b4aa820c3e8a7755ca5e41866d1015f025ad46.tar.gz
insane: Add SH4 musl mapping to the QA arch tests
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 (From OE-Core rev: dff25cb16ffca0876e5a747644bd6223129df402) Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/insane.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 5ddb87b3f7..01494e3443 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -138,6 +138,7 @@ def package_qa_get_machine_dict(d):
138 "microblaze": (189, 0, 0, False, 32), 138 "microblaze": (189, 0, 0, False, 32),
139 "microblazeeb":(189, 0, 0, False, 32), 139 "microblazeeb":(189, 0, 0, False, 32),
140 "microblazeel":(189, 0, 0, True, 32), 140 "microblazeel":(189, 0, 0, True, 32),
141 "sh4": ( 42, 0, 0, True, 32),
141 }, 142 },
142 "uclinux-uclibc" : { 143 "uclinux-uclibc" : {
143 "bfin": ( 106, 0, 0, True, 32), 144 "bfin": ( 106, 0, 0, True, 32),