Template:YOCTO ENV SETUP X SHORT FF: Difference between revisions
From Variscite Wiki
(Created page with "<section begin=YOCTO_ENV_SETUP_X_SHORT/><includeonly> The above command is only mandatory for the very first build setup: whenever restarting a newer build session (from a different terminal or in a different time), you can skip the full setup and just run $ cd {{#var:BUILD_FOLDER}} $ source setup-environment {{#var:BUILD_FOLDER_ENV}}<!-- --></includeonly><section end=YOCTO_ENV_SETUP_X_SHORT/>") |
No edit summary |
||
Line 2: | Line 2: | ||
The above command is only mandatory for the very first build setup: whenever restarting a newer build session (from a different terminal or in a different time), you can skip the full setup and just run | The above command is only mandatory for the very first build setup: whenever restarting a newer build session (from a different terminal or in a different time), you can skip the full setup and just run | ||
{{#if:{{#var:BUILD_YOCTO_IN_DOCKER_CONTAINER}}| | |||
vari@474da3a440cf:/workdir$ source setup-environment {{#var:BUILD_FOLDER_ENV}}<!-- | |||
| | |||
$ cd {{#var:BUILD_FOLDER}} | $ cd {{#var:BUILD_FOLDER}} | ||
$ source setup-environment {{#var:BUILD_FOLDER_ENV}}<!-- | $ source setup-environment {{#var:BUILD_FOLDER_ENV}}<!-- | ||
}} | |||
--></includeonly><section end=YOCTO_ENV_SETUP_X_SHORT/> | --></includeonly><section end=YOCTO_ENV_SETUP_X_SHORT/> |