Am Fri, 18 Nov 2016 13:32:09 +0100 schrieb <[email protected]>:
> From: Andreas Kölbl <Andreas Kölbl > [email protected]> Still this strange "From:" that looks like part of the mail-body. But git-am ignores it and does not make it part of the commit message. > We are missing a $i. > > Signed-off-by: Andreas Kölbl <[email protected]> > --- > Documentation/setup-on-banana-pi-arm-board.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/setup-on-banana-pi-arm-board.md > b/Documentation/setup-on-banana-pi-arm-board.md index > 0023e57..26b8448 100644 --- > a/Documentation/setup-on-banana-pi-arm-board.md +++ > b/Documentation/setup-on-banana-pi-arm-board.md @@ -160,7 +160,7 @@ $ > export > PATH=$PATH:$(pwd)/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin > ```bash $ cd ~/linux-stable $ git checkout v4.3.3 > -$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < ; done > +$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < $i; > done > #Copy config from jailhouse/ci directory > $ cp -av ../jailhouse/ci/kernel-config-banana-pi .config -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
