summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-extensible.xml')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 58d2aec977..e43c98ecee 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -54,8 +54,8 @@
54 The extensible SDK installer performs additional tasks as 54 The extensible SDK installer performs additional tasks as
55 compared to the standard SDK installer. 55 compared to the standard SDK installer.
56 The extensible SDK installer extracts build tools specific 56 The extensible SDK installer extracts build tools specific
57 to the SDK and the installer also prepares the OpenEmbedded 57 to the SDK and the installer also prepares the internal build
58 build system. 58 system within the SDK.
59 Here is example output for running the extensible SDK 59 Here is example output for running the extensible SDK
60 installer: 60 installer:
61 <literallayout class='monospaced'> 61 <literallayout class='monospaced'>
@@ -255,10 +255,6 @@
255 <para>If you need to take the build output and eventually 255 <para>If you need to take the build output and eventually
256 move it to the target hardware, you would use 256 move it to the target hardware, you would use
257 <filename>devtool build</filename>: 257 <filename>devtool build</filename>:
258 <note>
259 You could use <filename>bitbake</filename> to build
260 the recipe as well.
261 </note>
262 <literallayout class='monospaced'> 258 <literallayout class='monospaced'>
263 $ devtool build <replaceable>recipe</replaceable> 259 $ devtool build <replaceable>recipe</replaceable>
264 </literallayout></para> 260 </literallayout></para>