b74170efa6beae9ce9089182ff0902e19132720c
[AGL/meta-agl-devel.git] /
1 {
2         "name": "agl-qt-ivi-demo",
3         "role": "ivi",
4         "base": {
5                 "autoboot": false,
6                 "bootpriority": 20,
7                 "rootfs": {
8                         "path": "/opt/container/guests/agl-qt-ivi-demo/rootfs",
9                         "filesystem":   "ext4",
10                         "mode":         "rw",
11                         "blockdev": [
12                                 "/dev/mmcblk0p6",
13                                 "/dev/mmcblk0p6"
14                         ]
15                 },
16                 "extended": {
17                         "shmounts": "/opt/container/guests/agl-qt-ivi-demo/shmounts"
18                 },
19                 "lifecycle": {
20                         "halt": "SIGRTMIN+3",
21                         "reboot": "SIGTERM",
22                         "timeout": 15000
23                 },
24                 "cap": {
25                         "drop": "sys_module mac_admin mac_override",
26                         "keep": ""
27                 },
28                 "environment": [
29                         "HOME=/home/root"
30                 ]
31         },
32         "resource": [
33                 {
34                         "type":         "cgroup",
35                         "object":       "cpuset.cpus",
36                         "value":        "0-6"
37                 },
38                 {
39                         "type":         "prlimit",
40                         "object":       "rtprio",
41                         "value":        "50"
42                 }
43         ],
44         "fs": {
45                 "mount": [
46                         {
47                                 "type":         "filesystem",
48                                 "from":         "tmpfs",
49                                 "to":           "run",
50                                 "fstype":       "tmpfs",
51                                 "option":       "defaults 0 0"
52                         },
53                         {
54                                 "type":         "directory",
55                                 "from":         "/sys/kernel/security",
56                                 "to":           "sys/kernel/security",
57                                 "fstype":       "none",
58                                 "option":       "ro,bind,optional 0 0"
59                         },
60                         {
61                                 "type":         "directory",
62                                 "from":         "/run/udev/data",
63                                 "to":           "run/udev/data",
64                                 "fstype":       "none",
65                                 "option":       "ro,bind,optional,create=dir"
66                         },
67                         {
68                                 "type":         "directory",
69                                 "from":         "/run/drm-lease-manager/lease-ivi",
70                                 "to":           "var/display/drm-lease-manager/lease",
71                                 "fstype":       "none",
72                                 "option":       "bind,create=file"
73                         },
74                         {
75                                 "type":         "directory",
76                                 "from":         "/run/dlt",
77                                 "to":           "run/dlt",
78                                 "fstype":       "none",
79                                 "option":       "bind,optional,create=dir"
80                         },
81                         {
82                                 "type":         "directory",
83                                 "from":         "/opt/container/guests/agl-qt-ivi-demo/system.conf",
84                                 "to":           "etc/systemd/system.conf.d/10-environment.conf",
85                                 "fstype":       "none",
86                                 "option":       "bind,optional,create=file"
87                         }
88                 ]
89         },
90         "device": {
91                 "static": [
92                         {
93                                 "type":                 "devdir",
94                                 "from":                 "/dev/dri",
95                                 "to":                   "dev/dri",
96                                 "devnode":              "/dev/dri/card0",
97                                 "optional":             0,
98                                 "wideallow":    1,
99                                 "exclusive":    0
100                         },
101                         {
102                                 "type":                 "devdir",
103                                 "from":                 "/dev/input",
104                                 "to":                   "dev/input",
105                                 "devnode":              "/dev/input/event0",
106                                 "optional":             1,
107                                 "wideallow":    1,
108                                 "exclusive":    0
109                         },
110                         {
111                                 "type":                 "devdir",
112                                 "from":                 "/dev/snd",
113                                 "to":                   "dev/snd",
114                                 "devnode":              "/dev/snd/controlC0",
115                                 "optional":             1,
116                                 "wideallow":    1,
117                                 "exclusive":    0
118                         },
119                         {
120                                 "type":                 "devnode",
121                                 "from":                 "/dev/mali0",
122                                 "to":                   "dev/mali0",
123                                 "devnode":              "/dev/mali0",
124                                 "optional":             0,
125                                 "wideallow":    0,
126                                 "exclusive":    0
127                         }
128                 ],
129                 "dynamic": [
130                         {
131                                 "devpath": "/devices/platform/usbdrd3_0/fc000000.usb/",
132                                 "items": [
133                                         {
134                                                 "subsystem": "usb",
135                                                 "rule": {
136                                                         "devtype": ["usb_device","usb_interface"],
137                                                         "action": ["add", "remove"]
138                                                 },
139                                                 "behavior": {
140                                                         "injection": 1,
141                                                         "devnode": 0,
142                                                         "allow": 0,
143                                                         "permission": "rw"
144                                                 }
145                                         },
146                                         {
147                                                 "subsystem": "block",
148                                                 "rule": {
149                                                         "action": ["add", "remove","change"],
150                                                         "extra" : [
151                                                                 {
152                                                                         "checker": "exclude-fs",
153                                                                         "value": "ext4"
154                                                                 }
155                                                         ]
156                                                 },
157                                                 "behavior": {
158                                                         "injection": 1,
159                                                         "devnode": 0,
160                                                         "allow": 1,
161                                                         "permission": "rwm"
162                                                 }
163                                         }
164                                 ]
165                         },
166                         {
167                                 "devpath": "/devices/platform/usbdrd3_0/fc000000.usb/",
168                                 "items": [
169                                         {
170                                                 "subsystem": "hid",
171                                                 "rule": {
172                                                         "action": ["add", "remove"]
173                                                 },
174                                                 "behavior": {
175                                                         "injection": 1,
176                                                         "devnode": 1,
177                                                         "allow": 1,
178                                                         "permission": "rw"
179                                                 }
180                                         }
181                                 ]
182                         }
183                 ]
184         },
185         "network": {
186                 "static": [
187                         {
188                                 "type":         "veth",
189                                 "param": {
190                                         "name": "veth0",
191                                         "link": "lxcbr0",
192                                         "flags":        "up",
193                                         "hwaddr":       "00:16:3e:xx:xx:xx",
194                                         "mode": "bridge"
195                                 }
196                         }
197                 ],
198                 "dynamic": [
199                         {
200                                 "ifname":       "vxcan2"
201                         }
202                 ]
203         }
204 }