diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-08-22 12:49:51 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-08-22 12:49:51 +0200 |
| commit | 63e4344ef376d0fa3bd74baf4886b5e17b8ee021 (patch) | |
| tree | 16ccf9964d9db65cb992b66e6fd0af17d3c9de88 | |
| parent | 03f0d59eacdc82da8a5054c7d304bc1e95646387 (diff) | |
reorganize git clones of yocto stuff
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | lx-trainer-vm.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lx-trainer-vm.xml b/lx-trainer-vm.xml index 02260a4..86ca184 100644 --- a/lx-trainer-vm.xml +++ b/lx-trainer-vm.xml @@ -104,9 +104,10 @@ <command>wget http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/luna/R/eclipse-cpp-luna-R-linux-gtk.tar.gz</command> <command>tar xzf eclipse-cpp-luna-R-linux-gtk.tar.gz -C /opt</command> <command>rm eclipse-cpp-luna-R-linux-gtk.tar.gz</command> - <command>git clone -b daisy git://git.yoctoproject.org/poky.git /opt/poky-daisy</command> - <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /opt/poky-daisy/</command> - <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /opt/poky-daisy/</command> + <mkdir>/opt/yocto</mkdir> + <command>git clone -b daisy git://git.yoctoproject.org/poky.git /opt/yocto/poky.git</command> + <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /opt/yocto/meta-ti.git</command> + <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /opt/yocto/meta-fsl-arm.git</command> </finetuning> <pkg-list> <pkg>grub-pc</pkg> |
