summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-03 14:10:50 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-03 14:16:52 +0100
commitb370f27fd618a00bfa3fe7ae745f04b2508a915d (patch)
tree0d4f424e5769c13415a98708ce72895c3e3883b2 /recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
parente243db2b4d1ae31e4e7f89364d60ed246aa46702 (diff)
u-boot-toradex-tk1: use python3 for build
OE post zeus dropped Python 2. Provide a workaround so that one can still build the TK1 U-Boot. When we update U-Boot to 2020.01 or later Python 3 will be supported and this patch can be reverted. Completes '691b446 u-boot.inc: use python3 for build'. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc b/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
index 70cd0a9..84c8e71 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
@@ -17,5 +17,6 @@ SRCREV_use-head-next = "${AUTOREV}"
SRCBRANCH_use-head-next = "toradex_2019.07-next"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH}"
+SRC_URI += "file://0001-u-boot-tk1-make-it-build-with-python3-only-installat.patch"
S = "${WORKDIR}/git"