summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-03 10:52:15 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:11 +0800
commite740fd5822cf589ef7f22f13484131fd5181325b (patch)
tree29fb4cbaceca46f62a47d2d97724d80a645a1b4b
parent2666439d17f28cfb42cbb9387b0e222306b1b689 (diff)
downloadmeta-fsl-ppc-e740fd5822cf589ef7f22f13484131fd5181325b.tar.gz
qemu: update to commit 8362a29
New commits imported: 8362a29 nbd: fix type conversion error when doing ioctl Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index b5043fb..151c702 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -12,8 +12,8 @@ PV = "2.2.0+fsl"
12# to qemu 2.3: 12# to qemu 2.3:
13PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" 13PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
14 14
15SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=master" 15SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"
16SRCREV = "00ac004143e9fe46944a1885b04268fcd3a95a3a" 16SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19