summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distribution/yocto-advanced/yocto-scripts.tex24
1 files changed, 12 insertions, 12 deletions
diff --git a/distribution/yocto-advanced/yocto-scripts.tex b/distribution/yocto-advanced/yocto-scripts.tex
index ef0430c..54c2180 100644
--- a/distribution/yocto-advanced/yocto-scripts.tex
+++ b/distribution/yocto-advanced/yocto-scripts.tex
@@ -42,18 +42,18 @@ devtool build-image core-image-minimal
\end{verbatim}
\end{frame}
-\begin{frame}[fragile]
-\frametitle{manage append files with recipetool}
-TODO: verify
-e.g. to replace config files on the target
-\begin{verbatim}
-recipetool appendfile ../meta-mini /etc/X11/xorg.conf /tmp/xorg.conf
-\end{verbatim}
-or to use modified sources
-\begin{verbatim}
-recipetool appendsrcfile[s] ../meta-mini hello /tmp/hello.c [/tmp/hello2.c]
-\end{verbatim}
-\end{frame}
+%\begin{frame}[fragile]
+%\frametitle{manage append files with recipetool}
+%TODO: verify
+%e.g. to replace config files on the target
+%\begin{verbatim}
+%recipetool appendfile ../meta-mini /etc/X11/xorg.conf /tmp/xorg.conf
+%\end{verbatim}
+%or to use modified sources
+%\begin{verbatim}
+%recipetool appendsrcfile[s] ../meta-mini hello /tmp/hello.c [/tmp/hello2.c]
+%\end{verbatim}
+%\end{frame}
\begin{frame}[fragile]
\frametitle{wizard for creating machine configs}