summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@xilinx.com>2016-12-20 11:54:21 -0800
committerNathan Rossi <nathan@nathanrossi.com>2016-12-21 20:45:30 +1000
commitf154b9854f996b4774f80348a5808d0569a1c60c (patch)
tree29f1dfaf77da70c34a15dbe025accdb6de13a396 /recipes-devtools
parent17df7b3228cb4bc0eb6e8e38c053ff0146069b6d (diff)
downloadmeta-xilinx-f154b9854f996b4774f80348a5808d0569a1c60c.tar.gz
qemu-devicetrees: Update to Xilinx's 2016.4 release
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_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 :