aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/jlime-donkey.conf
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-07-14 13:57:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-14 13:57:06 +0000
commitb4fb1a340df59e0db01de9b022ca4697b3d35972 (patch)
tree787b02605bc4e0bb7b2406daa3191b9fd7660526 /conf/distro/jlime-donkey.conf
parent87fce2574a38e51cae0552f07371671ed1bc11df (diff)
downloadopenembedded-b4fb1a340df59e0db01de9b022ca4697b3d35972.tar.gz
Moving linux-jlime-${ARCH}-* -> linux-jlime-${machine}-*:
* Changing from arch->machine due to the addition of 56x support. This requires different kernel but since both 72x and 56x are arm we need to use MACHINE to define instead. conf/local.conf : Changing ARCH -> MACHINE.
Diffstat (limited to 'conf/distro/jlime-donkey.conf')
-rw-r--r--conf/distro/jlime-donkey.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf
index c37dee2666..dc5e43d740 100644
--- a/conf/distro/jlime-donkey.conf
+++ b/conf/distro/jlime-donkey.conf
@@ -26,7 +26,7 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}libc-for-gcc:glibc"
#<> Also, select version of modules (and kernel)
#<>
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-3.4.4:gcc-cross-kernel"
-PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-${TARGET_ARCH}"
+PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-${MACHINE}"
#<>
#<>We want kdrive as our default X-Server.