[OE-core] [PATCH] insane: Add SH4 musl mapping to the QA arch tests
Khem Raj
raj.khem at gmail.com
Fri Dec 9 01:29:22 UTC 2016
> On Dec 6, 2016, at 7:17 AM, Vladimir Zapolskiy <vz at mleia.com> 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 <vz at 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),
Can you also add sh4eb as well while you are at it ?
> },
> "uclinux-uclibc" : {
> "bfin": ( 106, 0, 0, True, 32),
> --
> 2.10.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
More information about the Openembedded-core
mailing list