[FE training-materials-updates] yocto: slides: add a license file checksum in the recipe example

Antoine Ténart antoine.tenart at free-electrons.com
Thu Dec 8 09:30:04 CET 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=d427d482474df906a2ba9965944a481114b55f22

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

commit d427d482474df906a2ba9965944a481114b55f22
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Thu Dec 8 09:30:04 2016 +0100

    yocto: slides: add a license file checksum in the recipe example
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

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

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index 90391a8..6df54f1 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -455,6 +455,8 @@ SECTION = "examples"
 LICENSE = "GPLv2"
 
 SRC_URI = "file://hello.c"
+LIC_FILES_CHKSUM = \
+  "file://hello.c;beginline=3;endline=21;md5=58e..."
 
 do_compile() {
     ${CC} ${CFLAGS} ${LDFLAGS} -o hello ${WORKDIR}/hello.c




More information about the training-materials-updates mailing list