diff options
author | Trevor Woerner <twoerner@gmail.com> | 2024-03-05 17:07:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-06 16:54:54 +0000 |
commit | 002a6bbf66924e2d485710a8caad96f127d01bc8 (patch) | |
tree | 89044bcec6fc8af26ae6bc2f1802737332c157f1 /documentation/dev-manual/wic.rst | |
parent | dbcb74ef818cb082e740f2d30482b2cfc2c54147 (diff) | |
download | poky-002a6bbf66924e2d485710a8caad96f127d01bc8.tar.gz |
dev-manual: bmaptool: rename
What was previously known variously as Bmaptool, bmaptools, bmap-tool,
and/or bmap-tools has been updated to the singular name: bmaptool. Update
all references to suit.
Since we are not in charge of debian's package naming policy, any
references that relate to debian package(s) will stay as "bmap-tools".
(From yocto-docs rev: 9c1505eabd69af548652381cf996d44f40a4fa8a)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/wic.rst')
-rw-r--r-- | documentation/dev-manual/wic.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst index 312f78c403..05e9cb381b 100644 --- a/documentation/dev-manual/wic.rst +++ b/documentation/dev-manual/wic.rst | |||
@@ -503,7 +503,7 @@ Continuing with the example, you can now write the image from the | |||
503 | built your image, and boot from the media. You can write the image by using | 503 | built your image, and boot from the media. You can write the image by using |
504 | ``bmaptool`` or ``dd``:: | 504 | ``bmaptool`` or ``dd``:: |
505 | 505 | ||
506 | $ oe-run-native bmap-tools-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX | 506 | $ oe-run-native bmaptool-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX |
507 | 507 | ||
508 | or :: | 508 | or :: |
509 | 509 | ||