diff options
-rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index 7927dbea1f..fc6b8b9d5c 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
@@ -138,9 +138,11 @@ build the SDK installer. Follow these steps: | |||
138 | 138 | ||
139 | 6. *Build the SDK Installer:* To build the SDK installer for a standard | 139 | 6. *Build the SDK Installer:* To build the SDK installer for a standard |
140 | SDK and populate the SDK image, use the following command form. Be | 140 | SDK and populate the SDK image, use the following command form. Be |
141 | sure to replace image with an image (e.g. "core-image-sato"): $ | 141 | sure to replace ``image`` with an image (e.g. "core-image-sato"):: |
142 | bitbake image -c populate_sdk You can do the same for the extensible | 142 | |
143 | SDK using this command form:: | 143 | $ bitbake image -c populate_sdk |
144 | |||
145 | You can do the same for the extensible SDK using this command form:: | ||
144 | 146 | ||
145 | $ bitbake image -c populate_sdk_ext | 147 | $ bitbake image -c populate_sdk_ext |
146 | 148 | ||