summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2020-02-11 16:28:42 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-11 10:49:39 -0300
commit9ab95b097917864fd9a60d9d32a185d9c3f4e3f5 (patch)
tree6b64e3f67d8ec0150e372e958d56529d5bd12d10 /recipes-bsp
parent33410da17f40dd949d29d1daa20c2c89b6741ce5 (diff)
downloadmeta-freescale-9ab95b097917864fd9a60d9d32a185d9c3f4e3f5.tar.gz
u-boot-qoriq: update recipes to use python3
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb
index f48dc81f..6f4f0d05 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "U-Boot provided by Freescale with focus on QorIQ boards"
5PROVIDES += "u-boot" 5PROVIDES += "u-boot"
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python-native" 8DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native"
9DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" 9DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native"
10DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" 10DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
11DEPENDS_append_qoriq-ppc = " boot-format-native" 11DEPENDS_append_qoriq-ppc = " boot-format-native"