aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemu
diff options
context:
space:
mode:
authorAdrian Davey <ade@beth2.org>2006-03-30 14:49:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-30 14:49:57 +0000
commitb06947117d509732650abe04637a85953e28a645 (patch)
tree0fd04825a38a69cc9682cac131e3b967d486f5a1 /packages/qemu
parent4530f5e0c38984e60ea56bf1665bb8a073687b2c (diff)
downloadopenembedded-b06947117d509732650abe04637a85953e28a645.tar.gz
qemu: add a differing native qemu that works with gcc4, arm support only atm
Diffstat (limited to 'packages/qemu')
-rw-r--r--packages/qemu/qemu-qop-nogfx-native_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/qemu/qemu-qop-nogfx-native_svn.bb b/packages/qemu/qemu-qop-nogfx-native_svn.bb
new file mode 100644
index 0000000000..cfe57653a2
--- /dev/null
+++ b/packages/qemu/qemu-qop-nogfx-native_svn.bb
@@ -0,0 +1,17 @@
+LICENSE = "GPL"
+PV = "0.8.0+svn${SRCDATE}"
+PROVIDES = "qemu-native"
+
+SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \
+ file://configure.patch;patch=1"
+
+S = "${WORKDIR}/trunk"
+
+inherit autotools native
+
+EXTRA_OECONF = "--disable-gcc-check --target-list=arm-user,arm-softmmu --disable-gfx-check"
+
+prefix = "${STAGING_DIR}/${BUILD_SYS}"
+
+# tested to work with gcc4 for arm target only
+# this is purely for others to test, not intended to be used as a replacement for the real qemu