[FE training-materials-updates] buildroot/labs: minimal .mk file must also call a package infra

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 12 10:43:49 CEST 2015


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

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

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

commit a1a8217ff1bbb9fa1fc9c549146b09bb586a7c59
Author: Yann E. MORIN <yann.morin.1998 at free.fr>
Date:   Sat May 9 19:26:53 2015 +0200

    buildroot/labs: minimal .mk file must also call a package infra
    
    Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

a1a8217ff1bbb9fa1fc9c549146b09bb586a7c59
 labs/buildroot-advanced-packages/buildroot-advanced-packages.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex b/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
index 66ace83..3098eec 100644
--- a/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/labs/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -22,7 +22,7 @@ the necessary code in \code{package/bar/bar.mk} and
 \code{package/bar/Config.in}. Don't forget
 \code{package/bar/bar.hash}. At this point, your \code{bar.mk} should
 only define the \code{<pkg>_VERSION}, \code{<pkg>_SOURCE} and
-\code{<pkg>_SITE} variables.
+\code{<pkg>_SITE} variables, and a call to a package infrastructure.
 
 Enable the \code{bar} package in your Buildroot configuration, and
 start the build. It should download \code{bar}, extract it, and start



More information about the training-materials-updates mailing list