From cf8b57d959a8842ecb90c3611cf6464240cacef0 Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Tue, 5 Mar 2024 14:56:33 +0100 Subject: 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 --- conf/machine/include/imx-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?= " \ virtual/bootloader \ \ e2fsprogs-native \ - bmap-tools-native \ + bmaptool-native \ ${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_WKS_FILE_DEPENDS}', '', d)} \ " -- cgit v1.2.3-54-g00ecf