From 664e624af47e4c54319aa9dff854bf1d2cc2c333 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 21 Dec 2016 15:18:06 -0800 Subject: qemu: Rename the Xilinx releases to match the Xilinx versions Rename the Xilinx QEMU and QEMU device tree versions to match the Xilinx releases. Signed-off-by: Alistair Francis Signed-off-by: Nathan Rossi --- recipes-devtools/qemu/qemu-xilinx_2016.4.bb | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 recipes-devtools/qemu/qemu-xilinx_2016.4.bb (limited to 'recipes-devtools/qemu/qemu-xilinx_2016.4.bb') diff --git a/recipes-devtools/qemu/qemu-xilinx_2016.4.bb b/recipes-devtools/qemu/qemu-xilinx_2016.4.bb new file mode 100644 index 00000000..4437ca98 --- /dev/null +++ b/recipes-devtools/qemu/qemu-xilinx_2016.4.bb @@ -0,0 +1,42 @@ +QEMU_TARGETS ?= "aarch64 arm microblaze microblazeel" + +require recipes-devtools/qemu/qemu.inc + +SUMMARY = "Xilinx's fork of a fast open source processor emulator" +HOMEPAGE = "https://github.com/xilinx/qemu/" + +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ + file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ + " + +SRCREV = "4b90a13118b6e005d688d7aefb0900f7a67531df" +SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1" + +S = "${WORKDIR}/git" + +# Disable KVM completely +KVMENABLE = "--disable-kvm" + +# Strip all appends (needed because qemu.inc adds patches using overrides) +SRC_URI[_append] = "" + +DISABLE_STATIC_pn-qemu-xilinx-native = "" + +# append a suffix dir, to allow multiple versions of QEMU to be installed +datadir_append = "/qemu-xilinx" +bindir_append = "/qemu-xilinx" +libexecdir_append = "/qemu-xilinx" + +# ensure configure is passed the modified dirs +EXTRA_OECONF += " \ + --bindir=${bindir} \ + --datadir=${datadir} \ + --mandir=${mandir} \ + --docdir=${docdir} \ + " + +do_install() { + export STRIP="true" + autotools_do_install +} -- cgit v1.2.3-54-g00ecf