summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2018-11-23 11:23:45 +0100
committerJohn Ogness <john.ogness@linutronix.de>2018-11-29 15:51:03 +0106
commit6f96dd7a351d16d7f647bbbec0986f6ab55b31b6 (patch)
tree640634eb53584e65b32d6aff88eac278715a1e45
parent5d9043ce4f07dbc63a2996874e798de4a83538c2 (diff)
yocto-basic: update git url for thud
Signed-off-by: Manuel Traut <manut@linutronix.de>
-rw-r--r--distribution/yocto-basic/yocto-workflow.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/distribution/yocto-basic/yocto-workflow.tex b/distribution/yocto-basic/yocto-workflow.tex
index f5ac32a..6bbdade 100644
--- a/distribution/yocto-basic/yocto-workflow.tex
+++ b/distribution/yocto-basic/yocto-workflow.tex
@@ -7,9 +7,9 @@
\begin{frame}[fragile]
\frametitle{Retrieve Poky}
\begin{verbatim}
-$ git clone -b yocto-2.4.2 http://git.yoctoproject.org/git/poky
+$ git clone -b yocto-2.6 http://git.yoctoproject.org/git/poky
$ cd poky
-$ git checkout -b rocko-schulung
+$ git checkout -b thud-schulung
\end{verbatim}
\end{frame}