summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Changes to support the switch to pipewireJan-Simon Möller13-906/+0
2018-06-053rd part of the layer/profile rework [2/2]Jan-Simon Möller5-14/+98
2018-04-282nd part of the layer/profile rework [2/2]Jan-Simon Möller4-85/+0
2018-03-29lightmediascanner: add missing character sets to RDEPENDSMatt Ranostay1-0/+3
2017-12-28lightmediascanner: build mp4 pluginMatt Ranostay1-1/+4
2017-12-27libmp4v2: initial add 2.1.0Andreas Müller2-0/+58
2017-12-07recipes-multimedia: add recipe for agl-service-unicensChristian Gromm1-0/+19
2017-11-14Pulseaudio configuration fixesScott Murray4-6/+12
2017-11-14Fix pulseaudio service startRonan Le Martret1-1/+1
2017-11-03Rework PulseAudio / audiomanager config setup to allow over-ridesScott Murray7-61/+28
2017-07-05module-router: update SRCREV to include empty proplist description fixMatt Porter1-1/+1
2017-07-04Add mp3 support in lightmediascanner for AGL demoTadao Tanikawa1-0/+2
2017-06-27disable module-role-cork by defaultMatt Porter2-0/+31
2017-05-24Add audio management between Media Player and Radio.Toshiaki Isogai4-4/+33
2017-01-23Fix a bug in the audio managementNaoto Yamaguchi1-1/+1
2016-12-27Integrate GENIVI Audio Manager Plugins for CES2017 demo.Toshiaki Isogai8-0/+789
2016-12-21Adding patch to adjust volume of TTS engineNaoto Yamaguchi2-1/+34
2016-12-02TTS Engine: Added support for Japanese TTS engineNaoto Yamaguchi3-0/+116
2016-11-24TTS Engine: Added support for English TTS engineNaoto Yamaguchi2-0/+48
2016-11-24TTS Engine: Added support for HTS engineNaoto Yamaguchi1-0/+19
2015-08-22The starting point of layers for AGL Demo PlatformTadao Tanikawa1-0/+0
-agl-demo' provides a reference/demo platform and applications for the AGL Distribution. AGL is creating an automotive specific Linux distribution (AGL UCB) that unifies the software that has been written in a number of places already, such as GENIVI and Tizen IVI. The AGL community appreciates feedback, ideas, suggestion, bugs and documentation just as much as code. Please join the irc conversation at the #automotive channel on irc.freenode.net and our mailing list. For infomation for subscribing to the mailing list [automotive-discussions](http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions) For information about AGL Distribution, see the [AGL Distribution](https://wiki.automotivelinux.org/agl-distro) For information abount Getting started with AGL [here](https://wiki.automotivelinux.org/start/getting-started) For information about contributing to the AGL Distro [here](https://wiki.automotivelinux.org/agl-distro/contributing) Quick start guide ----------------- See README-AGL.md Layer Dependencies ------------------ * Base dependencies [agl-demo]: URI: git://git.yoctoproject.org/poky > branch : jethro > tested revision: 40376446904ae3529be41737fed9a0b650ed167d URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl > branch: master URI: git://git.openembedded.org/meta-openembedded > layer : meta-openembedded > branch : jethro > tested revision: 8ab04afbffb4bc5184cfe0655049de6f44269990 Specifically out of meta-openembedded these sub-layers are used: - meta-openembedded/meta-oe - meta-openembedded/meta-multimedia - meta-openembedded/meta-efl - meta-openembedded/meta-networking - meta-openembedded/meta-python - meta-openembedded/meta-ruby URI: https://github.com/meta-qt5/meta-qt5.git > branch: jethro (b/c of qt-5.5.x) > tested revision: ea37a0bc987aa9484937ad68f762b4657c198617 * Hardware dependencies: The Renesas R-Car Gen2 (Porter) board depends in addition on: URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-renesas > branch: agl-1.0-bsp-1.8.0 > tested revision: 82611ccadef36ab0b8a6fd6fb1cf055e115f1ef5 > (or later) * Extra feature dependencies: * The feature `agl-appfw-smack` has these dependencies * `meta-intel-iot-security` > URI: https://github.com/01org/meta-intel-iot-security > branch : jethro > tested revision: c5906a1553513ef192a58231700357c5f14f4ae4 * `meta-agl-extra/meta-app-framework` > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git > branch : master * The feature `agl-sota` has these dependencies: * `meta-updater` > URI: https://github.com/advancedtelematic/meta-updater/ > branch : thud > tested revision: e4dd74565f429b576e84972d12cc1ae2048be119 * `meta-updater-qemux86-64` > URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/ > branch : thud > tested revision: 214e14c4c45625842e542eebd696f903060d488f * `meta-openembedded` > layer : meta-openembedded > branch : thud > tested revision: 9b3b907f30b0d5b92d58c7e68289184fda733d3e * specifically: * `meta-openembedded/meta-filesystems` * `meta-openembedded/meta-oe` * `meta-openembedded/meta-python` * The feature `agl-netboot` has these dependenies: * `meta-agl/meta-netboot` > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git > branch : master Packagegroups ------------- AGL Demo Platform's package group design: * packagegroup-agl-demo-platform This is for generating the image 'agl-demo-platform' which is a full image for the IVI profile of the AGL distro. As meta-agl's design of packagegroups, ``agl-demo-platform.bb`` contains only ``packagegroup-agl-demo-platform`` and the packages of the DEMO applications. ``agl-demo-platform`` has 4 packagegroups in it, ``packagegroup-agl-image-minimal``, ``packagegroup-agl-image-ivi``, ``packagegroup-ivi-common-core``, and ``packagegroup-agl-demo-platform``. * packagegroup-agl-appfw* These packagegroups contains packages for application framework of AGL Distro. Subsystem should maintain ``packagegroup-agl-appfw-[subsystem].bb`` which should hold sufficient packages for application framework of AGL Distro. Subsystems also can maintain their own packagegroups under appropriate ``recipes-*/``. For example, Qt5 has 2 packagegroups in ``meta-agl-demo``, ``packagegroup-agl-appfw-native-qt5`` and ``packagegroup-agl-demo-qt-examples`` which are under ``recipes-qt/``. The ``packagegroup-agl-appfw-native-qt5`` is included by ``packagegroup-agl-appfw-native`` because Qt5 belongs to native application framework of AGL Distro. The ``packagegroup-agl-demo-qt-examples`` is added to local.conf if needed because they are not mandatory for AGL application framework and AGL Demo Platform. Supported Machines ------------------ See `README-AGL.md` in meta-agl layer. Supported Target of bitbake ------------------------ * `agl-demo-platform` is the full image of the AGL Demo Platform with all applications