blob: bbeeecd6bef459e38706060addb7d87e3e91d3d8 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# yocto-bsp-filename {{=machine}}-preempt-rt.scc
2define KMACHINE {{=machine}}
Patrick Williamsf1e5d692016-03-30 15:21:19 -05003
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004define KARCH x86_64
5
6include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
7{{ if need_new_kbranch == "y": }}
Patrick Williamsf1e5d692016-03-30 15:21:19 -05008define KTYPE {{=new_kbranch}}
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009branch {{=machine}}
10
11include {{=machine}}.scc
12
13# default policy for preempt-rt kernels
14include cfg/usb-mass-storage.scc
15include cfg/boot-live.scc
16include features/latencytop/latencytop.scc
17include features/profiling/profiling.scc