From: Stefan Agner Date: Mon, 20 May 2019 11:09:24 +0000 (+0200) Subject: imx-boot: drop dependency to u-boot X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=abfc7b1eb452aff5f10577a90704f7dcd05d1360;p=meta-freescale.git 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 --- 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 \