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