summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/machine/dht-walnut.conf19
1 files changed, 7 insertions, 12 deletions
diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf
index eae1a3433d..ffd114ace4 100644
--- a/conf/machine/dht-walnut.conf
+++ b/conf/machine/dht-walnut.conf
@@ -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