diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | 6509526b83c1529a2e40f91f83054da773c23bdb (patch) | |
tree | 67779981218cf2fc50d925a9571a5c3c71432973 /recipes-devtools | |
parent | ae5fc95ee6a97d7cc4823197146d4a9508d8c865 (diff) | |
download | meta-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.bb | 4 |
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: |
18 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" | 18 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" |
19 | 19 | ||
20 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=master" | 20 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" |
21 | SRCREV = "00ac004143e9fe46944a1885b04268fcd3a95a3a" | 21 | SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||