summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-devicetrees_2.6.0.bb (renamed from recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb b/recipes-devtools/qemu/qemu-devicetrees_2.6.0.bb
index 377e86ec..db23c204 100644
--- a/recipes-devtools/qemu/qemu-devicetrees_2.2.5.bb
+++ b/recipes-devtools/qemu/qemu-devicetrees_2.6.0.bb
@@ -7,12 +7,14 @@ 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
10# This is the commit used in the 2016.3 tag 10XILINX_RELEASE_VERSION = "v2016.4"
11SRCREV = "46faf58cd14cdfd06cae7c076cb486af8565ab6a" 11SRCREV = "1085e32a9ddc232963512923332094a58a05d1af"
12SRC_URI = "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1" 12SRC_URI = "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16PV = "2.6.0-xilinx-${XILINX_RELEASE_VERSION}+git+${SRCPV}"
17
16# Don't need to do anything 18# Don't need to do anything
17do_install() { 19do_install() {
18 : 20 :