From f09feb0bdc196918d3a32a926644e428e59aab3b Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 3 Jun 2020 11:43:26 +0200 Subject: u-boot-toradex_2019.07: define BOOT_TOOLS BOOT_TOOLS is being referred in do_deploy, but the definition is missing, add it in. Signed-off-by: Ming Liu --- recipes-bsp/u-boot/u-boot-toradex_2019.07.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-toradex_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2019.07.bb index 86e8ccd..668820b 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2019.07.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2019.07.bb @@ -6,6 +6,8 @@ PROVIDES += "u-boot" DEPENDS += "bc-native dtc-native" +BOOT_TOOLS = "imx-boot-tools" + # U-Boot is flashed 1k into a NAND block, create a binary which prepends # U-boot with 1k of zeros to ease flashing -- cgit v1.2.3