From abfc7b1eb452aff5f10577a90704f7dcd05d1360 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 20 May 2019 13:09:24 +0200 Subject: [PATCH] imx-boot: drop dependency to u-boot The recipe do_compile task depends on virtual/bootloader which makes sure the necessary dependencies are available once imx-boot do_compile is executed. Signed-off-by: Stefan Agner --- recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb index 68492a9b..03e99491 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb @@ -11,7 +11,6 @@ IMX_EXTRA_FIRMWARE = "firmware-imx-8 imx-sc-firmware" IMX_EXTRA_FIRMWARE_mx8m = "firmware-imx-8m" IMX_EXTRA_FIRMWARE_mx8x = "firmware-imx-8x imx-sc-firmware" DEPENDS += " \ - u-boot \ firmware-imx \ ${IMX_EXTRA_FIRMWARE} \ imx-atf \ -- 2.40.1