From: Oyvind Repvik Date: Sun, 4 Mar 2007 20:41:37 +0000 (+0000) Subject: openprotium: Move TARGET_FPU to the individual machines instead of distro config X-Git-Tag: Release-2010-05/1~9088^2^2^2~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b499f14da8a8e7170442e9586d920b6668eebd30;p=openembedded.git openprotium: Move TARGET_FPU to the individual machines instead of distro config --- 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