summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwan <m.schwan@phytec.de>2024-03-05 14:56:33 +0100
committerMartin Schwan <m.schwan@phytec.de>2024-03-05 14:56:33 +0100
commitcf8b57d959a8842ecb90c3611cf6464240cacef0 (patch)
treed14b6aa8b663b6de39f66acb7200f43fc30bac8c
parentcce485647cb5331cab0c6efc189a37e01556f609 (diff)
downloadmeta-freescale-cf8b57d959a8842ecb90c3611cf6464240cacef0.tar.gz
imx-base.inc: Rename bmap-tools to bmaptool
bmaptool is now part of the Yocto Project and their recipe renamed it to bmaptool. Signed-off-by: Martin Schwan <m.schwan@phytec.de>
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index f436b59e..7f4ae4d7 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -637,7 +637,7 @@ WKS_FILE_DEPENDS ?= " \
637 virtual/bootloader \ 637 virtual/bootloader \
638 \ 638 \
639 e2fsprogs-native \ 639 e2fsprogs-native \
640 bmap-tools-native \ 640 bmaptool-native \
641 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_WKS_FILE_DEPENDS}', '', d)} \ 641 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_WKS_FILE_DEPENDS}', '', d)} \
642" 642"
643 643