blob: 00cf3604265a3d02dab280d14a9c29701efc3b41 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{{ if kernel_choice != "custom": }}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05002{{ input type:"boolean" name:"use_default_kernel" prio:"10" msg:"Would you like to use the default (4.4) kernel? (y/n)" default:"y"}}
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003
4{{ if kernel_choice != "custom" and use_default_kernel == "n": }}
Patrick Williamsd8c66bc2016-06-20 12:57:21 -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.4"}}