[oe-commits] Koen Kooi : bitbake.conf: add QEMU_OPTION for armv6-novfp

GIT User account git at amethyst.openembedded.net
Thu Dec 4 14:26:02 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Dec  4 15:24:02 2008 +0100

bitbake.conf: add QEMU_OPTION for armv6-novfp

---

 conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 678062a..8a754fd 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -101,6 +101,7 @@ BASEPKG_TARGET_SYS = "${BASE_PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
 QEMU_OPTIONS = ""
 QEMU_OPTIONS_iwmmxt  = "-cpu pxa270-c5"
 QEMU_OPTIONS_armv6   = "-cpu arm1136"
+QEMU_OPTIONS_armv6-novfp = ""-cpu arm1136"
 QEMU_OPTIONS_armv7a   = "-cpu cortex-a8"
 
 ##################################################################





More information about the Openembedded-commits mailing list