Skip to content

Commit

Permalink
slides/yocto-*: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Nov 15, 2023
1 parent 6340ce8 commit 4627bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions slides/yocto-layer-management/yocto-layer-management.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ \section{Automating layer management}
code, which is split into many \code{git} repositories. It's a
wrapper to handle several \code{git} repositories at once.
\item The only requirement is to use \code{git}.
\item The \code{repo} configuration is stored in \code{manifest}
\item The \code{repo} configuration is stored in a \code{manifest}
file, usually available in its own \code{git} repository.
\item It could also be in a specific branch of your custom layer.
\item It only handles fetching code, handling \code{local.conf} and
Expand Down Expand Up @@ -148,7 +148,7 @@ \section{Automating layer management}
\begin{itemize}
\item Then a single command will build all the listed target for the
\item Then a single command will build all the listed targets for the
machine:
\begin{minted}{sh}
Expand Down
2 changes: 1 addition & 1 deletion slides/yocto-sdk/yocto-sdk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ \section{The Yocto Project SDK}
$ $CC -o example example.c
\end{minted}
\end{block}
\item The \code{LDFLAGS} variables is set to be used with the C
\item The \code{LDFLAGS} variable is set to be used with the C
compiler (\code{gcc}).
\begin{itemize}
\item When building the Linux kernel, unset this variable.
Expand Down

0 comments on commit 4627bab

Please sign in to comment.