f97d2c90d4280542e33033c68b525a8ae0ead057
[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/mmcblk0p7",
13                                 "/dev/mmcblk0p7"
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         "resource": [
30                 {
31                         "type":         "cgroup",
32                         "object":       "cpuset.cpus",
33                         "value":        "0,2-3"
34                 }
35         ],
36         "fs": {
37                 "mount": [
38                         {
39                                 "type":         "filesystem",
40                                 "from":         "tmpfs",
41                                 "to":           "run",
42                                 "fstype":       "tmpfs",
43                                 "option":       "defaults 0 0"
44                         },
45                         {
46                                 "type":         "directory",
47                                 "from":         "/sys/kernel/security",
48                                 "to":           "sys/kernel/security",
49                                 "fstype":       "none",
50                                 "option":       "ro,bind,optional 0 0"
51                         },
52                         {
53                                 "type":         "directory",
54                                 "from":         "/run/udev/data",
55                                 "to":           "run/udev/data",
56                                 "fstype":       "none",
57                                 "option":       "ro,bind,optional,create=dir"
58                         },
59                         {
60                                 "type":         "directory",
61                                 "from":         "/run/drm-lease-manager/lease-ivi",
62                                 "to":           "var/display/drm-lease-manager/lease",
63                                 "fstype":       "none",
64                                 "option":       "bind,create=file"
65                         },
66                         {
67                                 "type":         "directory",
68                                 "from":         "/run/pipewire/pipewire-0",
69                                 "to":           "var/pipewire-0",
70                                 "fstype":       "none",
71                                 "option":       "bind,optional,create=file"
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                 "dynamic": [
104                         {
105                                 "devpath": "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/",
106                                 "items": [
107                                         {
108                                                 "subsystem": "usb",
109                                                 "rule": {
110                                                         "devtype": ["usb_device","usb_interface"],
111                                                         "action": ["add", "remove"]
112                                                 },
113                                                 "behavior": {
114                                                         "injection": 1,
115                                                         "devnode": 0,
116                                                         "allow": 0,
117                                                         "permission": "rw"
118                                                 }
119                                         },
120                                         {
121                                                 "subsystem": "block",
122                                                 "rule": {
123                                                         "action": ["add", "remove","change"],
124                                                         "extra" : [
125                                                                 {
126                                                                         "checker": "exclude-fs",
127                                                                         "value": "ext4"
128                                                                 }
129                                                         ]
130                                                 },
131                                                 "behavior": {
132                                                         "injection": 1,
133                                                         "devnode": 0,
134                                                         "allow": 1,
135                                                         "permission": "rwm"
136                                                 }
137                                         }
138                                 ]
139                         },
140                         {
141                                 "devpath": "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/",
142                                 "items": [
143                                         {
144                                                 "subsystem": "hid",
145                                                 "rule": {
146                                                         "action": ["add", "remove"]
147                                                 },
148                                                 "behavior": {
149                                                         "injection": 1,
150                                                         "devnode": 1,
151                                                         "allow": 1,
152                                                         "permission": "rw"
153                                                 }
154                                         }
155                                 ]
156                         }
157                 ]
158         },
159         "network": {
160                 "static": [
161                         {
162                                 "type":         "veth",
163                                 "param": {
164                                         "name": "veth0",
165                                         "link": "lxcbr0",
166                                         "flags":        "up",
167                                         "hwaddr":       "00:16:3e:xx:xx:xx",
168                                         "mode": "bridge"
169                                 }
170                         }
171                 ]
172         }
173 }