aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2010-06-12 18:12:10 +0200
committerJoshua Lock <josh@linux.intel.com>2010-07-05 15:49:32 +0100
commit912e9d234e47aa1e8b2c6f191d69784fbaf11d15 (patch)
tree1d2c4927f3156debb39d11852c550516d75818aa /meta/conf/machine
parentd4a6c9ef8ba549a091dffc4dce627a11a6e039f1 (diff)
downloadopenembedded-core-contrib-912e9d234e47aa1e8b2c6f191d69784fbaf11d15.tar.gz
igep0020: set default TARGET_FPU to 'hard'.
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/igep0020.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/igep0020.conf b/meta/conf/machine/igep0020.conf
index aa7afb7df7..468c7a31d5 100644
--- a/meta/conf/machine/igep0020.conf
+++ b/meta/conf/machine/igep0020.conf
@@ -4,6 +4,9 @@
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a"
+# Floating point option
+TARGET_FPU_arm = "hard"
+
PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite"
XSERVER = "xserver-xf86-lite \
xf86-input-evdev \