From 204b2bae4a5958735fdd19c63a69f4ed3780bba7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 10 Oct 2016 09:40:04 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 27 +++++++++++++-------------- 1 file 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 @@ Done. Which qemu architecture would you like to use? [default: i386] - 1) i386 (32-bit) + 1) i386 (32-bit) 2) x86_64 (64-bit) 3) ARM (32-bit) 4) PowerPC (32-bit) 5) MIPS (32-bit) 6) MIPS64 (64-bit) - 3 - Would you like to use the default (4.1) kernel? (y/n) [default: y] + 1 + Would you like to use the default (4.4) 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.4.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 - 8) standard/mti-malta64 - 9) standard/qemuarm64 - 10) standard/qemuppc - 1 + 3) standard/beaglebone + 4) standard/edgerouter + 5) standard/fsl-mpc8315e-rdb + 6) standard/mti-malta32 + 7) standard/mti-malta64 + 8) standard/qemuarm64 + 9) standard/qemuppc + 3 Would you like SMP support? (y/n) [default: y] Does your BSP have a touchscreen? (y/n) [default: n] Does your BSP have a keyboard? (y/n) [default: y] -- cgit v1.2.3-54-g00ecf