bsp-guide: Updates to the "yocto-bsp" section.

Update the choices and version numbers of the "yocto-bsp" section
of the BSP guide to match the current development utilities.

(From yocto-docs rev: 0f8472ffa2bc3ae762587c4e2345a4d9850608ed)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2015-01-05 14:14:37 -06:00 committed by Richard Purdie
parent bc4215154c
commit eae11ba551
1 changed files with 16 additions and 16 deletions

View File

@ -1246,12 +1246,13 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ yocto-bsp list karch $ yocto-bsp list karch
Architectures available: Architectures available:
powerpc
i386
x86_64
arm
qemu qemu
arm
mips mips
x86_64
i386
powerpc
mips64
</literallayout> </literallayout>
</para> </para>
@ -1292,26 +1293,25 @@
3) ARM (32-bit) 3) ARM (32-bit)
4) PowerPC (32-bit) 4) PowerPC (32-bit)
5) MIPS (32-bit) 5) MIPS (32-bit)
6) MIPS64 (64-bit)
3 3
Would you like to use the default (3.10) kernel? (y/n) [default: y] y Would you like to use the default (3.17) kernel? (y/n) [default: y] y
Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [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-3.10.git... Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-3.17.git...
Please choose a machine branch to base your new BSP branch on: [default: standard/base] Please choose a machine branch to base your new BSP branch on: [default: standard/base]
1) standard/arm-versatile-926ejs 1) standard/arm-versatile-926ejs
2) standard/base 2) standard/base
3) standard/beagleboard 3) standard/beagleboard
4) standard/beaglebone 4) standard/beaglebone
5) standard/ck 5) standard/ck
6) standard/crownbay 6) standard/common-pc
7) standard/edgerouter 7) standard/crownbay
8) standard/emenlow 8) standard/edgerouter
9) standard/fri2 9) standard/fsl-mpc8315e-rdb
10) standard/fsl-mpc8315e-rdb 10) standard/mti-malta32
11) standard/mti-malta32 11) standard/mti-malta64
12) standard/mti-malta64 12) standard/qemuarm64
13) standard/qemuppc 13) standard/qemuppc
14) standard/routerstationpro
15) standard/sys940x
1 1
Would you like SMP support? (y/n) [default: y] Would you like SMP support? (y/n) [default: y]
Does your BSP have a touchscreen? (y/n) [default: n] Does your BSP have a touchscreen? (y/n) [default: n]
@ -1326,7 +1326,7 @@
In the example, we use the ARM architecture. In the example, we use the ARM architecture.
</para></listitem> </para></listitem>
<listitem><para>The script then prompts you for the kernel. <listitem><para>The script then prompts you for the kernel.
The default 3.14 kernel is acceptable. The default 3.17 kernel is acceptable.
So, the example accepts the default. So, the example accepts the default.
If you enter 'n', the script prompts you to further enter the kernel If you enter 'n', the script prompts you to further enter the kernel
you do want to use.</para></listitem> you do want to use.</para></listitem>