[meta-virtualization] [meta-virt][PATCH 1/1] riddler: do not try to build for mips

Bruce Ashfield bruce.ashfield at gmail.com
Wed Feb 6 12:54:23 PST 2019


merged

Bruce

On Tue, Feb 5, 2019 at 2:15 PM Joe Slater <joe.slater at windriver.com> wrote:
>
> This recipe does not build for mips, so set COMPATIBLE_HOST to avoid that.
>
> Signed-off-by: Joe Slater <joe.slater at windriver.com>
> ---
>  recipes-containers/riddler/riddler_git.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
> index 9f7fe6b..0897606 100644
> --- a/recipes-containers/riddler/riddler_git.bb
> +++ b/recipes-containers/riddler/riddler_git.bb
> @@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
>  inherit goarch
>  inherit go
>
> +# In addition to hosts go does not like, we do not build for mips.
> +#
> +COMPATIBLE_HOST_mipsarch = "null"
> +
>  # This disables seccomp and apparmor, which are on by default in the
>  # go package.
>  EXTRA_OEMAKE="BUILDTAGS=''"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


More information about the meta-virtualization mailing list