summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-08-13 15:16:58 +0100
committerJoshua Lock <josh@linux.intel.com>2010-08-13 17:16:19 +0100
commit1c4cc60e282ef153cbcbbe56bb739912a0e0ea0c (patch)
treefd36c043c0e8a189c327b98eb3d305572af616f6 /meta/packages
parent2e0d6df6c198c559db42a3b92b847555f46d1a35 (diff)
downloadpoky-1c4cc60e282ef153cbcbbe56bb739912a0e0ea0c.tar.gz
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>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/linux/linux-wrs_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb
index 60248f931c..427c97b1b0 100644
--- a/meta/packages/linux/linux-wrs_git.bb
+++ b/meta/packages/linux/linux-wrs_git.bb
@@ -37,7 +37,7 @@ do_patch() {
37 defconfig=${WORKDIR}/defconfig 37 defconfig=${WORKDIR}/defconfig
38 fi 38 fi
39 39
40 createme ${TARGET_ARCH} ${WRMACHINE}-${LINUX_KERNEL_TYPE} ${defconfig} 40 createme ${ARCH} ${WRMACHINE}-${LINUX_KERNEL_TYPE} ${defconfig}
41 if [ $? -ne 0 ]; then 41 if [ $? -ne 0 ]; then
42 echo "ERROR. Could not create ${WRMACHINE}-${LINUX_KERNEL_TYPE}" 42 echo "ERROR. Could not create ${WRMACHINE}-${LINUX_KERNEL_TYPE}"
43 exit 1 43 exit 1