blob: ea6966ca4d30f0c8e519ad216f20fffa06b4833b [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 arm
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 features/latencytop/latencytop.scc
15include features/profiling/profiling.scc