mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6e09a26641
commit
df98d305de
@@ -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 bmaptool-native
|
||||
$ bitbake bmaptool-native -caddto_recipe_sysroot
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user