Skip to content

Commit

Permalink
Small yocto updates
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
  • Loading branch information
alexandrebelloni committed Jan 19, 2021
1 parent 7d8e5cd commit 498a7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slides/yocto-bsp/yocto-bsp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ \subsection{Kernel}
\item \code{linux-yocto} is a generic set of recipes for building
mainline Linux kernel images.
\item \code{PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"}
\item \code{PREFERRED_VERSION_linux-yocto = "3.14\%"}
\item \code{PREFERRED_VERSION_linux-yocto = "5.10\%"}
\end{itemize}
\end{frame}

Expand Down
2 changes: 1 addition & 1 deletion slides/yocto-recipe-extra/yocto-recipe-extra.tex
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ \subsection{Python tasks}
\code{X}.
\item[\code{d.prependVar("X", "value")}] Prepend \code{value} to
\code{X}.
\item[\code{d.expand(expression)}] Expend variables in
\item[\code{d.expand(expression)}] Expand variables in
\code{expression}.
\end{description}
\end{frame}
Expand Down

0 comments on commit 498a7d7

Please sign in to comment.