[bootlin/training-materials updates] master: yocto: slides: yocto-recipe-advanced: reword misleading explanation (d40e808d)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Aug 31 16:17:08 CEST 2022


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

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

commit d40e808df54d9d9f876f6c1dbec3c1e162bc3926
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Aug 31 15:01:41 2022 +0200

    yocto: slides: yocto-recipe-advanced: reword misleading explanation
    
    To some trainees, the "filter" word suggests ideas that have nothing to do
    with what the base class does to apply patches. Rephrase to go straight to
    the point.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

d40e808df54d9d9f876f6c1dbec3c1e162bc3926
 slides/yocto-recipe-advanced/yocto-recipe-advanced.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
index 36903948..97be03a9 100644
--- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
+++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
@@ -146,7 +146,7 @@ SRC_URI += "file://custom-modification-0.patch \
     \begin{itemize}
       \item Mirrors definitions: \code{DEBIAN_MIRROR},
             \code{GNU_MIRROR}, \code{KERNELORG_MIRROR}\dots
-      \item The ability to filter patches by \code{SRC_URI}
+      \item Automatic application of patch files listed in \code{SRC_URI}
       \item Some tasks: \code{clean}, \code{listtasks} or
             \code{fetch}.
     \end{itemize}




More information about the training-materials-updates mailing list