qemu-cvs: Add nokia800 emulation

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4225 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-04-10 09:50:09 +00:00
parent 37ddd0087f
commit 5091c0bd88
3 changed files with 13974 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,3 +22,4 @@ qemu-amd64-32b-mapping-0.9.0.patch -p1
workaround_bad_futex_headers.patch -p1
fix_segfault.patch -p1
no-strip.patch -p1
qemu-n800-support.patch -p1

View File

@@ -1,7 +1,7 @@
LICENSE = "GPL"
DEPENDS = "zlib"
PV = "0.9.1+cvs${SRCDATE}"
PR = "r1"
PR = "r2"
DEFAULT_PREFERENCE = "-1"
FILESDIR = "${WORKDIR}"
@@ -31,7 +31,8 @@ SRC_URI = "\
file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
file://workaround_bad_futex_headers.patch;patch=1 \
file://fix_segfault.patch;patch=1 \
file://no-strip.patch;patch=1"
file://no-strip.patch;patch=1 \
file://qemu-n800-support.patch;patch=1"
S = "${WORKDIR}/qemu"