]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bsp-guide: Updated the yocto-bsp create output in the example.
authorScott Rifenbark <srifenbark@gmail.com>
Mon, 10 Oct 2016 16:36:13 +0000 (09:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Oct 2016 07:51:22 +0000 (08:51 +0100)
Fixes [YOCTO #10385]

The output was incorrect for the default kernel type.  In the
Krogoth branch, the output uses 4.1 and the text indicates 4.4.

In the master branch it was the same as well.  This commit fixes the
master branch to use the default 4.8 kernel in both the example output
and the text.

(From yocto-docs rev: a76d1cc91883dcd58743f2cd2626917e51419cb1)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/bsp-guide/bsp.xml

index b0562c7d4d2620decaf699bf739729a3a2ec48d8..b0377e8ece4984ffaac1c4f83cfadf9a4a4f855a 100644 (file)
             5) MIPS    (32-bit)
             6) MIPS64  (64-bit)
      3
-     Would you like to use the default (4.1) kernel? (y/n) [default: y]
+     Would you like to use the default (4.8) kernel? (y/n) [default: y]
      Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n] [default: y]
-     Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-4.1.git...
-     Please choose a machine branch to base your new BSP branch on: [default: standard/base]
+     Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-4.8.git...
+     Please choose a machine branch to base this BSP on: [default: standard/base]
             1) standard/arm-versatile-926ejs
             2) standard/base
             3) standard/beagleboard
             4) standard/beaglebone
             5) standard/edgerouter
             6) standard/fsl-mpc8315e-rdb
-            7) standard/mti-malta32
+             7) standard/mti-malta32
             8) standard/mti-malta64
             9) standard/qemuarm64
             10) standard/qemuppc
                             In the example, we use the ARM architecture.
                             </para></listitem>
                         <listitem><para>The script then prompts you for the kernel.
-                            The default 4.4 kernel is acceptable.
+                            The default 4.8 kernel is acceptable.
                             So, the example accepts the default.
                             If you enter 'n', the script prompts you to further enter the kernel
                             you do want to use.</para></listitem>