summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-11 04:13:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-11 01:15:22 +0000
commit340930513dd00867704005eab53fe48dae57e112 (patch)
tree0da430af5defbd064dfcde6dd2ed5e6760afcb68
parent53c5fef6d95aa629701cec2c3e372386ef4a46b3 (diff)
downloadmeta-ti-340930513dd00867704005eab53fe48dae57e112.tar.gz
u-boot-ti: switch to Python3
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index f1187e64..68d76a02 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -15,6 +15,8 @@ SPL_BINARY ?= "MLO"
15 15
16require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 16require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
17 17
18inherit python3native
19
18FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" 20FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
19 21
20SUMMARY = "u-boot bootloader for TI devices" 22SUMMARY = "u-boot bootloader for TI devices"
@@ -31,6 +33,7 @@ PV_append = "+git${SRCPV}"
31 33
32# u-boot needs devtree compiler to parse dts files 34# u-boot needs devtree compiler to parse dts files
33DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" 35DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
36DEPENDS_remove = "python-native"
34 37
35PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/boot/bl31.bin,,arm-trusted-firmware" 38PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/boot/bl31.bin,,arm-trusted-firmware"
36PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" 39PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os"