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