diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-05-20 13:09:24 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-05-20 09:57:27 -0300 |
commit | abfc7b1eb452aff5f10577a90704f7dcd05d1360 (patch) | |
tree | 198d3ca58e41f7ae16ef6f559507000e11ebb86e /recipes-bsp/imx-mkimage | |
parent | 3d70af450839361e246dc626ad24deb348e530a1 (diff) | |
download | meta-freescale-abfc7b1eb452aff5f10577a90704f7dcd05d1360.tar.gz |
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 <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
11 | IMX_EXTRA_FIRMWARE_mx8m = "firmware-imx-8m" | 11 | IMX_EXTRA_FIRMWARE_mx8m = "firmware-imx-8m" |
12 | IMX_EXTRA_FIRMWARE_mx8x = "firmware-imx-8x imx-sc-firmware" | 12 | IMX_EXTRA_FIRMWARE_mx8x = "firmware-imx-8x imx-sc-firmware" |
13 | DEPENDS += " \ | 13 | DEPENDS += " \ |
14 | u-boot \ | ||
15 | firmware-imx \ | 14 | firmware-imx \ |
16 | ${IMX_EXTRA_FIRMWARE} \ | 15 | ${IMX_EXTRA_FIRMWARE} \ |
17 | imx-atf \ | 16 | imx-atf \ |