diff options
Diffstat (limited to 'distribution/yocto-advanced/yocto-scripts.tex')
| -rw-r--r-- | distribution/yocto-advanced/yocto-scripts.tex | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/distribution/yocto-advanced/yocto-scripts.tex b/distribution/yocto-advanced/yocto-scripts.tex index 54c2180..9e02f76 100644 --- a/distribution/yocto-advanced/yocto-scripts.tex +++ b/distribution/yocto-advanced/yocto-scripts.tex @@ -10,7 +10,7 @@ wic closes this gap \begin{verbatim} % wic list images -% wic create qemux86-directdisk -o /tmp -e core-image-minimal +% wic create am335x-sdimage -o /tmp -e mini-image \end{verbatim} \end{frame} @@ -47,23 +47,23 @@ devtool build-image core-image-minimal %TODO: verify %e.g. to replace config files on the target %\begin{verbatim} -%recipetool appendfile ../meta-mini /etc/X11/xorg.conf /tmp/xorg.conf +%recipetool appendfile ../meta-foo /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] +%recipetool appendsrcfile[s] ../meta-foo hello /tmp/hello.c [/tmp/hello2.c] %\end{verbatim} %\end{frame} -\begin{frame}[fragile] -\frametitle{wizard for creating machine configs} -use, -\begin{verbatim} -yocto-bsp list karch -\end{verbatim} -select the architecture that has the closet match with your hardware and use -\begin{verbatim} -yocto-bsp create <karch> mymachine -\end{verbatim} -and answer the questions. -\end{frame} +%\begin{frame}[fragile] +%\frametitle{wizard for creating machine configs} +%use, +%\begin{verbatim} +%yocto-bsp list karch +%\end{verbatim} +%select the architecture that has the closet match with your hardware and use +%\begin{verbatim} +%yocto-bsp create <karch> mymachine +%\end{verbatim} +%and answer the questions. +%\end{frame} |
