diff mbox series

dev-manual: Convert to 'bmaptool-native'

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

Commit Message

Fabio Estevam March 5, 2024, 7:45 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>
---
 documentation/dev-manual/bmaptool.rst | 6 +++---
 documentation/dev-manual/wic.rst      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Khem Raj March 5, 2024, 7:46 p.m. UTC | #1
Thanks for doing this quickly.

On Tue, Mar 5, 2024 at 11:46 AM Fabio Estevam <festevam@gmail.com> 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>
> ---
>  documentation/dev-manual/bmaptool.rst | 6 +++---
>  documentation/dev-manual/wic.rst      | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> 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 ::
>
> --
> 2.34.1
>
Khem Raj March 5, 2024, 7:47 p.m. UTC | #2
I wonder if  it should go to docs ml too

On Tue, Mar 5, 2024 at 11:46 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> Thanks for doing this quickly.
>
> On Tue, Mar 5, 2024 at 11:46 AM Fabio Estevam <festevam@gmail.com> 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>
> > ---
> >  documentation/dev-manual/bmaptool.rst | 6 +++---
> >  documentation/dev-manual/wic.rst      | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > 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 ::
> >
> > --
> > 2.34.1
> >
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 ::