Hi,
On 20/03/15 08:45, pi-cheng.chen wrote:
From: Vincent Guittot vincent.guittot@linaro.org
Maybe just say that we remove this example as we don't support yaml. Also the subject might be more explicit on this.
Thanks,
- Juri
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org
doc/taskset.yml | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 doc/taskset.yml
diff --git a/doc/taskset.yml b/doc/taskset.yml deleted file mode 100644 index 5483dce..0000000 --- a/doc/taskset.yml +++ /dev/null @@ -1,53 +0,0 @@ -# maybe useless to pre-define resources here. -resources:
- m0- m1- m2- m3-tasks:
# task name can be "A", "t0", etc. It will only be used in log names# and in graphs.t0:- exec: 10000 # usec, mandatoryperiod: 10000 # usec, mandatorydeadline: 8000 # usec, optional, default = $periodcpu: 0,1 # optional, default = - (all)policy: FIFO # optional, default = $global.default_policylock: m1resources:- m1:- duration : 1000t1:- exec: 50000period: 100000cpu: 1policy: DEADLINElock: m0,m3,m2 # optional. direct lock orderresources:- m0:- duration: 1000 # usec, mandatory if present in $lock list.access : m2 # optional, list- m1:- duration: 100access: m3- m2:- duration: 200access: m1- m3:- duration: 500-global:
# here values are set to their defaults, as an example.- spacing: 0 # msec, optionaldefault_policy: OTHER # optionalduration: -1 # seconds, optional, -1 means not endinggnuplot: false # optionallogdir: null # full/relative path to the directory where to store logs# by default it is not set, so rt-app logs to stdoutbaselog: rt-app # basename for thread logs (needs $lodgir != null)frag: 1 # fragmentation of resource reservations w.r.t thread $period# i.e. 2 means thread period is twice as big as RR period.