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