aboutsummaryrefslogtreecommitdiffstats
path: root/docs/04_Developer_Guides/02_AGL_Layers/04_meta_agl_devel.md
blob: 8dc77e434aac5af274bd1d4234be76e87794dcf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: meta-agl-devel
---

## Introduction

The `meta-agl-devel` layer contains components that are being tested or
still in development.
The layer also contains software packages that Original Equipment
Manufacturers (OEMs) need but are not included in the AGL software.

## Sub-Layers

The `meta-agl-devel` layer contains the following files and sub-layers:

```
.
├── docs
├── LICENSE
├── LICENSE.GPL-2.0-only
├── LICENSE.MIT
├── meta-agl-devel.md
├── meta-agl-jailhouse
├── meta-agl-lxc
├── meta-agl-ros2
├── meta-oem-production-readiness
├── meta-offline-voice-agent
├── README.md
└── templates
```

The following list provides a summary of these sub-layers:

* `meta-offline-voice-agent`: Provides libraries and software packages needed
  for voice recognition, intent extraction, and voice command execution.

* `meta-agl-jailhouse`: Provides Jailhouse partitioning hypervisor and
  supporting packages.

* `meta-agl-lxc`: Provides LXC container support and example images.

* `meta-agl-ros2`: Provides ROS2 and additional YDLIDAR support.

* `meta-oem-production-readiness`: Provides libraries and software packages of
  IVI product readiness

* `meta-agl-flutter`: Provides Flutter support.

* `templates`: Feature templates that support the `meta-agl-devel` layer.



**Note:** For update details on this page please refer

<https://git.automotivelinux.org/AGL/meta-agl-devel/tree/meta-agl-devel.md>