diff options
| author | Manuel Traut <manut@linutronix.de> | 2015-05-08 11:05:54 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2015-05-08 11:05:54 +0200 |
| commit | 7534c270229cf58afdb7f9a38f642503f1d22007 (patch) | |
| tree | 0809f2379102ab76b00e183d1c855ff2165ea5c2 /lx-trainer-vm | |
| parent | d803d562d73b87efb002107d00dbeaaec9a2a5e8 (diff) | |
lx-trainer-vm: mirror all branches of the yocto repos
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'lx-trainer-vm')
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 70d5201..a080424 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -105,8 +105,8 @@ <command>tar xzf eclipse-cpp-*.tar.gz -C /opt</command> <command>rm eclipse-cpp-*.tar.gz</command> <mkdir>/opt/yocto</mkdir> - <command>git clone git://git.yoctoproject.org/poky.git /opt/yocto/poky.git</command> - <command>git clone git://git.yoctoproject.org/meta-ti /opt/yocto/meta-ti.git</command> + <command>git clone --mirror git://git.yoctoproject.org/poky.git /opt/yocto/poky.git</command> + <command>git clone --mirror git://git.yoctoproject.org/meta-ti /opt/yocto/meta-ti.git</command> <adduser passwd="devel" shell="/bin/bash" groups="sudo">devel</adduser> </finetuning> <pkg-list> |
