diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-12-06 17:17:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:26:14 +0000 |
commit | dff25cb16ffca0876e5a747644bd6223129df402 (patch) | |
tree | f8f7de43a431f6ac12063ac11501b14f7cd17f8a /meta/classes/insane.bbclass | |
parent | 0c2afb0f38a23d4f1540887b125914c9dde16dae (diff) | |
download | openembedded-core-dff25cb16ffca0876e5a747644bd6223129df402.tar.gz openembedded-core-dff25cb16ffca0876e5a747644bd6223129df402.tar.bz2 openembedded-core-dff25cb16ffca0876e5a747644bd6223129df402.zip |
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
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
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): "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), |