Template:Yocto Build Release IMX: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
= Download Yocto {{#var:YOCTO_NAME}} based on {{#varexists:FSLC_BSP_VERSION|Freescale Community BSP {{#var:FSLC_BSP_VERSION}}|NXP BSP {{#var:FSL_BSP_VERSION}}}} = | = Download Yocto {{#var:YOCTO_NAME}} based on {{#varexists:FSLC_BSP_VERSION|Freescale Community BSP {{#var:FSLC_BSP_VERSION}}|NXP BSP {{#var:FSL_BSP_VERSION}}}} = | ||
$ mkdir -p ~/bin | $ git config --global user.name "Your Name" | ||
$ curl https://commondatastorage.googleapis.com/git-repo-downloads/{{#var:REPO_VERSION}} > ~/bin/repo | $ git config --global user.email "Your Email" | ||
$ chmod a+x ~/bin/repo | |||
$ export PATH=~/bin:$PATH | $ mkdir -p ~/bin | ||
$ curl https://commondatastorage.googleapis.com/git-repo-downloads/{{#var:REPO_VERSION}} > ~/bin/repo | |||
$ chmod a+x ~/bin/repo | |||
$ export PATH=~/bin:$PATH | |||
$ mkdir {{#var:BUILD_FOLDER}} | $ mkdir {{#var:BUILD_FOLDER}} |