diff options
Diffstat (limited to 'documentation/ref-manual/terms.rst')
| -rw-r--r-- | documentation/ref-manual/terms.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index bf46148876..32bb75b271 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
| @@ -28,7 +28,7 @@ universal, the list includes them just in case: | |||
| 28 | to allow for matching recipe names. For example, suppose you have an | 28 | to allow for matching recipe names. For example, suppose you have an |
| 29 | append file named as follows: | 29 | append file named as follows: |
| 30 | :: | 30 | :: |
| 31 | 31 | ||
| 32 | busybox_1.21.%.bbappend | 32 | busybox_1.21.%.bbappend |
| 33 | 33 | ||
| 34 | That append file | 34 | That append file |
| @@ -76,7 +76,7 @@ universal, the list includes them just in case: | |||
| 76 | 76 | ||
| 77 | .. code-block:: shell | 77 | .. code-block:: shell |
| 78 | 78 | ||
| 79 | $ cd $HOME/poky | 79 | $ cd poky |
| 80 | $ source oe-init-build-env | 80 | $ source oe-init-build-env |
| 81 | 81 | ||
| 82 | - Create the Build Directory inside your home directory and | 82 | - Create the Build Directory inside your home directory and |
| @@ -84,19 +84,16 @@ universal, the list includes them just in case: | |||
| 84 | 84 | ||
| 85 | .. code-block:: shell | 85 | .. code-block:: shell |
| 86 | 86 | ||
| 87 | $ cd $HOME | ||
| 88 | $ source poky/oe-init-build-env test-builds | 87 | $ source poky/oe-init-build-env test-builds |
| 89 | 88 | ||
| 90 | - Provide a directory path and specifically name the Build | 89 | - Provide a directory path and specifically name the Build |
| 91 | Directory. Any intermediate folders in the pathname must exist. | 90 | Directory. Any intermediate folders in the pathname must exist. |
| 92 | This next example creates a Build Directory named | 91 | This next example creates a Build Directory named |
| 93 | ``YP-&POKYVERSION;`` in your home directory within the existing | 92 | ``YP-&POKYVERSION;`` within the existing directory ``mybuilds``: |
| 94 | directory ``mybuilds``: | ||
| 95 | 93 | ||
| 96 | .. code-block:: shell | 94 | .. code-block:: shell |
| 97 | 95 | ||
| 98 | $ cd $HOME | 96 | $ source poky/oe-init-build-env mybuilds/YP-&POKYVERSION; |
| 99 | $ source $HOME/poky/oe-init-build-env $HOME/mybuilds/YP-&POKYVERSION; | ||
| 100 | 97 | ||
| 101 | .. note:: | 98 | .. note:: |
| 102 | 99 | ||
