[OE-core] [PATCH 2/2][master-next] webkitgtk: enable gobject-introspection for armv7ve - it builds without issues

Khem Raj raj.khem at gmail.com
Tue Feb 25 14:54:39 UTC 2020


On Thu, Feb 20, 2020 at 3:49 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> Maybe armv7a can be re-enabled either but due to limited resources there is no
> chance for me to test.
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> ---
>  meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
> index fa109446d1..a1dba73c51 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
> @@ -127,7 +127,6 @@ ARM_INSTRUCTION_SET_armv7ve = "thumb"
>  # qemu: uncaught target signal 11 (Segmentation fault) - core dumped
>  # Segmentation fault
>  GI_DATA_ENABLED_armv7a = "False"
> -GI_DATA_ENABLED_armv7ve = "False"

Introspection is now hanging forever in qemu-arm when building with musl.
Perhaps just turn them into

GI_DATA_ENABLED_armv7a_libc-musl = "False"  please

>
>  # Can't be built with ccache
>  CCACHE_DISABLE = "1"
> --
> 2.21.0
>
> --
> _______________________________________________
> 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