blob: 917f0e220703af28908edfc36357b0d347ee94bd [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{{ if kernel_choice != "custom": }}
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (4.12) kernel? (y/n)" default:"y"}}
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003
4{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005{{ input type:"choicelist" name:"kernel_choice" gen:"bsp.kernel.kernels" prio:"10" msg:"Please choose the kernel to use in this BSP:" default:"linux-yocto_4.12"}}