mbox series

[v3,0/3] Improvements to "bmaptool" usage documentation

Message ID 20241218144654.852310-1-michael.opdenacker@rootcommit.com
Headers show
Series Improvements to "bmaptool" usage documentation | expand

Message

Michael Opdenacker Dec. 18, 2024, 2:46 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>

- Changes in V3:

  - Use "chmod a+w" instead of "chmod o+w",
    and put this right before calling "oe-run-native"
    (thanks to Antonin Godard)

- Changes in V2:

  - Fix typo in "sudo" (thanks to Ulrich Ölmann)

  - Remove "bitbake bmaptool-native" as
    "bitbake bmaptool-native -caddto_recipe_sysroot" is enough
    (thanks to Antonin Godard)

Michael Opdenacker (3):
  dev-manual: fix styling of references to bmaptool
  dev-manual/bmaptool.rst: correct command for bmaptool-native
  dev-manual/bmaptool.rst: simplify and fix instructions

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

Comments

Antonin Godard Dec. 18, 2024, 3:36 p.m. UTC | #1
Hi Michael,

On Wed Dec 18, 2024 at 3:46 PM CET, Michael Opdenacker via lists.yoctoproject.org wrote:
> From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
>
> - Changes in V3:
>
>   - Use "chmod a+w" instead of "chmod o+w",
>     and put this right before calling "oe-run-native"
>     (thanks to Antonin Godard)
>
> - Changes in V2:
>
>   - Fix typo in "sudo" (thanks to Ulrich Ölmann)
>
>   - Remove "bitbake bmaptool-native" as
>     "bitbake bmaptool-native -caddto_recipe_sysroot" is enough
>     (thanks to Antonin Godard)
>
> Michael Opdenacker (3):
>   dev-manual: fix styling of references to bmaptool
>   dev-manual/bmaptool.rst: correct command for bmaptool-native
>   dev-manual/bmaptool.rst: simplify and fix instructions
>
>  documentation/dev-manual/bmaptool.rst | 29 +++++++++++++--------------
>  documentation/dev-manual/wic.rst      |  4 ++--
>  2 files changed, 16 insertions(+), 17 deletions(-)

For the series:

Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>

Thank you!
Antonin