summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@xilinx.com>2016-12-21 15:18:06 -0800
committerNathan Rossi <nathan@nathanrossi.com>2016-12-27 20:10:05 +1000
commit664e624af47e4c54319aa9dff854bf1d2cc2c333 (patch)
treefa64e3a4d5a8f82751f298796d37ae572f0e71c7 /recipes-devtools
parent3e2319675cf104b2183261aad63acc095f114657 (diff)
downloadmeta-xilinx-664e624af47e4c54319aa9dff854bf1d2cc2c333.tar.gz
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 <alistair.francis@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-devicetrees_2016.4.bb (renamed from recipes-devtools/qemu/qemu-devicetrees_2.6.0.bb)3
-rw-r--r--recipes-devtools/qemu/qemu-xilinx_2016.4.bb (renamed from recipes-devtools/qemu/qemu-xilinx_2.6.0.bb)3
2 files changed, 0 insertions, 6 deletions
diff --git a/recipes-devtools/qemu/qemu-devicetrees_2.6.0.bb b/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
index db23c204..485ae5dd 100644
--- a/recipes-devtools/qemu/qemu-devicetrees_2.6.0.bb
+++ b/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
@@ -7,14 +7,11 @@ inherit deploy
7 7
8LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912cb1dee68d6c68d99" 8LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912cb1dee68d6c68d99"
9 9
10XILINX_RELEASE_VERSION = "v2016.4"
11SRCREV = "1085e32a9ddc232963512923332094a58a05d1af" 10SRCREV = "1085e32a9ddc232963512923332094a58a05d1af"
12SRC_URI = "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1" 11SRC_URI = "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1"
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14
16PV = "2.6.0-xilinx-${XILINX_RELEASE_VERSION}+git+${SRCPV}"
17
18# Don't need to do anything 15# Don't need to do anything
19do_install() { 16do_install() {
20 : 17 :
diff --git a/recipes-devtools/qemu/qemu-xilinx_2.6.0.bb b/recipes-devtools/qemu/qemu-xilinx_2016.4.bb
index f6c7f304..4437ca98 100644
--- a/recipes-devtools/qemu/qemu-xilinx_2.6.0.bb
+++ b/recipes-devtools/qemu/qemu-xilinx_2016.4.bb
@@ -10,14 +10,11 @@ LIC_FILES_CHKSUM = " \
10 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ 10 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \
11 " 11 "
12 12
13XILINX_RELEASE_VERSION = "v2016.4"
14SRCREV = "4b90a13118b6e005d688d7aefb0900f7a67531df" 13SRCREV = "4b90a13118b6e005d688d7aefb0900f7a67531df"
15SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1" 14SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
19PV = "2.6.0-xilinx-${XILINX_RELEASE_VERSION}+git+${SRCPV}"
20
21# Disable KVM completely 18# Disable KVM completely
22KVMENABLE = "--disable-kvm" 19KVMENABLE = "--disable-kvm"
23 20