e74e89ff489a93628f1e2ed7053563912f10d34e
[AGL/meta-agl-devel.git] /
1 {
2         "name": "agl-qt-ivi-demo",
3         "role": "ivi",
4         "base": {
5                 "autoboot": false,
6                 "bootpriority": 10,
7                 "rootfs": {
8                         "path": "/opt/container/guests/agl-qt-ivi-demo/rootfs",
9                         "filesystem":   "ext4",
10                         "mode":         "rw",
11                         "blockdev": [
12                                 "/dev/mmcblk1p4",
13                                 "/dev/mmcblk1p4"
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":         "/opt/container/guests/agl-qt-ivi-demo/system.conf",
70                                 "to":           "etc/systemd/system.conf.d/10-environment.conf",
71                                 "fstype":       "none",
72                                 "option":       "bind,optional,create=file"
73                         }
74                 ]
75         },
76         "device": {
77                 "static": [
78                         {
79                                 "type":                 "devdir",
80                                 "from":                 "/dev/dri",
81                                 "to":                   "dev/dri",
82                                 "devnode":              "/dev/dri/card0",
83                                 "optional":             0,
84                                 "wideallow":    1,
85                                 "exclusive":    0
86                         },
87                         {
88                                 "type":                 "devdir",
89                                 "from":                 "/dev/input",
90                                 "to":                   "dev/input",
91                                 "devnode":              "/dev/input/event0",
92                                 "optional":             1,
93                                 "wideallow":    1,
94                                 "exclusive":    0
95                         },
96                         {
97                                 "type":                 "devnode",
98                                 "from":                 "/dev/pvr_sync",
99                                 "to":                   "dev/pvr_sync",
100                                 "devnode":              "/dev/pvr_sync",
101                                 "optional":             0,
102                                 "wideallow":    0,
103                                 "exclusive":    0
104                         }
105                 ],
106                 "dynamic": [
107                         {
108                                 "devpath": "/devices/platform/soc/ee0a0100.usb/usb2/",
109                                 "items": [
110                                         {
111                                                 "subsystem": "usb",
112                                                 "rule": {
113                                                         "devtype": ["usb_device","usb_interface"],
114                                                         "action": ["add", "remove"]
115                                                 },
116                                                 "behavior": {
117                                                         "injection": 1,
118                                                         "devnode": 0,
119                                                         "allow": 0,
120                                                         "permission": "rw"
121                                                 }
122                                         },
123                                         {
124                                                 "subsystem": "block",
125                                                 "rule": {
126                                                         "action": ["add", "remove","change"],
127                                                         "extra" : [
128                                                                 {
129                                                                         "checker": "exclude-fs",
130                                                                         "value": "ext4"
131                                                                 }
132                                                         ]
133                                                 },
134                                                 "behavior": {
135                                                         "injection": 1,
136                                                         "devnode": 0,
137                                                         "allow": 1,
138                                                         "permission": "rwm"
139                                                 }
140                                         }
141                                 ]
142                         },
143                         {
144                                 "devpath": "/devices/platform/soc/ee0a0100.usb/usb2/",
145                                 "items": [
146                                         {
147                                                 "subsystem": "hid",
148                                                 "rule": {
149                                                         "action": ["add", "remove"]
150                                                 },
151                                                 "behavior": {
152                                                         "injection": 1,
153                                                         "devnode": 1,
154                                                         "allow": 1,
155                                                         "permission": "rw"
156                                                 }
157                                         }
158                                 ]
159                         }
160                 ]
161         },
162         "network": {
163                 "static": [
164                         {
165                                 "type":         "veth",
166                                 "param": {
167                                         "name": "veth0",
168                                         "link": "lxcbr0",
169                                         "flags":        "up",
170                                         "hwaddr":       "00:16:3e:xx:xx:xx",
171                                         "mode": "bridge"
172                                 }
173                         }
174                 ]
175         }
176 }