lsppc, orion: TARGET_FPU is a distro feature and shouldn't be in machine.conf files
authorKoen Kooi <koen@openembedded.org>
Sun, 18 Jan 2009 12:57:17 +0000 (13:57 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 18 Jan 2009 12:57:17 +0000 (13:57 +0100)
* add a note

conf/machine/include/lsppc.inc
conf/machine/include/orion.inc

index 632a9ed..ca4a395 100644 (file)
@@ -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"
 
index df8e505..7c5572a 100644 (file)
@@ -2,7 +2,10 @@
 #@DESCRIPTION: Machine configuration for various different Marvell Orion based devices
 
 TARGET_ARCH = "arm"
-TARGET_FPU  = "soft"
+
+# 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"
 MACHINE_TASK_PROVIDER          = "task-base"