aboutsummaryrefslogtreecommitdiffstats

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.