diff --git a/slides/yocto-layer-management/yocto-layer-management.tex b/slides/yocto-layer-management/yocto-layer-management.tex index be0c21b8a6..495715af1d 100644 --- a/slides/yocto-layer-management/yocto-layer-management.tex +++ b/slides/yocto-layer-management/yocto-layer-management.tex @@ -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 @@ -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} diff --git a/slides/yocto-sdk/yocto-sdk.tex b/slides/yocto-sdk/yocto-sdk.tex index cae83f6f20..b84d52108d 100644 --- a/slides/yocto-sdk/yocto-sdk.tex +++ b/slides/yocto-sdk/yocto-sdk.tex @@ -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.