aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-19 21:07:41 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-19 21:07:41 +0000
commit3f19fc2d938a9471c0c066cc6a410648b7ef5ab0 (patch)
treeae05920e2930a3769ba7b838f3dbe3e3232f5ccf /conf
parentf45f10e5f35a0c26c67d56cebeda085799419b8f (diff)
downloadopenembedded-3f19fc2d938a9471c0c066cc6a410648b7ef5ab0.tar.gz
foonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/lsppc.inc4
-rw-r--r--conf/machine/include/orion.inc4
-rw-r--r--conf/machine/lsmipsel.conf1
-rw-r--r--conf/machine/n1200.conf2
-rw-r--r--conf/machine/storcenter.conf1
5 files changed, 0 insertions, 12 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index ca4a395be9..673ce4b447 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 7b9726a6ac..c6fe6e3678 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 4c9efd25a4..353f78e787 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 18c7fde3a6..356b1a5a22 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 bc4bc52bb8..647b333285 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"