[FE training-materials-updates] slides/buildroot-rootfs: fix mistake on BINARIES_DIR

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jun 3 03:50:25 CEST 2015


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

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

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

commit f0cb80bf6b3d60d9d75a6970543008cde7cc1208
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Jun 3 01:39:10 2015 +0200

    slides/buildroot-rootfs: fix mistake on BINARIES_DIR
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

f0cb80bf6b3d60d9d75a6970543008cde7cc1208
 slides/buildroot-rootfs/buildroot-rootfs.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/buildroot-rootfs/buildroot-rootfs.tex b/slides/buildroot-rootfs/buildroot-rootfs.tex
index 5b6b5a8..a51608a 100644
--- a/slides/buildroot-rootfs/buildroot-rootfs.tex
+++ b/slides/buildroot-rootfs/buildroot-rootfs.tex
@@ -265,7 +265,7 @@ test         8000  wheel   -1    =          -         /bin/sh -           Test u
   \item Post-image scripts are called:
     \begin{itemize}
     \item from the Buildroot source directory
-    \item with the \code{$(IMAGES_DIR}) path as first argument
+    \item with the \code{$(BINARIES_DIR)} path as first argument
     \item with the contents of the \code{BR2_ROOTFS_POST_SCRIPT_ARGS} as other arguments
     \item with a number of available environment variables:
       \code{BR2_CONFIG}, \code{HOST_DIR}, \code{STAGING_DIR},



More information about the training-materials-updates mailing list