[bootlin/training-materials updates] master: yocto-recipe-advanced: buildhistory-diff is in PATH (3e1c6c11)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Jun 7 21:03:05 CEST 2022


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

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

commit 3e1c6c1167255f032149df93891faf341efebb9d
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Jun 7 15:28:30 2022 +0200

    yocto-recipe-advanced: buildhistory-diff is in PATH
    
    The first time I ran ./scripts/buildhistory-diff as in the slides I got "No
    such file or directory" because I was not in the correct dir. Since it is
    in PATH, let's just call it without any path prepended for simplicity and
    portability.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

3e1c6c1167255f032149df93891faf341efebb9d
 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 8e15768d..df9ffb5b 100644
--- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
+++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
@@ -373,7 +373,7 @@ BUILDHISTORY_COMMIT = "1"
       Then use the \code{buildhistory-diff} tool to examine
       differences between two builds.
       \begin{itemize}
-        \item \code{./scripts/buildhistory-diff}
+        \item \code{buildhistory-diff}
       \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list