summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/yocto-scripts.tex
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2017-12-19 11:16:28 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-12-19 11:16:28 +0100
commit6e7e1b7172813fc4ecb60597f903dd21a4616159 (patch)
treedbfe0b8f1a3d51c275722ba86d4ffe109ee88aef /distribution/yocto-advanced/yocto-scripts.tex
parent270520b4a2eac8725c8575c3180964289722e191 (diff)
update yocto-advanced: sync to devel/manut/yocto
The devel/manut/yocto heavily diverted from master. Sync with latest version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-advanced/yocto-scripts.tex')
-rw-r--r--distribution/yocto-advanced/yocto-scripts.tex30
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}