52877a3b4c49c8c080ff330c8401308a3757ca55
[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         "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                 "dynamic": [
105                         {
106                                 "devpath": "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/",
107                                 "items": [
108                                         {
109                                                 "subsystem": "usb",
110                                                 "rule": {
111                                                         "devtype": ["usb_device","usb_interface"],
112                                                         "action": ["add", "remove"]
113                                                 },
114                                                 "behavior": {
115                                                         "injection": 1,
116                                                         "devnode": 0,
117                                                         "allow": 0,
118                                                         "permission": "rw"
119                                                 }
120                                         },
121                                         {
122                                                 "subsystem": "block",
123                                                 "rule": {
124                                                         "action": ["add", "remove","change"],
125                                                         "extra" : [
126                                                                 {
127                                                                         "checker": "exclude-fs",
128                                                                         "value": "ext4"
129                                                                 }
130                                                         ]
131                                                 },
132                                                 "behavior": {
133                                                         "injection": 1,
134                                                         "devnode": 0,
135                                                         "allow": 1,
136                                                         "permission": "rwm"
137                                                 }
138                                         }
139                                 ]
140                         },
141                         {
142                                 "devpath": "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/",
143                                 "items": [
144                                         {
145                                                 "subsystem": "hid",
146                                                 "rule": {
147                                                         "action": ["add", "remove"]
148                                                 },
149                                                 "behavior": {
150                                                         "injection": 1,
151                                                         "devnode": 1,
152                                                         "allow": 1,
153                                                         "permission": "rw"
154                                                 }
155                                         }
156                                 ]
157                         }
158                 ]
159         },
160         "network": {
161                 "static": [
162                         {
163                                 "type":         "veth",
164                                 "param": {
165                                         "name": "eth0",
166                                         "link": "lxcbr0",
167                                         "flags":        "up",
168                                         "hwaddr":       "00:16:3e:xx:xx:xx",
169                                         "mode": "bridge"
170                                 }
171                         }
172                 ]
173         }
174 }