Skip to content

Commit

Permalink
yocto: slides: fix term in "Forbidding network acess" slide
Browse files Browse the repository at this point in the history
do_fetch is referred to as a class, even though it's a task. It is
defined in a class (i.e., base.bbclass), but it's not a class on its
own.

Signed-off-by: Joao Marcos Costa <[email protected]>
  • Loading branch information
jmarcoscosta committed Nov 21, 2024
1 parent e72db85 commit 9ab20a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ \subsection{Network usage}
\begin{frame}{Forbidding network access}
\begin{itemize}
\item Since Kirkstone (4.0), network access is only enabled
in the \code{do_fetch} class, to make sure no untraced sources
in the \code{do_fetch} task, to make sure no untraced sources
are fetched.
\item You can also completely disable network access using
\yoctovar{BB_NO_NETWORK = "1"}
Expand Down

0 comments on commit 9ab20a1

Please sign in to comment.