aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/lsppc.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-18 13:57:17 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-18 13:57:17 +0100
commitfcfddb763fc5cbdc2af71e5a3ea269b127e38b6b (patch)
tree41c2fe94e37994b8f96757f26c0c18ed390fed85 /conf/machine/include/lsppc.inc
parent1fa211e287367d8a0875323924058d5455434563 (diff)
downloadopenembedded-fcfddb763fc5cbdc2af71e5a3ea269b127e38b6b.tar.gz
lsppc, orion: TARGET_FPU is a distro feature and shouldn't be in machine.conf files
* add a note
Diffstat (limited to 'conf/machine/include/lsppc.inc')
-rw-r--r--conf/machine/include/lsppc.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 632a9ed4cc..ca4a395be9 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -6,7 +6,10 @@
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
-TARGET_FPU = "hard"
+
+# 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"