diff options
author | Michael Opdenacker <michael.opdenacker@rootcommit.com> | 2024-12-18 14:47:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-20 12:47:59 +0000 |
commit | df98d305de64b89192369fcb10cd1b99026ce5d8 (patch) | |
tree | c1b4d17e60b9952d16aa8196fc97a2c98a3ad20c /documentation/dev-manual/bmaptool.rst | |
parent | 6e09a2664177c9d032a6a9f2e210bf417651ee87 (diff) | |
download | poky-df98d305de64b89192369fcb10cd1b99026ce5d8.tar.gz |
dev-manual/bmaptool.rst: correct command for bmaptool-native
Using only "bitbake bmaptool-native", running "oe-run-native bmaptool-native bmaptool ..."
fails as follows:
Error: Have you run 'bitbake bmaptool-native -caddto_recipe_sysroot'?
Running the "bitbake bmaptool-native -caddto_recipe_sysroot" target
is actually sufficient.
(From yocto-docs rev: 72fe904a3bbb5e2c7279ab1f119c2beca200dcf2)
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/bmaptool.rst')
-rw-r--r-- | documentation/dev-manual/bmaptool.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/bmaptool.rst b/documentation/dev-manual/bmaptool.rst index 493abf7607..37083c9c64 100644 --- a/documentation/dev-manual/bmaptool.rst +++ b/documentation/dev-manual/bmaptool.rst | |||
@@ -22,7 +22,7 @@ system image files much faster. | |||
22 | - If you are unable to install the ``bmap-tools`` package, you will | 22 | - If you are unable to install the ``bmap-tools`` package, you will |
23 | need to build `bmaptool` before using it. Use the following command:: | 23 | need to build `bmaptool` before using it. Use the following command:: |
24 | 24 | ||
25 | $ bitbake bmaptool-native | 25 | $ bitbake bmaptool-native -caddto_recipe_sysroot |
26 | 26 | ||
27 | Following, is an example that shows how to flash a Wic image. Realize | 27 | Following, is an example that shows how to flash a Wic image. Realize |
28 | that while this example uses a Wic image, you can use `bmaptool` to flash | 28 | that while this example uses a Wic image, you can use `bmaptool` to flash |