On Tue, Nov 8, 2016 at 3:32 AM, Nathan Rossi <[email protected]> wrote: > On 5 November 2016 at 08:40, Alistair Francis > <[email protected]> wrote: >> Signed-off-by: Alistair Francis <[email protected]> > > Applied.
Thanks! Alistair > > Thanks, > Nathan > >> --- >> QEMU had been frozen for so long that no changes where needed to the SHAs, >> but I figured I should clarify that we are using the 2016.3 release. >> >> This is what should be in the Morty release. >> >> I'm not sure what to do about actually running our QEMU, without the patches >> I recently sent the -kernel, -dtb and -initrd options are always included >> which >> breaks QEMU. I think we might just need to wait until after Morty until those >> can go in. >> >> recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb | 1 + >> recipes-devtools/qemu/qemu-xilinx_2.2.5.bb | 1 + >> 2 files changed, 2 insertions(+) >> >> diff --git a/recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb >> b/recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb >> index b4c914b..377e86e 100644 >> --- a/recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb >> +++ b/recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb >> @@ -7,6 +7,7 @@ inherit deploy >> >> LIC_FILES_CHKSUM = >> "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912cb1dee68d6c68d99" >> >> +# This is the commit used in the 2016.3 tag >> SRCREV = "46faf58cd14cdfd06cae7c076cb486af8565ab6a" >> SRC_URI = >> "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1" >> >> diff --git a/recipes-devtools/qemu/qemu-xilinx_2.2.5.bb >> b/recipes-devtools/qemu/qemu-xilinx_2.2.5.bb >> index d4616d3..b54f342 100644 >> --- a/recipes-devtools/qemu/qemu-xilinx_2.2.5.bb >> +++ b/recipes-devtools/qemu/qemu-xilinx_2.2.5.bb >> @@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = " \ >> >> file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ >> " >> >> +# This is the commit used in the 2016.3 tag >> SRCREV = "de453ab4cf993f63de502c4efd8a08a347c3b164" >> SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1" >> >> -- >> 2.7.4 >> -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
