From: Ting Liu <[email protected]> New commits imported: 8362a29 nbd: fix type conversion error when doing ioctl
Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Zhenhua Luo <[email protected]> --- 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 167a9b8..7a959a3 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" -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
