Template:Yocto Build Release TI: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
= Download Yocto {{#var:YOCTO_NAME}} and setup environment = | = Download Yocto {{#var:YOCTO_NAME}} and setup environment = | ||
Download the source code: | '''Download the latest source code (recommended):''' | ||
$ mkdir ~/var-ti-yocto && cd ~/var-ti-yocto | $ mkdir ~/var-ti-yocto && cd ~/var-ti-yocto | ||
$ git clone {{#var:OE_LAYERSETUP_GIT}} tisdk | $ git clone {{#var:OE_LAYERSETUP_GIT}} tisdk | ||
or | |||
'''Download a release tag:''' | |||
$ mkdir ~/var-ti-yocto && cd ~/var-ti-yocto | |||
$ git clone {{#var:OE_LAYERSETUP_GIT}} tisdk -b {{#var:RELEASE_NAME}} | |||
{{Note|'''Optional:''' Variscite provides Docker containers that can be used for a development environment as an alternative to using a virtual machine or a dedicated computer. | {{Note|'''Optional:''' Variscite provides Docker containers that can be used for a development environment as an alternative to using a virtual machine or a dedicated computer. | ||
Line 63: | Line 70: | ||
}} | }} | ||
* | * Download the source code dependencies'''<br> | ||
$ cd tisdk | $ cd tisdk | ||
$ ./oe-layertool-setup.sh -f {{#var:OE_LAYERSETUP_MANIFEST_PATH}} | $ ./oe-layertool-setup.sh -f {{#var:OE_LAYERSETUP_MANIFEST_PATH}} |