diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-25 15:46:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 13:01:55 +0100 |
commit | 7c4878ecf40ca6eaf8d64169d788827e92bca0bc (patch) | |
tree | c5aa77b3a3c001926da26699fcf6afc7a2766e8a /meta/recipes-devtools/qemu | |
parent | 11432c69fa396eaad3eb5bd1644e9c86b80b5e55 (diff) | |
download | poky-7c4878ecf40ca6eaf8d64169d788827e92bca0bc.tar.gz |
qemu-git: Move to tip of git past 1.2 release
There are a lot of armv7 and sh4 fixes that
its worth moving to latest version. The patch
forward porting can happen later.
(From OE-Core rev: 1b91e597f3550c35605d6b15fd958376e3dde93d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_git.bb | 15 |
2 files changed, 5 insertions, 10 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin b/meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin new file mode 100644 index 0000000000..c4044296c5 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin | |||
Binary files differ | |||
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb index e75f240037..15cd0089ee 100644 --- a/meta/recipes-devtools/qemu/qemu_git.bb +++ b/meta/recipes-devtools/qemu/qemu_git.bb | |||
@@ -1,25 +1,20 @@ | |||
1 | require qemu.inc | 1 | require qemu.inc |
2 | 2 | ||
3 | SRCREV = "56a60dd6d619877e9957ba06b92d2f276e3c229d" | 3 | SRCREV = "6e4c0d1f03d6ab407509c32fab7cb4b8230f57ff" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
6 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | 6 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" |
7 | 7 | ||
8 | PV = "0.14.0" | 8 | PV = "1.2+git" |
9 | PR = "r4" | 9 | PR = "r0" |
10 | 10 | ||
11 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" | 11 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" |
12 | FILESDIR = "${WORKDIR}" | 12 | FILESDIR = "${WORKDIR}" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://git.qemu.org/qemu.git;protocol=git \ | 15 | git://git.qemu.org/qemu.git;protocol=git \ |
16 | file://no-strip.patch \ | 16 | file://powerpc_rom.bin \ |
17 | file://linker-flags.patch \ | 17 | " |
18 | file://qemu-vmware-vga-depth.patch \ | ||
19 | file://enable-i386-linux-user.patch" | ||
20 | |||
21 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
22 | 19 | ||
23 | DEFAULT_PREFERENCE = "-1" | 20 | DEFAULT_PREFERENCE = "-1" |
24 | |||
25 | |||