summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2024-03-04 14:25:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 12:24:31 +0000
commit7a036b1a1ec7dcd27dbe18d4c2e703bd2a8af182 (patch)
treec9f941d17765ac18e67514a781d07460f929a21d /scripts
parent61949efcdb496b27d03f89ccde3d16c8cf4a56d5 (diff)
downloadopenembedded-core-contrib-7a036b1a1ec7dcd27dbe18d4c2e703bd2a8af182.tar.gz
bmaptool: now part of Yocto Project
The bmaptool (previously: bmap-tools, bmap-tool, bmaptool) has been moved to be under the Yocto Project umbrella and is now hosted at: github.com/yoctoproject/bmaptool [RP: Added a couple of missing renames] Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/misc.py b/scripts/lib/wic/misc.py
index 2b90821b30..1a7c140fa6 100644
--- a/scripts/lib/wic/misc.py
+++ b/scripts/lib/wic/misc.py
@@ -25,7 +25,7 @@ from wic import WicError
logger = logging.getLogger('wic')
# executable -> recipe pairs for exec_native_cmd
-NATIVE_RECIPES = {"bmaptool": "bmap-tools",
+NATIVE_RECIPES = {"bmaptool": "bmaptool",
"dumpe2fs": "e2fsprogs",
"grub-mkimage": "grub-efi",
"isohybrid": "syslinux",