[oe] [meta-initramfs][PATCH 2/2] klibc.inc: add mapping for 64-bit ARM builds

Andrea Adami andrea.adami at gmail.com
Mon Dec 16 23:15:46 UTC 2013


On Tue, Dec 10, 2013 at 11:41 AM, Koen Kooi <koen at dominion.thruhere.net> wrote:
> Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64').
>
> Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
> ---
>  meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
> index d8af666..24ece9c 100644
> --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
> +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
> @@ -13,6 +13,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>  INC_PR = "r1"
>
>  KLIBC_ARCH = '${TARGET_ARCH}'
> +KLIBC_ARCH_aarch64 = 'arm64'
>  KLIBC_ARCH_armeb = 'arm'
>  KLIBC_ARCH_mipsel = 'mips'
>  KLIBC_ARCH_x86 = 'i386'
> --
> 1.8.4.2
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Acked-by: Andrea Adami <andrea.adami at gmail.com>



More information about the Openembedded-devel mailing list