[FE training-materials-updates] kernel: Apply only the beaglebone DTB patch

Maxime Ripard maxime.ripard at free-electrons.com
Thu Oct 10 18:32:23 CEST 2013


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

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

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

commit 934daa9852598e7f657aa8f2d8bac8ffc696d2b6
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Oct 10 18:28:52 2013 +0200

    kernel: Apply only the beaglebone DTB patch
    
    Otherwise, when we will apply the patch later on, it will fail.
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

934daa9852598e7f657aa8f2d8bac8ffc696d2b6
 .../kernel-compiling-and-nfs-booting.tex           |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
index c69d986..0be0d2b 100644
--- a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
+++ b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
@@ -73,7 +73,7 @@ Then, let's create the new branch and apply the patch for BeagleBone
 Black:
 \begin{verbatim}
 git checkout -b 3.11.y-bbb
-git am ../patches/*.patch
+git am ../patches/0001-ARM-OMAP2-*.patch
 \end{verbatim}
  
 \section{Cross-compiling toolchain setup}



More information about the training-materials-updates mailing list