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