blob: 7676ca88399bc8c6cdefc64c250cff108b84fead [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{{ if kernel_choice != "custom": }}
Patrick Williamsf1e5d692016-03-30 15:21:19 -05002{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (4.1) kernel? (y/n)" default:"y"}}
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003
4{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
Patrick Williamsf1e5d692016-03-30 15:21:19 -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.1"}}