summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom-2007.1.conf5
-rw-r--r--conf/machine/dht-walnut.conf19
-rw-r--r--conf/machine/include/tune-ppc405.conf2
3 files changed, 10 insertions, 16 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf
index 3182fa7d77..da050eb2db 100644
--- a/conf/distro/angstrom-2007.1.conf
+++ b/conf/distro/angstrom-2007.1.conf
@@ -8,7 +8,7 @@
#DISTRO_VERSION = "2007.1"
DISTRO_VERSION = "test-${DATE}"
-DISTRO_REVISION = "15"
+DISTRO_REVISION = "16"
require conf/distro/include/angstrom.inc
require conf/distro/include/sane-srcdates.inc
@@ -132,9 +132,6 @@ PREFERRED_PROVIDER_ntp = "ntp"
PREFERRED_PROVIDER_hotplug = "udev"
PREFERRED_PROVIDER_libxss = "libxss"
-#Machine related toolchain stuff
-ARCH_BYTE_SEX_ixp4xx = "le"
-
#EABI stuff
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}-libc-for-gcc = "glibc-intermediate"
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
diff --git a/conf/machine/include/tune-ppc405.conf b/conf/machine/include/tune-ppc405.conf
new file mode 100644
index 0000000000..cf8f58c115
--- /dev/null
+++ b/conf/machine/include/tune-ppc405.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=405"
+PACKAGE_ARCH = "ppc405"