Update render node patch to fix build error in BSP 5.9
[AGL/meta-agl-devel.git] / meta-agl-devel.md
1 ## Introduction
2
3 The `meta-agl-devel` layer contains components that are being tested or
4 still in development.
5 The layer also contains software packages that Original Equipment
6 Manufacturers (OEMs) need but are not included in the AGL software.
7
8 ## Sub-Layers
9
10 The `meta-agl-devel` layer contains the following files and sub-layers:
11
12 ```
13 .
14 ├── docs
15 ├── LICENSE
16 ├── LICENSE.GPL-2.0-only
17 ├── LICENSE.MIT
18 ├── meta-agl-devel.md
19 ├── meta-agl-jailhouse
20 ├── meta-agl-lxc
21 ├── meta-oem-production-readiness
22 ├── meta-speech-framework
23 ├── README.md
24 └── templates
25 ```
26
27 The following list provides a summary of these sub-layers:
28
29 * `meta-speech-framework`: Provides libraries and software packages needed by
30   for speech recognition.
31
32 * `meta-agl-jailhouse`: Provides Jailhouse partitioning hypervisor and
33   supporting packages.
34
35 * `meta-agl-lxc`: Provides LXC container support and example images.
36
37 * `meta-oem-production-readiness`: Provides libraries and software packages of
38   IVI product readiness
39
40 * `templates`: Feature templates that support the `meta-agl-devel` layer.
41