aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dht-walnut.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-05-28 21:05:17 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-05-28 21:05:17 +0000
commit7075a66a14039d298e14722144abbf3d9e5a02ea (patch)
tree09e246585c70f50587060cbd632f1b7a18143999 /conf/machine/dht-walnut.conf
parentd90970113fa68349b85f42b768922611f1ff82e9 (diff)
downloadopenembedded-7075a66a14039d298e14722144abbf3d9e5a02ea.tar.gz
conf/machine/dht-walnut.conf : Set MACHINE_TASK_PROVIDER to task-base
Set oldest kernel to 2.6.18
Diffstat (limited to 'conf/machine/dht-walnut.conf')
-rw-r--r--conf/machine/dht-walnut.conf15
1 files changed, 10 insertions, 5 deletions
diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf
index 268b2a361c..0ca65b79a9 100644
--- a/conf/machine/dht-walnut.conf
+++ b/conf/machine/dht-walnut.conf
@@ -1,21 +1,26 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
#@TYPE: Machine
#@Name: DHT-Walnut Development Platform
#@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP development platform
TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "ppc405"
+PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc405"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
MACHINE_FEATURES = "kernel26 ext2"
+MACHINE_TASK_PROVIDER = "task-base"
TARGET_CPU = "405"
-OLDEST_KERNEL = "2.6.12"
+OLDEST_KERNEL = "2.6.18"
-#tune for the 405 cpu
-require conf/machine/include/tune-ppc405.conf
+#don't try to access tty1
+USE_VT = "0"
+SERIAL_CONSOLE = "115200 ttyS0"
-SERIAL_CONSOLE = "115200 ttyS0"
+#tune for the 405 cpu
+require conf/machine/include/tune-ppc405.conf