diff options
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index ba1507eb..422670be 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
@@ -18,6 +18,8 @@ DEPENDS += " \ | |||
18 | imx-atf \ | 18 | imx-atf \ |
19 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os', '', d)} \ | 19 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os', '', d)} \ |
20 | " | 20 | " |
21 | # xxd is a dependency of fspi_packer.sh | ||
22 | DEPENDS += "xxd-native" | ||
21 | DEPENDS_append_mx8m = " u-boot-mkimage-native dtc-native" | 23 | DEPENDS_append_mx8m = " u-boot-mkimage-native dtc-native" |
22 | BOOT_NAME = "imx-boot" | 24 | BOOT_NAME = "imx-boot" |
23 | PROVIDES = "${BOOT_NAME}" | 25 | PROVIDES = "${BOOT_NAME}" |