summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:23 -0300
commit6509526b83c1529a2e40f91f83054da773c23bdb (patch)
tree67779981218cf2fc50d925a9571a5c3c71432973 /recipes-devtools
parentae5fc95ee6a97d7cc4823197146d4a9508d8c865 (diff)
downloadmeta-freescale-6509526b83c1529a2e40f91f83054da773c23bdb.tar.gz
qemu-qoriq: update to commit 8362a29
New commits imported: 8362a29 nbd: fix type conversion error when doing ioctl Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb
index 167a9b87..7a959a38 100644
--- a/recipes-devtools/qemu/qemu-qoriq_git.bb
+++ b/recipes-devtools/qemu/qemu-qoriq_git.bb
@@ -17,8 +17,8 @@ PV = "2.2.0+${SRCPV}"
17# to qemu 2.3: 17# to qemu 2.3:
18PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" 18PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
19 19
20SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=master" 20SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"
21SRCREV = "00ac004143e9fe46944a1885b04268fcd3a95a3a" 21SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24