aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-04 20:41:37 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-04 20:41:37 +0000
commitb499f14da8a8e7170442e9586d920b6668eebd30 (patch)
tree1c188c3603e91a4e617284c70f8733f9601a05ca
parent976688f9e3a46c93892273268dffa7f7519a959f (diff)
downloadopenembedded-b499f14da8a8e7170442e9586d920b6668eebd30.tar.gz
openprotium: Move TARGET_FPU to the individual machines instead of distro config
-rw-r--r--conf/distro/openprotium.conf1
-rw-r--r--conf/machine/storcenter.conf1
-rw-r--r--conf/machine/turbostation.conf2
3 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf
index 56f08c48e0..928817d815 100644
--- a/conf/distro/openprotium.conf
+++ b/conf/distro/openprotium.conf
@@ -49,7 +49,6 @@ PREFERRED_VERSION_glibc-initial = "2.3.2"
#
USE_NLS ?= "no"
TARGET_OS = "linux"
-TARGET_FPU = "hard"
HOTPLUG = "udev"
PREFERRED_PROVIDER_virtual/libiconv = "glibc"
PREFERRED_PROVIDER_virtual/libintl = "glibc"
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
index 511d200deb..7463bc77d0 100644
--- a/conf/machine/storcenter.conf
+++ b/conf/machine/storcenter.conf
@@ -1,5 +1,6 @@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
+TARGET_FPU = "hard"
# TARGET_VENDOR = "oe"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
# terminal specs - console, but no other ports
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf
index d3952e1d4a..a4b19de740 100644
--- a/conf/machine/turbostation.conf
+++ b/conf/machine/turbostation.conf
@@ -1,5 +1,6 @@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
+TARGET_FPU = "hard"
# TARGET_VENDOR = "oe"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
# terminal specs - console, but no other ports
@@ -11,5 +12,6 @@ MACHINE_TASK_PROVIDER = "task-base"
MACHINE_FEATURES= "kernel26 usbhost"
BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
+udevdir = "/dev"
require conf/machine/include/tune-ppc603e.conf