diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/start.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 386e5f5d29..05827610b7 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
| @@ -853,3 +853,14 @@ similar to checking out by branch name except you use tag names. | |||
| 853 | ``checkout`` command are a snapshot of the "&DISTRO_NAME_NO_CAP;" | 853 | ``checkout`` command are a snapshot of the "&DISTRO_NAME_NO_CAP;" |
| 854 | development branch at the point where Yocto Project &DISTRO; was | 854 | development branch at the point where Yocto Project &DISTRO; was |
| 855 | released. | 855 | released. |
| 856 | |||
| 857 | Initializing the Build Environment | ||
| 858 | ================================== | ||
| 859 | |||
| 860 | Before you can use Yocto you need to setup the build environment. | ||
| 861 | From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment | ||
| 862 | setup script to define Yocto Project's build environment on your build host:: | ||
| 863 | |||
| 864 | $ source oe-init-build-env | ||
| 865 | |||
| 866 | Note, that this step will have to be repeated every time you open a new shell. | ||
