openprotium: Move TARGET_FPU to the individual machines instead of distro config
authorOyvind Repvik <nail@nslu2-linux.org>
Sun, 4 Mar 2007 20:41:37 +0000 (20:41 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Sun, 4 Mar 2007 20:41:37 +0000 (20:41 +0000)
conf/distro/openprotium.conf
conf/machine/storcenter.conf
conf/machine/turbostation.conf

index 56f08c4..928817d 100644 (file)
@@ -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"
index 511d200..7463bc7 100644 (file)
@@ -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
index d3952e1..a4b19de 100644 (file)
@@ -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