summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-01-05 18:32:32 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:17:45 +0800
commit87d62703d92c9523937e6bd98d739e5e8feebeb9 (patch)
tree10b4921d6d3cc3e1c7b00ded53f7980a85d86614 /recipes-devtools
parent4b8b3b35b665cb04585f24a5bf83688167855009 (diff)
downloadmeta-fsl-ppc-87d62703d92c9523937e6bd98d739e5e8feebeb9.tar.gz
qemu: update to revision 6ac4597
This includes following fixes: 6ac4597 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC. b8c87e9 Synchronized Linux headers. f2e4612 hw/arm/virt: Support -cpu host 80cd9c1 target-arm: Provide '-cpu host' when running KVM 8e1f791 target-arm: Don't hardcode KVM target CPU to be A15 885c7a9 hw/arm: Add 'virt' platform 7ea5615 target-arm: Allow secondary KVM CPUs to be booted via PSCI c33ac75 target-arm: Add ARMCPU field for Linux device-tree 'compatible' string 79f0d1c target-arm: Provide PSCI constants to generic QEMU code 5d1a235 hw/arm/boot: Allow boards to provide an fdt blob badc409 device_tree.c: Terminate the empty reservemap in create_device_tree() 7a6947b target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVM Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 9e51056..1a7dd8e 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -14,7 +14,7 @@ PACKAGECONFIG[lzo] = ""
14PACKAGECONFIG[numa] = "" 14PACKAGECONFIG[numa] = ""
15 15
16SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" 16SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1"
17SRCREV = "9e38e640275beabf6468a04cec5c403b2ac566ad" 17SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20