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 <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#196646): https://lists.openembedded.org/g/openembedded-core/message/196646 Mute This Topic: https://lists.openembedded.org/mt/104752382/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
