merged

Bruce

On Sat, Oct 12, 2019 at 11:04 AM Ruslan Piasetskyi
<[email protected]> wrote:
>
> Makefile:
> #
> # Supported Architectures
> ifneq ($(filter-out x86 arm aarch64 ppc64 s390,$(ARCH)),)
>         $(error "The architecture $(ARCH) isn't supported")
> endif
>
> Signed-off-by: Ruslan Piasetskyi <[email protected]>
> ---
>  recipes-containers/criu/criu_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/criu/criu_git.bb 
> b/recipes-containers/criu/criu_git.bb
> index c1ddb49..6bbbed6 100644
> --- a/recipes-containers/criu/criu_git.bb
> +++ b/recipes-containers/criu/criu_git.bb
> @@ -38,7 +38,7 @@ S = "${WORKDIR}/git"
>  #
>  EXTRA_OEMAKE_arm += "ARCH=arm UNAME-M=${CRIU_BUILD_ARCH} WERROR=0"
>  EXTRA_OEMAKE_x86-64 += "ARCH=x86 WERROR=0"
> -EXTRA_OEMAKE_aarch64 += "ARCH=arm64 WERROR=0"
> +EXTRA_OEMAKE_aarch64 += "ARCH=aarch64 WERROR=0"
>
>  EXTRA_OEMAKE_append += "SBINDIR=${sbindir} LIBDIR=${libdir} 
> INCLUDEDIR=${includedir} PIEGEN=no"
>  EXTRA_OEMAKE_append += "LOGROTATEDIR=${sysconfdir} 
> SYSTEMDUNITDIR=${systemd_unitdir}"
> --
> 2.17.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> [email protected]
> 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
-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to