diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2024-03-05 14:56:33 +0100 |
|---|---|---|
| committer | Martin Schwan <m.schwan@phytec.de> | 2024-03-05 14:56:33 +0100 |
| commit | cf8b57d959a8842ecb90c3611cf6464240cacef0 (patch) | |
| tree | d14b6aa8b663b6de39f66acb7200f43fc30bac8c | |
| parent | cce485647cb5331cab0c6efc189a37e01556f609 (diff) | |
| download | meta-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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index f436b59e6..7f4ae4d7b 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 | ||
