Skip to content

Commit

Permalink
slides/yocto-recipe-advanced: fix sentence about class search
Browse files Browse the repository at this point in the history
Since scarthgap bitbake also looks in classes-recipe and classes-global.

Signed-off-by: Antonin Godard <[email protected]>
  • Loading branch information
antznin committed Feb 18, 2025
1 parent b1fc46c commit 25ecd70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ \subsection{BitBake file inclusions}
\item To inherit the functionalities of the \code{kernel} class,
use: \code{inherit kernel}
\item \code{inherit} looks for files ending in \code{.bbclass}, in
\code{classes} directories found in \yoctovar{BBPATH}.
\code{classes}, \code{classes-recipe} or \code{classes-global} directories
found in \yoctovar{BBPATH}.
\item It is possible to include a class conditionally using a
variable: \code{inherit ${FOO}}
\item Inheriting in configuration files is based on the \yoctovar{INHERIT}
Expand Down

0 comments on commit 25ecd70

Please sign in to comment.