From 964c3522ef155e262e7057e6bd8a0511fcaa2968 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Tue, 31 Oct 2023 10:45:02 +0100 Subject: [PATCH] yocto: slides: remove "Exclusion" slide This is not considered very useful. Additionally, the last bullet is not true anymore as of Kirkstone: PACKAGE_EXCLUDE works with DEB as well. Since the section is now left with one slide only, also reword section and slide titles. Suggested-by: Alexandre Belloni Signed-off-by: Luca Ceresoli --- slides/yocto-advanced/yocto-advanced.tex | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/slides/yocto-advanced/yocto-advanced.tex b/slides/yocto-advanced/yocto-advanced.tex index 8348daf6a3..7d205f2739 100644 --- a/slides/yocto-advanced/yocto-advanced.tex +++ b/slides/yocto-advanced/yocto-advanced.tex @@ -285,10 +285,10 @@ \subsection{Package variants} \end{itemize} \end{frame} -\subsection{Packages} +\subsection{Selection of packages to install} \begin{frame} - \frametitle{Selection} + \frametitle{Selection of packages to install} \begin{itemize} \item The set of packages installed into the image is defined by the target you choose (e.g. \code{core-image-minimal}). @@ -301,19 +301,6 @@ \subsection{Packages} \end{itemize} \end{frame} -\begin{frame} - \frametitle{Exclusion} - \begin{itemize} - \item The list of packages to install is also filtered using the - \code{PACKAGE_EXCLUDE} variable. - \item If you choose to not install a package using this variable - and some other package is dependent on it (i.e. listed in a - recipe's \code{RDEPENDS} variable), the OpenEmbedded build system - generates a fatal installation error. - \item This only works with RPM and IPK packages. - \end{itemize} -\end{frame} - \subsection{The power of BitBake} \begin{frame}