diff options
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index 45ad54fd76..c1a36c471d 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -173,12 +173,12 @@ perform additional steps. These steps make it possible for anyone using | |||
173 | the installed SDKs to update the installed SDKs by using the | 173 | the installed SDKs to update the installed SDKs by using the |
174 | ``devtool sdk-update`` command: | 174 | ``devtool sdk-update`` command: |
175 | 175 | ||
176 | 1. Create a directory that can be shared over HTTP or HTTPS. You can do | 176 | #. Create a directory that can be shared over HTTP or HTTPS. You can do |
177 | this by setting up a web server such as an :wikipedia:`Apache HTTP Server | 177 | this by setting up a web server such as an :wikipedia:`Apache HTTP Server |
178 | <Apache_HTTP_Server>` or :wikipedia:`Nginx <Nginx>` server in the cloud | 178 | <Apache_HTTP_Server>` or :wikipedia:`Nginx <Nginx>` server in the cloud |
179 | to host the directory. This directory must contain the published SDK. | 179 | to host the directory. This directory must contain the published SDK. |
180 | 180 | ||
181 | 2. Set the | 181 | #. Set the |
182 | :term:`SDK_UPDATE_URL` | 182 | :term:`SDK_UPDATE_URL` |
183 | variable to point to the corresponding HTTP or HTTPS URL. Setting | 183 | variable to point to the corresponding HTTP or HTTPS URL. Setting |
184 | this variable causes any SDK built to default to that URL and thus, | 184 | this variable causes any SDK built to default to that URL and thus, |
@@ -187,10 +187,10 @@ the installed SDKs to update the installed SDKs by using the | |||
187 | ":ref:`sdk-manual/extensible:applying updates to an installed extensible sdk`" | 187 | ":ref:`sdk-manual/extensible:applying updates to an installed extensible sdk`" |
188 | section. | 188 | section. |
189 | 189 | ||
190 | 3. Build the extensible SDK normally (i.e., use the | 190 | #. Build the extensible SDK normally (i.e., use the |
191 | ``bitbake -c populate_sdk_ext`` imagename command). | 191 | ``bitbake -c populate_sdk_ext`` imagename command). |
192 | 192 | ||
193 | 4. Publish the SDK using the following command:: | 193 | #. Publish the SDK using the following command:: |
194 | 194 | ||
195 | $ oe-publish-sdk some_path/sdk-installer.sh path_to_shared_http_directory | 195 | $ oe-publish-sdk some_path/sdk-installer.sh path_to_shared_http_directory |
196 | 196 | ||
@@ -245,7 +245,7 @@ If you want the users of an extensible SDK you build to be able to add | |||
245 | items to the SDK without requiring the users to build the items from | 245 | items to the SDK without requiring the users to build the items from |
246 | source, you need to do a number of things: | 246 | source, you need to do a number of things: |
247 | 247 | ||
248 | 1. Ensure the additional items you want the user to be able to install | 248 | #. Ensure the additional items you want the user to be able to install |
249 | are already built: | 249 | are already built: |
250 | 250 | ||
251 | - Build the items explicitly. You could use one or more "meta" | 251 | - Build the items explicitly. You could use one or more "meta" |
@@ -257,12 +257,12 @@ source, you need to do a number of things: | |||
257 | :term:`EXCLUDE_FROM_WORLD` | 257 | :term:`EXCLUDE_FROM_WORLD` |
258 | variable for additional information. | 258 | variable for additional information. |
259 | 259 | ||
260 | 2. Expose the ``sstate-cache`` directory produced by the build. | 260 | #. Expose the ``sstate-cache`` directory produced by the build. |
261 | Typically, you expose this directory by making it available through | 261 | Typically, you expose this directory by making it available through |
262 | an :wikipedia:`Apache HTTP Server <Apache_HTTP_Server>` or | 262 | an :wikipedia:`Apache HTTP Server <Apache_HTTP_Server>` or |
263 | :wikipedia:`Nginx <Nginx>` server. | 263 | :wikipedia:`Nginx <Nginx>` server. |
264 | 264 | ||
265 | 3. Set the appropriate configuration so that the produced SDK knows how | 265 | #. Set the appropriate configuration so that the produced SDK knows how |
266 | to find the configuration. The variable you need to set is | 266 | to find the configuration. The variable you need to set is |
267 | :term:`SSTATE_MIRRORS`:: | 267 | :term:`SSTATE_MIRRORS`:: |
268 | 268 | ||