foonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Mon, 19 Jan 2009 21:07:41 +0000 (21:07 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Mon, 19 Jan 2009 21:07:41 +0000 (21:07 +0000)
conf/machine/include/lsppc.inc
conf/machine/include/orion.inc
conf/machine/lsmipsel.conf
conf/machine/n1200.conf
conf/machine/storcenter.conf

index ca4a395..673ce4b 100644 (file)
@@ -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"
index 7b9726a..c6fe6e3 100644 (file)
@@ -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"
 
index 4c9efd2..353f78e 100644 (file)
@@ -5,7 +5,6 @@
 INHERIT += "lsmipsel-image"
 
 TARGET_ARCH = "mipsel"
-TARGET_FPU  = "soft"
 
 MACHINE_FEATURES               = "kernel26 usbhost ext2 pci"
 MACHINE_TASK_PROVIDER          = "task-base"
index 18c7fde..356b1a5 100644 (file)
@@ -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"
index bc4bc52..647b333 100644 (file)
@@ -1,6 +1,5 @@
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
-TARGET_FPU = "hard"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 
 INHERIT += "storcenter-image"