git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102f1b6
)
bitbake.conf: add QEMU_OPTION for armv6-novfp
author
Koen Kooi
<koen@openembedded.org>
Thu, 4 Dec 2008 14:24:02 +0000
(15:24 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 4 Dec 2008 14:24:02 +0000
(15:24 +0100)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
678062a
..
8a754fd
100644
(file)
--- 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"
##################################################################