From 3f19fc2d938a9471c0c066cc6a410648b7ef5ab0 Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Mon, 19 Jan 2009 21:07:41 +0000 Subject: 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, 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" -- cgit v1.2.3