From 1e1bb0dd429928ce7d5309b3658da43be928185c Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Thu, 15 Jun 2017 17:37:10 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ If you have write access to the media, use this command form: - $ oe-run-native bmaptool copy ./tmp/deploy/images/qemux86-64/core-image-minimal-machine.wic /dev/sdX + $ oe-run-native bmaptool-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-machine.wic /dev/sdX @@ -614,11 +614,10 @@ - For help on the bmaptool command, use either of - the following commands: + For help on the bmaptool command, use the + following command: $ bmaptool --help - $ oe-run-native bmaptool --help -- cgit v1.2.3-54-g00ecf