[FE training-materials-updates] Add the Yocto labs in the Makefile

Antoine Ténart antoine.tenart at free-electrons.com
Wed Mar 26 14:48:34 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

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

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

commit 51eee4ba2dc0e823a2d0e22f0313f72eea0af902
Author: Antoine Ténart <antoine.tenart at free-electrons.com>
Date:   Tue Mar 25 16:30:07 2014 +0100

    Add the Yocto labs in the Makefile


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

51eee4ba2dc0e823a2d0e22f0313f72eea0af902
 Makefile |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Makefile b/Makefile
index 16d6ef3..1fc6291 100644
--- a/Makefile
+++ b/Makefile
@@ -292,6 +292,10 @@ BOOTTIME_LABS = boottime-install \
 		boottime-bootloader \
 		boottime-results \
 
+YOCTO_LABS    = setup \
+		yocto-first-build \
+		yocto-advanced-configuration \
+
 # Output directory
 OUTDIR   = $(PWD)/out
 
@@ -436,6 +440,9 @@ LABS_CHAPTERS      = $(ANDROID_LABS)
 else ifeq ($(LABS),full-boottime)
 LABS_VARSFILE      = common/boottime-labs-vars.tex
 LABS_CHAPTERS      = $(BOOTTIME_LABS)
+else ifeq ($(LABS),full-yocto)
+LABS_VARSFILE      = common/yocto-labs-vars.tex
+LABS_CHAPTERS      = $(YOCTO_LABS)
 else
 LABS_VARSFILE      = common/single-lab-vars.tex
 LABS_CHAPTERS      = $(LABS)



More information about the training-materials-updates mailing list