diff options
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 4d36270e64..7ab43e0a9d 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -138,16 +138,7 @@ must be writable for whichever users need to use the SDK. | |||
138 | The following command shows how to run the installer given a toolchain | 138 | The following command shows how to run the installer given a toolchain |
139 | tarball for a 64-bit x86 development host system and a 64-bit x86 target | 139 | tarball for a 64-bit x86 development host system and a 64-bit x86 target |
140 | architecture. The example assumes the SDK installer is located in | 140 | architecture. The example assumes the SDK installer is located in |
141 | ``~/Downloads/`` and has execution rights. | 141 | ``~/Downloads/`` and has execution rights:: |
142 | |||
143 | .. note:: | ||
144 | |||
145 | If you do not have write permissions for the directory into which you | ||
146 | are installing the SDK, the installer notifies you and exits. For | ||
147 | that case, set up the proper permissions in the directory and run the | ||
148 | installer again. | ||
149 | |||
150 | :: | ||
151 | 142 | ||
152 | $ ./Downloads/poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-2.5.sh | 143 | $ ./Downloads/poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-2.5.sh |
153 | Poky (Yocto Project Reference Distro) Extensible SDK installer version 2.5 | 144 | Poky (Yocto Project Reference Distro) Extensible SDK installer version 2.5 |
@@ -168,6 +159,13 @@ architecture. The example assumes the SDK installer is located in | |||
168 | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | 159 | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. |
169 | $ . /home/scottrif/poky_sdk/environment-setup-core2-64-poky-linux | 160 | $ . /home/scottrif/poky_sdk/environment-setup-core2-64-poky-linux |
170 | 161 | ||
162 | .. note:: | ||
163 | |||
164 | If you do not have write permissions for the directory into which you | ||
165 | are installing the SDK, the installer notifies you and exits. For | ||
166 | that case, set up the proper permissions in the directory and run the | ||
167 | installer again. | ||
168 | |||
171 | Running the Extensible SDK Environment Setup Script | 169 | Running the Extensible SDK Environment Setup Script |
172 | =================================================== | 170 | =================================================== |
173 | 171 | ||
@@ -406,8 +404,7 @@ command: | |||
406 | creates any patches corresponding to commits in the local Git | 404 | creates any patches corresponding to commits in the local Git |
407 | repository, moves the new recipe to a more permanent layer, and then | 405 | repository, moves the new recipe to a more permanent layer, and then |
408 | resets the recipe so that the recipe is built normally rather than | 406 | resets the recipe so that the recipe is built normally rather than |
409 | from the workspace. | 407 | from the workspace:: |
410 | :: | ||
411 | 408 | ||
412 | $ devtool finish recipe layer | 409 | $ devtool finish recipe layer |
413 | 410 | ||
@@ -605,8 +602,7 @@ command: | |||
605 | repository, updates the recipe to point to them (or creates a | 602 | repository, updates the recipe to point to them (or creates a |
606 | ``.bbappend`` file to do so, depending on the specified destination | 603 | ``.bbappend`` file to do so, depending on the specified destination |
607 | layer), and then resets the recipe so that the recipe is built | 604 | layer), and then resets the recipe so that the recipe is built |
608 | normally rather than from the workspace. | 605 | normally rather than from the workspace:: |
609 | :: | ||
610 | 606 | ||
611 | $ devtool finish recipe layer | 607 | $ devtool finish recipe layer |
612 | 608 | ||
@@ -780,8 +776,7 @@ The following diagram shows the common development flow used with the | |||
780 | 776 | ||
781 | If you specify a destination layer that is the same as the original | 777 | If you specify a destination layer that is the same as the original |
782 | source, then the old version of the recipe and associated files are | 778 | source, then the old version of the recipe and associated files are |
783 | removed prior to adding the new version. | 779 | removed prior to adding the new version:: |
784 | :: | ||
785 | 780 | ||
786 | $ devtool finish recipe layer | 781 | $ devtool finish recipe layer |
787 | 782 | ||