[bootlin/training-materials updates] master: yocto: slides: yocto-recipe-extra: slightly simplify kexec-tools example (52873ac5)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Apr 20 18:10:04 CEST 2023


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

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

commit 52873ac5532afa136d72e3a1e311e95e5ec85b73
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Apr 20 18:10:04 2023 +0200

    yocto: slides: yocto-recipe-extra: slightly simplify kexec-tools example
    
    No need for a dummy SRC_URI[sha256sum], the example is about other
    things. Also compact SRC_URI[md5sum] on a simple line which definitely fits
    on the slide.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

52873ac5532afa136d72e3a1e311e95e5ec85b73
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index 33c44a8c..083116c3 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -415,9 +415,7 @@ require kexec-tools.inc
 export LDFLAGS = "-L${STAGING_LIBDIR}"
 EXTRA_OECONF = " --with-zlib=yes"
 
-SRC_URI[md5sum] = \
-    "b9f2a3ba0ba9c78625ee7a50532500d8"
-SRC_URI[sha256sum] = "..."
+SRC_URI[md5sum] = "b9f2a3ba0ba9c78625ee7a50532500d8"
 
 PACKAGES =+ "kexec kdump"
 




More information about the training-materials-updates mailing list