[oe] [meta-virt][m-c-s][PATCH 1/1] libibverbs: do not try to build for arm 32 bit or any mips

Khem Raj raj.khem at gmail.com
Fri Apr 5 22:35:58 UTC 2019


On Fri, Apr 5, 2019 at 2:36 PM Joe Slater <joe.slater at windriver.com> wrote:
>
> arch.h does not contain macros for 32 bit arm or any mips arch.
>
> Signed-off-by: Joe Slater <joe.slater at windriver.com>
> ---
>  recipes-extended/libibverbs/libibverbs_1.2.1.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb
> index dd74522..2becf35 100644
> --- a/recipes-extended/libibverbs/libibverbs_1.2.1.bb
> +++ b/recipes-extended/libibverbs/libibverbs_1.2.1.bb
> @@ -29,3 +29,7 @@ do_install_append() {
>
>  PROVIDES = "virtual/libibverbs"
>  RPROVIDES_${PN} = "virtual/libibverbs"
> +
> +# We can build for arm64

this comment will be confusing. Lets remove it.

> +COMPATIBLE_HOST_mipsarch = "none"
> +COMPATIBLE_HOST_arm = "none"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list