summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-01-24 09:52:10 -0300
committerGitHub <noreply@github.com>2022-01-24 09:52:10 -0300
commita6199966375875fdfc295e6687c86a83fb53bf04 (patch)
tree0c83fa73e04c5a7472bb5a5800c96975426e3122
parente1e51ebbe8f24f51cb501584e4566421a3a0f1e3 (diff)
parent454c58986d9f7ada66cb6c82ad972404a7ef4d72 (diff)
downloadmeta-freescale-a6199966375875fdfc295e6687c86a83fb53bf04.tar.gz
Merge pull request #960 from danielbatw/dunfell_backport_imx-boot_fix_for_spi-nor
imx-boot: Add dependency on xxd-native
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_1.0.bb2
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 a54b439d..a16f482c 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
22DEPENDS += "xxd-native"
21DEPENDS_append_mx8m = " u-boot-mkimage-native dtc-native" 23DEPENDS_append_mx8m = " u-boot-mkimage-native dtc-native"
22BOOT_NAME = "imx-boot" 24BOOT_NAME = "imx-boot"
23PROVIDES = "${BOOT_NAME}" 25PROVIDES = "${BOOT_NAME}"