summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-02-22 04:14:15 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:50 -0600
commit94c8c6bfbff69a3f997911ceaa2b5821252663fa (patch)
treeef577f377da6a2fd631172fd29ce9b87bef646fe /meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
parentef31e7d0422e38a3bcc55a3ce473dce679d4ab08 (diff)
downloadmeta-ti-94c8c6bfbff69a3f997911ceaa2b5821252663fa.tar.gz
u-boot-ti: Support binman image generation
We are now using binman to generate the images for K3 AM64 in u-boot. tools/binman/binman needs python3-setuptools so add it to DEPENDS. Reported-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index e8d199f1..7ffc1f27 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -31,7 +31,7 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
31PV:append = "+git${SRCPV}" 31PV:append = "+git${SRCPV}"
32 32
33# u-boot needs devtree compiler to parse dts files 33# u-boot needs devtree compiler to parse dts files
34DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" 34DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native python3-setuptools-native"
35 35
36DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 36DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
37 37