summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-04-30 06:03:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-03 13:37:48 +0100
commit68e84ae936410c53baa6f637022c00ee8c82086c (patch)
treef52cd038c605cf61db7841afd82af52a0e6fb92b /documentation/sdk-manual
parentc075e28aa01c4ecc156b8e708c846e59b186fb29 (diff)
downloadpoky-68e84ae936410c53baa6f637022c00ee8c82086c.tar.gz
sdk-manual: fix broken formatting of sample command
And add proper quoting around the first instance of the "image" word, as it refers to a keyword in the subsequent command. (From yocto-docs rev: 1ffaa1db5a6eba53558b714f6071ea2e9bfe03e6) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-obtain.rst8
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
1396. *Build the SDK Installer:* To build the SDK installer for a standard 1396. *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