summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2019-08-12 10:53:06 +0800
committerMing Liu <ming.liu@toradex.int>2019-08-27 03:35:00 +0000
commitba278cfe4fa79db91727b783f7f900ab72833d36 (patch)
tree979861d8471ac68362799444ef5abebcc4624057
parent4ddeb406d8a817aa5c9a72b320a984da958073d3 (diff)
The python dependency has been handled properly in OE by the following commit 3b0b1630: [ u-boot: Fix pylibfdt generation ] Drop the redundant python dependency here, they would slow down u-boot build. Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2018.03.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
index e32309a..e1dfe61 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
@@ -2,10 +2,9 @@ SUMMARY = "U-Boot bootloader with support for Toradex i.MX8 SoM"
require recipes-bsp/u-boot/u-boot.inc
require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc
require u-boot-toradex-common_${PV}.inc
-inherit pythonnative
PROVIDES += "u-boot"
-DEPENDS_append = " python dtc-native"
+DEPENDS_append = " dtc-native"
SRC_URI_append_apalis-imx8a0 = " file://0001-Revert-apalis-imx8-fused-modules-boot-from-emmc.patch"