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