ef92b4cc96742a1c25600b7d85ac42a59de64693
[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":         "cgroupv2",
35                         "object":       "cpuset.cpus",
36                         "value":        "1-7"
37                 },
38                 {
39                         "type":         "cgroupv2",
40                         "object":       "memory.max",
41                         "value":        "8G"
42                 },
43                 {
44                         "type":         "prlimit",
45                         "object":       "rtprio",
46                         "value":        "50"
47                 }
48         ],
49         "fs": {
50                 "mount": [
51                         {
52                                 "type":         "filesystem",
53                                 "from":         "tmpfs",
54                                 "to":           "run",
55                                 "fstype":       "tmpfs",
56                                 "option":       "defaults 0 0"
57                         },
58                         {
59                                 "type":         "directory",
60                                 "from":         "/sys/kernel/security",
61                                 "to":           "sys/kernel/security",
62                                 "fstype":       "none",
63                                 "option":       "ro,bind,optional 0 0"
64                         },
65                         {
66                                 "type":         "directory",
67                                 "from":         "/run/udev/data",
68                                 "to":           "run/udev/data",
69                                 "fstype":       "none",
70                                 "option":       "ro,bind,optional,create=dir"
71                         },
72                         {
73                                 "type":         "directory",
74                                 "from":         "/run/drm-lease-manager/lease-ivi",
75                                 "to":           "var/display/drm-lease-manager/lease",
76                                 "fstype":       "none",
77                                 "option":       "bind,create=file"
78                         },
79                         {
80                                 "type":         "directory",
81                                 "from":         "/run/dlt",
82                                 "to":           "run/dlt",
83                                 "fstype":       "none",
84                                 "option":       "bind,optional,create=dir"
85                         },
86                         {
87                                 "type":         "directory",
88                                 "from":         "/opt/container/guests/agl-qt-ivi-demo/system.conf",
89                                 "to":           "etc/systemd/system.conf.d/10-environment.conf",
90                                 "fstype":       "none",
91                                 "option":       "bind,optional,create=file"
92                         }
93                 ]
94         },
95         "device": {
96                 "static": [
97                         {
98                                 "type":                 "devdir",
99                                 "from":                 "/dev/dri",
100                                 "to":                   "dev/dri",
101                                 "devnode":              "/dev/dri/card0",
102                                 "optional":             0,
103                                 "wideallow":    1,
104                                 "exclusive":    0
105                         },
106                         {
107                                 "type":                 "devdir",
108                                 "from":                 "/dev/input",
109                                 "to":                   "dev/input",
110                                 "devnode":              "/dev/input/event0",
111                                 "optional":             1,
112                                 "wideallow":    1,
113                                 "exclusive":    0
114                         },
115                         {
116                                 "type":                 "devdir",
117                                 "from":                 "/dev/snd",
118                                 "to":                   "dev/snd",
119                                 "devnode":              "/dev/snd/controlC0",
120                                 "optional":             1,
121                                 "wideallow":    1,
122                                 "exclusive":    0
123                         },
124                         {
125                                 "type":                 "devnode",
126                                 "from":                 "/dev/mali0",
127                                 "to":                   "dev/mali0",
128                                 "devnode":              "/dev/mali0",
129                                 "optional":             0,
130                                 "wideallow":    0,
131                                 "exclusive":    0
132                         }
133                 ],
134                 "dynamic": [
135                         {
136                                 "devpath": "/devices/platform/usbdrd3_0/fc000000.usb/",
137                                 "items": [
138                                         {
139                                                 "subsystem": "usb",
140                                                 "rule": {
141                                                         "devtype": ["usb_device","usb_interface"],
142                                                         "action": ["add", "remove"]
143                                                 },
144                                                 "behavior": {
145                                                         "injection": 1,
146                                                         "devnode": 0,
147                                                         "allow": 0,
148                                                         "permission": "rw"
149                                                 }
150                                         },
151                                         {
152                                                 "subsystem": "block",
153                                                 "rule": {
154                                                         "action": ["add", "remove","change"],
155                                                         "extra" : [
156                                                                 {
157                                                                         "checker": "exclude-fs",
158                                                                         "value": "ext4"
159                                                                 }
160                                                         ]
161                                                 },
162                                                 "behavior": {
163                                                         "injection": 1,
164                                                         "devnode": 0,
165                                                         "allow": 1,
166                                                         "permission": "rwm"
167                                                 }
168                                         }
169                                 ]
170                         },
171                         {
172                                 "devpath": "/devices/platform/usbdrd3_0/fc000000.usb/",
173                                 "items": [
174                                         {
175                                                 "subsystem": "hid",
176                                                 "rule": {
177                                                         "action": ["add", "remove"]
178                                                 },
179                                                 "behavior": {
180                                                         "injection": 1,
181                                                         "devnode": 1,
182                                                         "allow": 1,
183                                                         "permission": "rw"
184                                                 }
185                                         }
186                                 ]
187                         }
188                 ]
189         },
190         "network": {
191                 "static": [
192                         {
193                                 "type":         "veth",
194                                 "param": {
195                                         "name": "veth0",
196                                         "link": "lxcbr0",
197                                         "flags":        "up",
198                                         "hwaddr":       "00:16:3e:xx:xx:xx",
199                                         "mode": "bridge"
200                                 }
201                         }
202                 ],
203                 "dynamic": [
204                         {
205                                 "ifname":       "vxcan2"
206                         }
207                 ]
208         }
209 }