8dc77e434aac5af274bd1d4234be76e87794dcf8
[AGL/documentation.git] / docs / 04_Developer_Guides / 02_AGL_Layers / 04_meta_agl_devel.md
1 ---
2 title: meta-agl-devel
3 ---
4
5 ## Introduction
6
7 The `meta-agl-devel` layer contains components that are being tested or
8 still in development.
9 The layer also contains software packages that Original Equipment
10 Manufacturers (OEMs) need but are not included in the AGL software.
11
12 ## Sub-Layers
13
14 The `meta-agl-devel` layer contains the following files and sub-layers:
15
16 ```
17 .
18 ├── docs
19 ├── LICENSE
20 ├── LICENSE.GPL-2.0-only
21 ├── LICENSE.MIT
22 ├── meta-agl-devel.md
23 ├── meta-agl-jailhouse
24 ├── meta-agl-lxc
25 ├── meta-agl-ros2
26 ├── meta-oem-production-readiness
27 ├── meta-offline-voice-agent
28 ├── README.md
29 └── templates
30 ```
31
32 The following list provides a summary of these sub-layers:
33
34 * `meta-offline-voice-agent`: Provides libraries and software packages needed
35   for voice recognition, intent extraction, and voice command execution.
36
37 * `meta-agl-jailhouse`: Provides Jailhouse partitioning hypervisor and
38   supporting packages.
39
40 * `meta-agl-lxc`: Provides LXC container support and example images.
41
42 * `meta-agl-ros2`: Provides ROS2 and additional YDLIDAR support.
43
44 * `meta-oem-production-readiness`: Provides libraries and software packages of
45   IVI product readiness
46
47 * `meta-agl-flutter`: Provides Flutter support.
48
49 * `templates`: Feature templates that support the `meta-agl-devel` layer.
50
51
52
53 **Note:** For update details on this page please refer
54
55 <https://git.automotivelinux.org/AGL/meta-agl-devel/tree/meta-agl-devel.md>