Skip to content

Commit

Permalink
yocto: labs: remove recipe split into version-agnostic .inc
Browse files Browse the repository at this point in the history
The current trend is to stop doing that.

See: #219 (comment)

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Feb 2, 2024
1 parent 3d84487 commit b065b4c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions labs/yocto-add-application/yocto-add-application.tex
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,3 @@ \section{Inspect the build}
\item Try to see if the licences of \code{nInvaders} were
extracted.
\end{itemize}

\section{Split the recipe in a common and version specific parts}

A recipe for an application is usually divided into a version specific \code{bb}
file and a common one. Try to follow this logic and separate the configuration
variables accordingly. The \code{require} keyword can be used to include the
\code{.inc} from the \code{.bb}.

Which part do you think is version agnostic (\code{.inc}) and specific
(\code{.bb})?

0 comments on commit b065b4c

Please sign in to comment.