[oe-commits] Tim 'timtim' Ellis : foonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter

GIT User account git at amethyst.openembedded.net
Mon Jan 19 21:08:54 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3f19fc2d938a9471c0c066cc6a410648b7ef5ab0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f19fc2d938a9471c0c066cc6a410648b7ef5ab0

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Mon Jan 19 21:07:41 2009 +0000

foonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter

---

 conf/machine/include/lsppc.inc |    4 ----
 conf/machine/include/orion.inc |    4 ----
 conf/machine/lsmipsel.conf     |    1 -
 conf/machine/n1200.conf        |    2 --
 conf/machine/storcenter.conf   |    1 -
 5 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index ca4a395..673ce4b 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -7,10 +7,6 @@ TARGET_ARCH = "powerpc"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
 
-# TARGET_FPU is a distro feature
-# Weakly assign it and remove when all distros supporting this device have updated
-TARGET_FPU ?= "hard"
-
 USE_DEVFS = "0"
 
 BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules"
diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index 7b9726a..c6fe6e3 100644
--- a/conf/machine/include/orion.inc
+++ b/conf/machine/include/orion.inc
@@ -3,10 +3,6 @@
 
 TARGET_ARCH = "arm"
 
-# TARGET_FPU is a distro feature
-# Weakly assign it and remove when all distros supporting this device have updated
-TARGET_FPU  ?= "soft"
-
 MACHINE_FEATURES 		= "kernel26 usbhost ext2 vfat"
 MACHINE_TASK_PROVIDER 		= "task-base"
 
diff --git a/conf/machine/lsmipsel.conf b/conf/machine/lsmipsel.conf
index 4c9efd2..353f78e 100644
--- a/conf/machine/lsmipsel.conf
+++ b/conf/machine/lsmipsel.conf
@@ -5,7 +5,6 @@
 INHERIT += "lsmipsel-image"
 
 TARGET_ARCH = "mipsel"
-TARGET_FPU  = "soft"
 
 MACHINE_FEATURES		= "kernel26 usbhost ext2 pci"
 MACHINE_TASK_PROVIDER		= "task-base"
diff --git a/conf/machine/n1200.conf b/conf/machine/n1200.conf
index 18c7fde..356b1a5 100644
--- a/conf/machine/n1200.conf
+++ b/conf/machine/n1200.conf
@@ -3,8 +3,6 @@
 #@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS
 
 TARGET_ARCH = "powerpc"
-TARGET_FPU = "hard"
-
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 
 MACHINE_FEATURES                = "kernel26 usbhost ext2"
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
index bc4bc52..647b333 100644
--- a/conf/machine/storcenter.conf
+++ b/conf/machine/storcenter.conf
@@ -1,6 +1,5 @@
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
-TARGET_FPU = "hard"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 
 INHERIT += "storcenter-image"





More information about the Openembedded-commits mailing list