[PATCH openbmc 3/7] qemu_git.bb: Update to palmetto-bmc model with Cadence GEM

OpenBMC Patches openbmc-patches at stwcx.xyz
Mon Apr 11 10:10:27 AEST 2016


From: Andrew Jeffery <andrew at aj.id.au>

This enables networking on the QEMU side. The Cadence GEM isn't the
controller actually used by the AST2400, but is an existing, in-tree
MMIO-based device that is a reasonable substitute.

Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
 meta-openbmc-bsp/recipes-devtools/qemu/qemu_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openbmc-bsp/recipes-devtools/qemu/qemu_git.bb b/meta-openbmc-bsp/recipes-devtools/qemu/qemu_git.bb
index 97667ba..80af060 100644
--- a/meta-openbmc-bsp/recipes-devtools/qemu/qemu_git.bb
+++ b/meta-openbmc-bsp/recipes-devtools/qemu/qemu_git.bb
@@ -5,12 +5,12 @@
 
 require qemu.inc
 
-SRCREV = "d1f8764099022bc1173f2413331b26d4ff609a0c"
+SRCREV = "openbmc-20160404-1"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
                     file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
 
-SRC_URI = "git://github.com/openbmc/qemu.git;protocol=https"
+SRC_URI = "git://github.com/openbmc/qemu.git;protocol=https;tag=${SRCREV};rebaseable=1"
 S = "${WORKDIR}/git"
 
 COMPATIBLE_HOST_class-target_mips64 = "null"
-- 
2.7.1




More information about the openbmc mailing list