[FE training-materials-updates] Yocto labs: update to 17.0.2

Alexandre Belloni alexandre.belloni at free-electrons.com
Thu Dec 14 20:25:29 CET 2017


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

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

commit 4fe807a57c22d2f229cb1c726f21657809479f8f
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Thu Dec 14 20:25:29 2017 +0100

    Yocto labs: update to 17.0.2
    
    Update to pyro 17.0.2 to fix an issue in the SDK generation where it is
    possible that the SDK is missing all the -dev packages.
    
    Also add rootwait on the kernel command line so it waits for mmcblk0p2 to
    be present before trying to mount it.
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

4fe807a57c22d2f229cb1c726f21657809479f8f
 labs/yocto-first-build/yocto-first-build.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index fd04bd6..be65228 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -27,7 +27,7 @@ Download the \code{pyro} version of Poky and apply a custom patch:
 \begin{verbatim}
 git clone git://git.yoctoproject.org/poky.git
 cd $HOME/yocto-labs/poky
-git checkout -b pyro-17.0.0 pyro-17.0.0
+git checkout -b pyro-17.0.2 pyro-17.0.2
 \end{verbatim}
 
 Return to your project root directory (\code{cd $HOME/yocto-labs/})
@@ -176,7 +176,7 @@ set the following variables:
 \begin{verbatim}
 setenv bootcmd 'mmc rescan; fatload mmc 0 0x80200000 zImage; fatload mmc 0
 0x82000000 dtb; bootz 0x80200000 - 0x82000000'
-setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2 rw'
+setenv bootargs 'console=ttyO0,115200 root=/dev/mmcblk0p2 rootwait rw'
 saveenv
 \end{verbatim}
 




More information about the training-materials-updates mailing list