various machines: TARGET_FPU is policy, remove it from machines
authorKoen Kooi <koen@openembedded.org>
Mon, 5 May 2008 07:43:37 +0000 (07:43 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 5 May 2008 07:43:37 +0000 (07:43 +0000)
conf/machine/beagleboard.conf
conf/machine/htckaiser.conf
conf/machine/lsarm.conf
conf/machine/mpc8323e-rdb.conf
conf/machine/mx31ads.conf
conf/machine/mx31moboard.conf
conf/machine/n2100.conf
conf/machine/nokia800.conf
conf/machine/storcenter.conf
conf/machine/turbostation.conf

index 637126b..824ab2b 100644 (file)
@@ -13,7 +13,6 @@ GUI_MACHINE_CLASS = "bigscreen"
 #Ship all kernel modules till the board support has matured enough
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
-TARGET_FPU = "hard"
 include conf/machine/include/tune-arm1136jf-s.inc
 # requires gcc 4.3.0:
 #include conf/machine/include/tune-cortexa8.inc
index ad17bb8..f5f6cb5 100644 (file)
@@ -11,7 +11,6 @@ GUI_MACHINE_CLASS = "smallscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
  
-TARGET_FPU = "soft"
 TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"
 FEED_ARCH = "armv6"
 PACKAGE_ARCH = "armv6"
index 2df6ce0..4760d64 100644 (file)
@@ -8,7 +8,6 @@ INHERIT += "lsarm-image"
 MACHINE_EXTRA_RDEPENDS = "miconapl micro-evtd"
 MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
 
-TARGET_FPU = "soft"
 
 PREFERRED_PROVIDER_virtual/bootloader = ""
 
index fcd15ad..78c9b8a 100644 (file)
@@ -3,7 +3,6 @@
 #@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
 
 TARGET_ARCH = "powerpc"
-TARGET_FPU ?= "soft"
 PACKAGE_EXTRA_ARCHS = "ppce300c2"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
index e600af8..6a5c097 100644 (file)
@@ -3,7 +3,6 @@
 #@DESCRIPTION: Machine configuration for Freescale MX31ADS 
 
 TARGET_ARCH = "arm"
-TARGET_FPU_arm = "hard"
 
 MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget"
 
index c918404..6884d6e 100644 (file)
@@ -4,7 +4,6 @@
 #@Website: http://mobots.epfl.ch/mx31MoBoard.html
 
 TARGET_ARCH = "arm"
-TARGET_FPU_arm = "hard"
 
 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
 
index 89f79fa..026339d 100644 (file)
@@ -1,6 +1,5 @@
 TARGET_ARCH = "arm"
 TARGET_OS = "linux"
-TARGET_FPU = "soft"
 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
 
 INHERIT += "n2100-image"
index aa35383..afdf0ac 100644 (file)
@@ -11,7 +11,6 @@ GUI_MACHINE_CLASS = "bigscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
-TARGET_FPU = "hard"
 include conf/machine/include/tune-arm1136jf-s.inc
 
 ROOT_FLASH_SIZE = "174"
index 5b69bbd..336c4e4 100644 (file)
@@ -1,5 +1,4 @@
 TARGET_ARCH = "powerpc"
-TARGET_FPU = "hard"
 PACKAGE_EXTRA_ARCHS = "ppc603e"
 
 # terminal specs - console, but no other ports
index 6d93629..bb923dc 100644 (file)
@@ -1,6 +1,5 @@
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
-TARGET_FPU = "hard"
 PACKAGE_EXTRA_ARCHS = "ppc603e"
 
 INHERIT += "turbostation-image"