diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 15:03:39 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | 8324dbe927858867883a7f0cea14bc8370a9c009 (patch) | |
tree | dc282fdff7aad2e47e04fbadf59828e94ced9320 /recipes-devtools/qemu/qemu-qoriq_git.bb | |
parent | 706bf35c4cf7a3b1c73953b170e088893948257f (diff) | |
download | meta-freescale-8324dbe927858867883a7f0cea14bc8370a9c009.tar.gz |
qemu-qoriq: update to 79df057
*include the following changes:
79df057 - vfio/fsl-mc: Check command version on dprc and dpmcp cmdif
475d962 - vfio/fsl-mc: Add support for DPRC command version-2
271b7fa - vfio/fsl-mc: Add interface for device region range
23f6ed8 - vfio/fsl-mc: Setup address space for QBman CE-SH region
89add80 - vfio/fsl-mc: Fix mc-command version check
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-devtools/qemu/qemu-qoriq_git.bb')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 5b5de64c..9d332508 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobr | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV = "798304eeb99ec1d2f8910275a3505f964a73c651" | 18 | SRCREV = "79df0577f5467dfaf0b2469ce3973a342f0c9e90" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||