[oe-commits] Koen Kooi : lsppc, orion: TARGET_FPU is a distro feature and shouldn' t be in machine.conf files

GIT User account git at amethyst.openembedded.net
Sun Jan 18 12:59:09 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fcfddb763fc5cbdc2af71e5a3ea269b127e38b6b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fcfddb763fc5cbdc2af71e5a3ea269b127e38b6b

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 18 13:57:17 2009 +0100

lsppc, orion: TARGET_FPU is a distro feature and shouldn't be in machine.conf files
* add a note

---

 conf/machine/include/lsppc.inc |    5 ++++-
 conf/machine/include/orion.inc |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 632a9ed..ca4a395 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"
 
diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index df8e505..7c5572a 100644
--- a/conf/machine/include/orion.inc
+++ b/conf/machine/include/orion.inc
@@ -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"





More information about the Openembedded-commits mailing list