diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-06-15 17:37:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:44 +0100 |
commit | 1e1bb0dd429928ce7d5309b3658da43be928185c (patch) | |
tree | a22df06f092c892036705846fd38b7c6f7e2e6b9 /documentation/dev-manual | |
parent | a331904ab28a88053771a97fdb6fdb51a1611a7a (diff) | |
download | poky-1e1bb0dd429928ce7d5309b3658da43be928185c.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 11b536a8df..5924f48f48 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -584,7 +584,7 @@ | |||
584 | If you have write access to the media, | 584 | If you have write access to the media, |
585 | use this command form: | 585 | use this command form: |
586 | <literallayout class='monospaced'> | 586 | <literallayout class='monospaced'> |
587 | $ oe-run-native bmaptool copy ./tmp/deploy/images/qemux86-64/core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable> | 587 | $ oe-run-native bmaptool-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable> |
588 | </literallayout> | 588 | </literallayout> |
589 | </para></listitem> | 589 | </para></listitem> |
590 | <listitem><para> | 590 | <listitem><para> |
@@ -614,11 +614,10 @@ | |||
614 | </para> | 614 | </para> |
615 | 615 | ||
616 | <para> | 616 | <para> |
617 | For help on the <filename>bmaptool</filename> command, use either of | 617 | For help on the <filename>bmaptool</filename> command, use the |
618 | the following commands: | 618 | following command: |
619 | <literallayout class='monospaced'> | 619 | <literallayout class='monospaced'> |
620 | $ bmaptool --help | 620 | $ bmaptool --help |
621 | $ oe-run-native bmaptool --help | ||
622 | </literallayout> | 621 | </literallayout> |
623 | </para> | 622 | </para> |
624 | </section> | 623 | </section> |