Update dht-walnut machine file to current format
authorStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 1 Dec 2006 19:15:28 +0000 (19:15 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 1 Dec 2006 19:15:28 +0000 (19:15 +0000)
conf/machine/dht-walnut.conf

index eae1a34..ffd114a 100644 (file)
@@ -1,20 +1,15 @@
+#@TYPE: Machine
+#@Name: DHT-Walnut Development Platform
+#@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP  development platform
+
 TARGET_ARCH = "powerpc"
 PACKAGE_ARCHS = "all powerpc ${MACHINE}"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-dht-walnut"
+PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
-#TARGET_FPU = "soft"
 TARGET_CPU = "405"
 OLDEST_KERNEL = "2.6.9"
 
-# TARGET_VENDOR = "-oe"
-
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev"
-
-udevdir = "/dev"
-OLDEST_KERNEL = "2.6.5"
-# GLIBC_ADDONS = "nptl"
-# GLIBC_EXTRA_OECONF = "--with-tls"
-
+#tune for the 405 cpu
+include conf/machine/include/tune-ppc405.conf