summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-06-07 20:45:48 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-06-07 20:45:51 -0700
commit1a648afe0bcfbab576dddb828d1fe653ac640e74 (patch)
treec3407c3167ed9739cdad602690e621cd45d92c9a /meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc
parentf3e04e9a5364a35482d231a417de504890805091 (diff)
downloadmeta-xilinx-1a648afe0bcfbab576dddb828d1fe653ac640e74.tar.gz
qemu-devicetrees: Use python3 instead of python
Makefile contains references to python2 instead of python3. As a result qemu-devicetrees compilation fails during buildtime. Fix by patching the makefile to use python3. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc')
-rw-r--r--meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc
index d4044ed7..8e752921 100644
--- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc
+++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc
@@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912c
9 9
10PV = "xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" 10PV = "xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}"
11 11
12FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
13SRC_URI_append = " file://0001-Makefile-Use-python3-instead-of-python.patch"
14
12BRANCH ?= "" 15BRANCH ?= ""
13REPO ?= "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https" 16REPO ?= "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https"
14 17