From 944e2535504a15ddd42c8e92ccc899e2b1213f9d Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Fri, 1 Dec 2006 19:15:28 +0000 Subject: Update dht-walnut machine file to current format --- conf/machine/dht-walnut.conf | 19 +++++++------------ 1 file 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 -- cgit v1.2.3