From 1a648afe0bcfbab576dddb828d1fe653ac640e74 Mon Sep 17 00:00:00 2001 From: Sai Hari Chandana Kalluri Date: Sun, 7 Jun 2020 20:45:48 -0700 Subject: 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 --- meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees.inc') 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 PV = "xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI_append = " file://0001-Makefile-Use-python3-instead-of-python.patch" + BRANCH ?= "" REPO ?= "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https" -- cgit v1.2.3-54-g00ecf