mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
e93596fe74
commit
204b2bae4a
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user