summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-10-10 09:40:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-11 08:51:13 +0100
commit204b2bae4a5958735fdd19c63a69f4ed3780bba7 (patch)
tree4f70a6cfb7080c86d6aa9dd68c535348065c7ed0
parente93596fe74927e2e2f4dd7f671994ccb9744cff8 (diff)
downloadpoky-204b2bae4a5958735fdd19c63a69f4ed3780bba7.tar.gz
bsp-guide: Fixed the yocto-bsp create example output
Fixes [YOCTO #10385] The output for the yocto-bsp create example uses 4.1 as the default kernel when it should be 4.4. I updated the exmaple output to reflect reality for the Krogoth release. (From yocto-docs rev: 9c2eea8693e439accdee6091484072aa54a5d02e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/bsp-guide/bsp.xml27
1 files changed, 13 insertions, 14 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index b0562c7d4d..52644261bb 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1460,28 +1460,27 @@
1460 Done. 1460 Done.
1461 1461
1462 Which qemu architecture would you like to use? [default: i386] 1462 Which qemu architecture would you like to use? [default: i386]
1463 1) i386 (32-bit) 1463 1) i386 (32-bit)
1464 2) x86_64 (64-bit) 1464 2) x86_64 (64-bit)
1465 3) ARM (32-bit) 1465 3) ARM (32-bit)
1466 4) PowerPC (32-bit) 1466 4) PowerPC (32-bit)
1467 5) MIPS (32-bit) 1467 5) MIPS (32-bit)
1468 6) MIPS64 (64-bit) 1468 6) MIPS64 (64-bit)
1469 3 1469 1
1470 Would you like to use the default (4.1) kernel? (y/n) [default: y] 1470 Would you like to use the default (4.4) kernel? (y/n) [default: y]
1471 Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n] [default: y] 1471 Do you need a new machine branch for this BSP (the alternative is to re-use an existing branch)? [y/n] [default: y]
1472 Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-4.1.git... 1472 Getting branches from remote repo git://git.yoctoproject.org/linux-yocto-4.4.git...
1473 Please choose a machine branch to base your new BSP branch on: [default: standard/base] 1473 Please choose a machine branch to base this BSP on: [default: standard/base]
1474 1) standard/arm-versatile-926ejs 1474 1) standard/arm-versatile-926ejs
1475 2) standard/base 1475 2) standard/base
1476 3) standard/beagleboard 1476 3) standard/beaglebone
1477 4) standard/beaglebone 1477 4) standard/edgerouter
1478 5) standard/edgerouter 1478 5) standard/fsl-mpc8315e-rdb
1479 6) standard/fsl-mpc8315e-rdb 1479 6) standard/mti-malta32
1480 7) standard/mti-malta32 1480 7) standard/mti-malta64
1481 8) standard/mti-malta64 1481 8) standard/qemuarm64
1482 9) standard/qemuarm64 1482 9) standard/qemuppc
1483 10) standard/qemuppc 1483 3
1484 1
1485 Would you like SMP support? (y/n) [default: y] 1484 Would you like SMP support? (y/n) [default: y]
1486 Does your BSP have a touchscreen? (y/n) [default: n] 1485 Does your BSP have a touchscreen? (y/n) [default: n]
1487 Does your BSP have a keyboard? (y/n) [default: y] 1486 Does your BSP have a keyboard? (y/n) [default: y]