[bootlin/training-materials updates] master: yocto: slides: improve RRECOMMEND description (a0affb29)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Apr 17 18:08:39 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a0affb295310477f4bc4d965a72292b6bc6ebf28

>---------------------------------------------------------------

commit a0affb295310477f4bc4d965a72292b6bc6ebf28
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Apr 17 11:33:09 2023 +0200

    yocto: slides: improve RRECOMMEND description
    
    After feedback from Alex
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

a0affb295310477f4bc4d965a72292b6bc6ebf28
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index 7fe54206..b0d6f2bf 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -506,8 +506,8 @@ ncurses
       skipped instead of failing the build
     \item Typical cases:
       \begin{itemize}
-        \item A package extends the feature of a program, but it is not
-          needed either for building nor for basic usage
+        \item A package extends the features of a program, but its build
+          has been disabled explicitly (e.g. via \code{BAD_RECOMMENDATIONS})
         \item Depending on a kernel module that might also be built-in in
           the kernel Image
       \end{itemize}




More information about the training-materials-updates mailing list