Yocto Toolchain installation: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Set | <!-- Set release according to "release" parameter in URL and use MORTY_BETA_DART-6UL as default | ||
{{: | --> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- | ||
<!-- | --> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_MORTY_BETA_DART-6UL}}}} <!-- | ||
{{:Yocto_Platform_Customization| | --> {{PageHeader|Yocto toolchain installation for out of Yocto builds}} {{DocImage|category1=Yocto|category2={{#var:HARDWARE_NAME}}}} __toc__ | ||
{{PageHeader|Yocto toolchain installation for out of Yocto builds}} {{DocImage|category1=Yocto|category2={{#var:HARDWARE_NAME}}}} __toc__ | |||
Assuming you followed steps 1, 3, & 4 of the [[{{#var:HARDWARE_NAME}}_Yocto_Morty_Build_Yocto_release|Build Yocto from source code]] guide, as an example of X11 demo image build. Proceed to toolchain build below: | Assuming you followed steps 1, 3, & 4 of the [[{{#var:HARDWARE_NAME}}_Yocto_Morty_Build_Yocto_release|Build Yocto from source code]] guide, as an example of X11 demo image build. Proceed to toolchain build below: |
Revision as of 10:54, 8 May 2017
Yocto toolchain installation for out of Yocto builds
Assuming you followed steps 1, 3, & 4 of the Build Yocto from source code guide, as an example of X11 demo image build. Proceed to toolchain build below:
$ cd $ MACHINE= DISTRO= $ bitbake meta-ide-support $ bitbake meta-toolchain
The output will be located at tmp/deploy/sdk/. On a 64 bit Ubuntu you will get the following script.
Install the tools by running it:
$ tmp/deploy/sdk/
Reply to all defaults 'y'
The toolchain name depend on your build machine and may change.
Each time you wish to use the toolchain in a new shell session, you need to source the environment setup script:
$ source