summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-customizing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-customizing.xml')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml
index 75d9ecda43..718b9d4c19 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.xml
+++ b/documentation/sdk-manual/sdk-appendix-customizing.xml
@@ -213,12 +213,14 @@
213 <para> 213 <para>
214 When you make changes to your configuration or to the metadata and 214 When you make changes to your configuration or to the metadata and
215 if you want those changes to be reflected in installed SDKs, you need 215 if you want those changes to be reflected in installed SDKs, you need
216 to perform additional steps to make it possible for those that use 216 to perform additional steps.
217 the SDK to update their installations with the 217 These steps make it possible for anyone using the installed SDKs to
218 update the installed SDKs by using the
218 <filename>devtool sdk-update</filename> command: 219 <filename>devtool sdk-update</filename> command:
219 <orderedlist> 220 <orderedlist>
220 <listitem><para> 221 <listitem><para>
221 Create a directory that can be shared over HTTP or HTTPS. 222 Create a directory that can be shared over HTTP or HTTPS.
223 This directory will contain the published SDK.
222 </para></listitem> 224 </para></listitem>
223 <listitem><para> 225 <listitem><para>
224 Set the 226 Set the
@@ -226,7 +228,10 @@
226 variable to point to the corresponding HTTP or HTTPS URL. 228 variable to point to the corresponding HTTP or HTTPS URL.
227 Setting this variable causes any SDK built to default to that 229 Setting this variable causes any SDK built to default to that
228 URL and thus, the user does not have to pass the URL to the 230 URL and thus, the user does not have to pass the URL to the
229 <filename>devtool sdk-update</filename> command. 231 <filename>devtool sdk-update</filename> command as described
232 in the
233 "<link linkend='sdk-applying-updates-to-an-installed-extensible-sdk'>Applying Updates to an Installed Extensible SDK</link>"
234 section.
230 </para></listitem> 235 </para></listitem>
231 <listitem><para> 236 <listitem><para>
232 Build the extensible SDK normally (i.e., use the 237 Build the extensible SDK normally (i.e., use the
@@ -236,7 +241,7 @@
236 <listitem><para> 241 <listitem><para>
237 Publish the SDK using the following command: 242 Publish the SDK using the following command:
238 <literallayout class='monospaced'> 243 <literallayout class='monospaced'>
239 $ oe-publish-sdk <replaceable>some_path</replaceable>/sdk-installer.sh <replaceable>path_to_shared/http_directory</replaceable> 244 $ oe-publish-sdk <replaceable>some_path</replaceable>/sdk-installer.sh <replaceable>path_to_shared_http_directory</replaceable>
240 </literallayout> 245 </literallayout>
241 You must repeat this step each time you rebuild the SDK 246 You must repeat this step each time you rebuild the SDK
242 with changes that you want to make available through the 247 with changes that you want to make available through the
@@ -246,11 +251,11 @@
246 </para> 251 </para>
247 252
248 <para> 253 <para>
249 Completing the above steps allows users of the existing SDKs to 254 Completing the above steps allows users of the existing installed
250 simply run <filename>devtool sdk-update</filename> to retrieve the 255 SDKs to simply run <filename>devtool sdk-update</filename> to
251 latest updates. 256 retrieve and apply the latest updates.
252 See the 257 See the
253 "<link linkend='sdk-updating-the-extensible-sdk'>Updating the Extensible SDK</link>" 258 "<link linkend='sdk-applying-updates-to-an-installed-extensible-sdk'>Applying Updates to an Installed Extensible SDK</link>"
254 section for further information. 259 section for further information.
255 </para> 260 </para>
256</section> 261</section>