aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 920bb7d97e431f2b4028d5f4f51f4c3199d7ed18 (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
AudioManagerPlugins
============

## Description

**AudioManagerPlugins** provides support for GENIVI AudioManagerPlugins on top of AGL.
Note that it requires AudioManager support to be built into AGL.

### Install on top of an existing AGL image

* Grab all required Yocto layers with the following commands:
```
$ git clone https://git.automotivelinux.org/gerrit/p/staging/AudioManagerPlugins.git
```

* In your existing _"$BUILD_DIR/conf/bblayers.conf"_ file, add:
```
  /home/SDK/AGL/poky/../AudioManagerPlugins/meta-ivi-common \
```
_("/home/SDK/AGL" being the directory containing your Yocto layers)_

* In your existing _"$BUILD_DIR/conf/local.conf"_ file, add:
```
IMAGE_INSTALL_append = " audiomanager-plugins"
```

* Rebuild your image:
```
$ bitbake agl-demo-platform
```

## Known issues

* **AudioManagerPlugins** supports building with CAPI support via PACKAGECONFIG, but for that one
  needs to add the common-api-c++-dbus recipe and make sure AudioManager is also built with CAPI
  support.