mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
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:
13970
meta/packages/qemu/qemu-native-0.9.1+cvs20080307/qemu-n800-support.patch
Normal file
13970
meta/packages/qemu/qemu-native-0.9.1+cvs20080307/qemu-n800-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -22,3 +22,4 @@ qemu-amd64-32b-mapping-0.9.0.patch -p1
|
|||||||
workaround_bad_futex_headers.patch -p1
|
workaround_bad_futex_headers.patch -p1
|
||||||
fix_segfault.patch -p1
|
fix_segfault.patch -p1
|
||||||
no-strip.patch -p1
|
no-strip.patch -p1
|
||||||
|
qemu-n800-support.patch -p1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
PV = "0.9.1+cvs${SRCDATE}"
|
PV = "0.9.1+cvs${SRCDATE}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
FILESDIR = "${WORKDIR}"
|
FILESDIR = "${WORKDIR}"
|
||||||
@@ -31,7 +31,8 @@ SRC_URI = "\
|
|||||||
file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
|
file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
|
||||||
file://workaround_bad_futex_headers.patch;patch=1 \
|
file://workaround_bad_futex_headers.patch;patch=1 \
|
||||||
file://fix_segfault.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"
|
S = "${WORKDIR}/qemu"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user