diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2016-05-04 23:32:49 -0300 |
---|---|---|
committer | Frederico Cadete <frederico.cadete@awtce.be> | 2016-05-10 13:43:57 +0000 |
commit | 3761773158c68085feac195a50561373d930b751 (patch) | |
tree | d3ba9b7b86b0481e4d1db79c9b4cca787bf7b9e8 /README.md | |
parent | f6db213304ab2716e58d4b2f932dbb15550fd846 (diff) |
Initial support for GENIVI AudioManagerPlugins.HEADflounder_5.99.1flounder/5.99.1eel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.55.99.15.0.35.0.25.0.15.0.04.99.5mastereel
More info at http://projects.genivi.org/audio-manager/.
Change-Id: I9bf056c1ed38886b9da664e556022664555278d1
Signed-off-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..920bb7d --- /dev/null +++ b/README.md @@ -0,0 +1,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. |