diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openprotium.conf | 1 | ||||
-rw-r--r-- | conf/machine/storcenter.conf | 1 | ||||
-rw-r--r-- | conf/machine/turbostation.conf | 2 |
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 |