On Mon, Jan 16, 2017 at 5:39 PM, Nathan Rossi <[email protected]> wrote: > On 17 January 2017 at 11:18, Alistair Francis > <[email protected]> wrote: >> Ross Burton recently sent a pull request to oe-core which applies my patch >> runqemu: Allow the user to specity no kernel or rootFS >> >> Once this patch is applied this series allows users to boot Xiilnx's QEMU >> directly from runqemu. >> >> Ross's branch is avaliable here: >> ssh://[email protected]/poky-contrib ross/mut > > This patch is now in master of oe-core. :) > > http://git.openembedded.org/openembedded-core/commit/?id=2cc01c4e46b05b7ffcc8a11e7ebde6c43256c3c3
Awesome! > > I sent a few minor comments on the v2 patches. Feel free to send this > as a patch set, and you can drop the runqemu script patch since the > fix it available in master now. Yep, I'll drop it. Thanks, Alistair > > Thanks, > Nathan > >> >> Some of these patches are based on Nathan's work, so I kept his SOB line. >> I hope that's ok. >> >> This patch series is still only partially tested, some more testing is >> required >> before it is applied. >> >> To use Xiilnx's QEMU you must set the following in your local.conf: >> XILINX_QEMUBOOT = "1" >> >> Alistair Francis (5): >> qemu-xilinx: Apply a display port fix patch >> runqemu: Add the morty runqemu script >> zynqmp: Consolidate the QEMU dependencies >> machine-xilinx-qemu.inc: Add support for starting Xilinx's QEMU >> zcu102: Add support for running Xilinx's QEMU >> >> conf/machine/ep108-zynqmp.conf | 4 - >> conf/machine/include/machine-xilinx-qemu.inc | 34 +- >> conf/machine/zcu102-zynqmp.conf | 23 +- >> ...linx-dp-Add-support-for-yuy2-video-format.patch | 27 + >> recipes-devtools/qemu/qemu-xilinx_2016.4.bb | 4 +- >> scripts/runqemu | 1037 >> ++++++++++++++++++++ >> 6 files changed, 1118 insertions(+), 11 deletions(-) >> create mode 100644 >> recipes-devtools/qemu/files/xilinx-dp-Add-support-for-yuy2-video-format.patch >> create mode 100755 scripts/runqemu >> >> -- >> 2.7.4 >> -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
