diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-12 16:49:13 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-13 16:20:18 -0800 |
| commit | 91463c209ac3cf2a12255b363b00dc13e28e57cb (patch) | |
| tree | 0150933e0a4bb929c818d8a0a84e210bb8049d23 /meta-xilinx-bsp/recipes-devtools | |
| parent | 849a0c19e31c1e1ffe9e2ce51912173de548cc74 (diff) | |
| download | meta-xilinx-91463c209ac3cf2a12255b363b00dc13e28e57cb.tar.gz | |
qemu-xilinx: Point to master branch by default
There is no master-next branch on github at this time, use master.
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 | 2 |
1 files changed, 1 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 71f6cf9f..e3d2ee4c 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 zlib pixman" | |||
| 12 | 12 | ||
| 13 | XILINX_RELEASE_VERSION = "v2020.1" | 13 | XILINX_RELEASE_VERSION = "v2020.1" |
| 14 | XILINX_QEMU_VERSION ?= "v4.1.50" | 14 | XILINX_QEMU_VERSION ?= "v4.1.50" |
| 15 | BRANCH ?= "master-next" | 15 | BRANCH ?= "master" |
| 16 | SRCREV ?= "${AUTOREV}" | 16 | SRCREV ?= "${AUTOREV}" |
| 17 | 17 | ||
| 18 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 18 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
