summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2015-01-05 14:14:37 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-06 14:27:01 +0000
commiteae11ba551e5de16a47f827e25fd6af055323863 (patch)
tree25f7de6a4d442185c87c809a534996338d2935c8 /documentation/bsp-guide
parentbc4215154cb93c6046c69eca025f70fcd208bfee (diff)
downloadpoky-eae11ba551e5de16a47f827e25fd6af055323863.tar.gz
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>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 0fa1f2d2b5..b2b13148f8 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1246,12 +1246,13 @@
1246 <literallayout class='monospaced'> 1246 <literallayout class='monospaced'>
1247 $ yocto-bsp list karch 1247 $ yocto-bsp list karch
1248 Architectures available: 1248 Architectures available:
1249 powerpc
1250 i386
1251 x86_64
1252 arm
1253 qemu 1249 qemu
1250 arm
1254 mips 1251 mips
1252 x86_64
1253 i386
1254 powerpc
1255 mips64
1255 </literallayout> 1256 </literallayout>
1256 </para> 1257 </para>
1257 1258
@@ -1292,26 +1293,25 @@
1292 3) ARM (32-bit) 1293 3) ARM (32-bit)
1293 4) PowerPC (32-bit) 1294 4) PowerPC (32-bit)
1294 5) MIPS (32-bit) 1295 5) MIPS (32-bit)
1296 6) MIPS64 (64-bit)
1295 3 1297 3
1296 Would you like to use the default (3.10) kernel? (y/n) [default: y] y 1298 Would you like to use the default (3.17) kernel? (y/n) [default: y] y
1297 Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n] [default: y] 1299 Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n] [default: y]
1298 Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-3.10.git... 1300 Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-3.17.git...
1299 Please choose a machine branch to base your new BSP branch on: [default: standard/base] 1301 Please choose a machine branch to base your new BSP branch on: [default: standard/base]
1300 1) standard/arm-versatile-926ejs 1302 1) standard/arm-versatile-926ejs
1301 2) standard/base 1303 2) standard/base
1302 3) standard/beagleboard 1304 3) standard/beagleboard
1303 4) standard/beaglebone 1305 4) standard/beaglebone
1304 5) standard/ck 1306 5) standard/ck
1305 6) standard/crownbay 1307 6) standard/common-pc
1306 7) standard/edgerouter 1308 7) standard/crownbay
1307 8) standard/emenlow 1309 8) standard/edgerouter
1308 9) standard/fri2 1310 9) standard/fsl-mpc8315e-rdb
1309 10) standard/fsl-mpc8315e-rdb 1311 10) standard/mti-malta32
1310 11) standard/mti-malta32 1312 11) standard/mti-malta64
1311 12) standard/mti-malta64 1313 12) standard/qemuarm64
1312 13) standard/qemuppc 1314 13) standard/qemuppc
1313 14) standard/routerstationpro
1314 15) standard/sys940x
1315 1 1315 1
1316 Would you like SMP support? (y/n) [default: y] 1316 Would you like SMP support? (y/n) [default: y]
1317 Does your BSP have a touchscreen? (y/n) [default: n] 1317 Does your BSP have a touchscreen? (y/n) [default: n]
@@ -1326,7 +1326,7 @@
1326 In the example, we use the ARM architecture. 1326 In the example, we use the ARM architecture.
1327 </para></listitem> 1327 </para></listitem>
1328 <listitem><para>The script then prompts you for the kernel. 1328 <listitem><para>The script then prompts you for the kernel.
1329 The default 3.14 kernel is acceptable. 1329 The default 3.17 kernel is acceptable.
1330 So, the example accepts the default. 1330 So, the example accepts the default.
1331 If you enter 'n', the script prompts you to further enter the kernel 1331 If you enter 'n', the script prompts you to further enter the kernel
1332 you do want to use.</para></listitem> 1332 you do want to use.</para></listitem>