[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6406/8267] dev-manual: Updated syntax for oe-run-native script



commit 1e1bb0dd429928ce7d5309b3658da43be928185c
Author: Kristi Rifenbark <kristi rifenbark gmail com>
Date:   Thu Jun 15 17:37:10 2017 -0700

    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>

 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 11b536a..5924f48 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]