From 1c4cc60e282ef153cbcbbe56bb739912a0e0ea0c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 13 Aug 2010 15:16:58 +0100 Subject: kernel-arch: x86-64 is no longer a valid architecture, map it to x86 Also use the exported (and re-mapped) ARCH rather than TARGET_ARCH in the linux-wrs recipe. Signed-off-by: Joshua Lock --- meta/packages/linux/linux-wrs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/linux/linux-wrs_git.bb') diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb index 60248f931..427c97b1b 100644 --- a/meta/packages/linux/linux-wrs_git.bb +++ b/meta/packages/linux/linux-wrs_git.bb @@ -37,7 +37,7 @@ do_patch() { defconfig=${WORKDIR}/defconfig fi - createme ${TARGET_ARCH} ${WRMACHINE}-${LINUX_KERNEL_TYPE} ${defconfig} + createme ${ARCH} ${WRMACHINE}-${LINUX_KERNEL_TYPE} ${defconfig} if [ $? -ne 0 ]; then echo "ERROR. Could not create ${WRMACHINE}-${LINUX_KERNEL_TYPE}" exit 1 -- cgit v1.2.3