mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
dev-manual: Updated syntax for oe-run-native script
OE native script now requires a native tool as part of the command line. I added that to the example. Removed a bad help command at the end of the section. (From yocto-docs rev: 5eb965ea51d669ee3bac01050b42bee984572199) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a331904ab2
commit
1e1bb0dd42
@@ -584,7 +584,7 @@
|
||||
If you have write access to the media,
|
||||
use this command form:
|
||||
<literallayout class='monospaced'>
|
||||
$ oe-run-native bmaptool copy ./tmp/deploy/images/qemux86-64/core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable>
|
||||
$ oe-run-native bmaptool-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable>
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
@@ -614,11 +614,10 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For help on the <filename>bmaptool</filename> command, use either of
|
||||
the following commands:
|
||||
For help on the <filename>bmaptool</filename> command, use the
|
||||
following command:
|
||||
<literallayout class='monospaced'>
|
||||
$ bmaptool --help
|
||||
$ oe-run-native bmaptool --help
|
||||
</literallayout>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user