aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-12-10 11:41:41 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-17 20:53:14 +0000
commit5782b2d27bc9db84fa1bd2d499e3b0e737bcd272 (patch)
tree7cae540c68b0866232989a4cdef17f8533b8ab1a /meta-initramfs
parent4d843338866dff4ed028b73278b22a5ad7dc35a2 (diff)
downloadmeta-openembedded-contrib-5782b2d27bc9db84fa1bd2d499e3b0e737bcd272.tar.gz
klibc.inc: add mapping for 64-bit ARM builds
Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64'). Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index d8af666390..24ece9c4b4 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'