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 <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-08-13 15:16:58 +01:00
parent 2e0d6df6c1
commit 1c4cc60e28
2 changed files with 9 additions and 9 deletions

View File

@@ -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