From 6509526b83c1529a2e40f91f83054da773c23bdb Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Jan 2016 14:43:31 +0800 Subject: [PATCH] qemu-qoriq: update to commit 8362a29 New commits imported: 8362a29 nbd: fix type conversion error when doing ioctl Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- recipes-devtools/qemu/qemu-qoriq_git.bb | 4 ++-- 1 file 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}" # to qemu 2.3: PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" -SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=master" -SRCREV = "00ac004143e9fe46944a1885b04268fcd3a95a3a" +SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" +SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" S = "${WORKDIR}/git" -- 2.40.1