diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-25 15:40:57 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:36:00 -0800 |
| commit | be5c0d1d5e5a12262501bb1725bd1eb208df74c1 (patch) | |
| tree | 230e1176552d5c7a203e8d4b9801188c0269beb2 /meta-xilinx-bsp/recipes-devtools | |
| parent | 4f3edb6da405ffff957d6f194bc7db7bdd9f1463 (diff) | |
| download | meta-xilinx-be5c0d1d5e5a12262501bb1725bd1eb208df74c1.tar.gz | |
Remove hardcoded XILINX_RELEASE_VERSION in recipes
XILINX_RELEASE_VERSION is defined by the layer.conf, so we can and
should use the version defined there.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-devtools')
| -rw-r--r-- | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc index 6433d4e0..4eb4ba06 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | |||
| @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = " \ | |||
| 10 | " | 10 | " |
| 11 | DEPENDS = "glib-2.0 zlib pixman" | 11 | DEPENDS = "glib-2.0 zlib pixman" |
| 12 | 12 | ||
| 13 | XILINX_RELEASE_VERSION = "v2020.1" | ||
| 14 | XILINX_QEMU_VERSION ?= "v4.1.50" | 13 | XILINX_QEMU_VERSION ?= "v4.1.50" |
| 15 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
| 16 | SRCREV ?= "${AUTOREV}" | 15 | SRCREV ?= "${AUTOREV}" |
