[FE training-materials-updates] Use lunch in linaro now instead of passing TARGET_PRODUCT on the command line

Maxime Ripard maxime.ripard at free-electrons.com
Thu Mar 21 16:50:38 CET 2013


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

On branch  : various-fixes
Link       : http://git.free-electrons.com/training-materials/commit/?id=ed9d2cd63a8f939419e80d8b47e5e3e6591f2d8a

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

commit ed9d2cd63a8f939419e80d8b47e5e3e6591f2d8a
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Mar 21 11:50:27 2013 +0100

    Use lunch in linaro now instead of passing TARGET_PRODUCT on the command
    line
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

ed9d2cd63a8f939419e80d8b47e5e3e6591f2d8a
 labs/android-new-board/android-new-board.tex |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 2d99a0e..432db4a 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -93,9 +93,10 @@ Get back to the \code{src} directory.
 
 As we said earlier, the DevKit8000 is very similar to the BeagleBoard,
 so we will first compile a build for the BeagleBoard. The command to
-run is:
+run is, after you have selected the beagleboard product using
+\code{lunch}:
 
-\code{make TARGET_PRODUCT=beagleboard TARGET_TOOLS_PREFIX=~/felabs/android/linaro/android-toolchain-eabi/bin/arm-eabi- boottarball systemtarball userdatatarball -j8}
+\code{make TARGET_TOOLS_PREFIX=~/felabs/android/linaro/android-toolchain-eabi/bin/arm-eabi- boottarball systemtarball userdatatarball -j8}
 
 Once again, you can expect this build job to take at least one hour to
 run, even on a recent and rather fast laptop.



More information about the training-materials-updates mailing list