[bootlin/training-materials updates] master: yocto: slides: mention patch files in SRC_URI can be compressed (1a75c988)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Oct 27 19:03:08 CEST 2023


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

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

commit 1a75c98866891fa5d438475d86218d9dbea34b58
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Oct 27 19:03:08 2023 +0200

    yocto: slides: mention patch files in SRC_URI can be compressed
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

1a75c98866891fa5d438475d86218d9dbea34b58
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index 0f99d629..583e45e2 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -466,6 +466,10 @@ addtask do_mkimage after do_compile before do_install
     \item Files ending in \code{.patch}, \code{.diff} or having the
       \code{apply=yes} parameter will be applied after the sources are
       retrieved and extracted, during the \code{do_patch} task.
+    \begin{itemize}
+      \item Compressed patches with \code{.gz}, \code{.bz2}, \code{.xz} or
+        \code{.Z} suffix are automatically decompressed
+    \end{itemize}
   \end{itemize}
   \begin{block}{}
     \begin{minted}{sh}




More information about the training-materials-updates mailing list