diff mbox series

[v2] dev-manual: Convert to 'bmaptool-native'

Message ID 20240305195213.1098945-1-festevam@gmail.com
State New
Headers show
Series [v2] dev-manual: Convert to 'bmaptool-native' | expand

Commit Message

Fabio Estevam March 5, 2024, 7:52 p.m. UTC
Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project")
'bmap-tools-native' has been renamed as 'bmaptool-native'.

Adjust the references in the documentation accordingly.

Suggested-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- Add docs@lists.yoctoproject.org on Cc

 documentation/dev-manual/bmaptool.rst | 6 +++---
 documentation/dev-manual/wic.rst      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Michael Opdenacker March 6, 2024, 3:26 p.m. UTC | #1
Hi Fabio

On 3/5/24 at 20:52, Fabio Estevam wrote:
> Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project")
> 'bmap-tools-native' has been renamed as 'bmaptool-native'.
>
> Adjust the references in the documentation accordingly.
>
> Suggested-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>


Many thanks for the patch!
However, I eventually took Trevor's version, which was more exhaustive 
than yours...

Funny to have two competing patches :-)
Thanks anyway
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/dev-manual/bmaptool.rst b/documentation/dev-manual/bmaptool.rst
index 9add72cf3b80..3a2a61d8cdfe 100644
--- a/documentation/dev-manual/bmaptool.rst
+++ b/documentation/dev-manual/bmaptool.rst
@@ -22,7 +22,7 @@  system image files much faster.
    -  If you are unable to install the ``bmap-tools`` package, you will
       need to build Bmaptool before using it. Use the following command::
 
-         $ bitbake bmap-tools-native
+         $ bitbake bmaptool-native
 
 Following, is an example that shows how to flash a Wic image. Realize
 that while this example uses a Wic image, you can use Bmaptool to flash
@@ -45,13 +45,13 @@  any type of image. Use these steps to flash an image using Bmaptool:
 
    -  If you have write access to the media, use this command form::
 
-         $ oe-run-native bmap-tools-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX
+         $ oe-run-native bmaptool-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX
 
    -  If you do not have write access to the media, set your permissions
       first and then use the same command form::
 
          $ sudo chmod 666 /dev/sdX
-         $ oe-run-native bmap-tools-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX
+         $ oe-run-native bmaptool-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX
 
 For help on the ``bmaptool`` command, use the following command::
 
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index 312f78c403a2..05e9cb381b31 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
 built your image, and boot from the media. You can write the image by using
 ``bmaptool`` or ``dd``::
 
-   $ oe-run-native bmap-tools-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX
+   $ oe-run-native bmaptool-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX
 
 or ::