Age | Commit message (Collapse) | Author | Files | Lines |
|
Use '4a-hal-generic' gerrit repository instead of github one.
Bug-AGL: SPEC-1405
Change-Id: I08f6db8b3e339520dfc21410db0627dc6f7c3a86
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
This commit bump '4a-hal-generic' to have Intel UpSquared hal
available in ./4a-hal-generic/etc.available/.
An update of the recipe is also made to automatically deploy
Intel UpSquared hal in ./4a-hal-generic/etc/. when compiling AGL for
'intel-corei7-64' platform.
* a94119d Correct typo in Intel UpSquared hal
* 2b64aed Update clone commands in README.md
* 4a2672a Update 'halmap' section of Intel UpSquare hal
* 424263f Merge pull request #2 from dominig/master
|\
| * a35e146 4a hal for Intel UpSquare via HDMI socket
|/
* 226f16b bluetooth: set audio rate to 44100
Bug-AGL: SPEC-1751
Change-Id: I31d8e9845b50bf59f514eb10f54ee950a0d42e9a
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
This commit bump '4a-hal-generic' to have bluetooth enable by default.
* 49a750a hl-bt: Check that hal is available in init
* 7e5def8 hal-bt: Use plugin name definition in prints
* 94b3f13 Move hal sections callbacks after plugin callback
* b3bcfa3 Update version of app-controller submodule.
* bd3eacc hal-bt: Enrich 'halmixer' section in plugin init
* afbfe30 Remove unnecessary sections in hal json
* 805d820 Update version of app-controller submodule.
* be77f4a hal-bt: Use plugin name in onload/init prints
* 69dcbdc hal-bt: Check presence of a bluetooth receiver
* 5286e67 hal-bt: Move bluetooth api require into init
* 0b3aa49 Move mixer attach into its controller section
* 1e97df9 Remove unnecessary 'function' string in prints
* 69b46ba Update version of app-controller submodule.
* 09886e3 Added radio stream to all the HALs
* 2bb89c9 kingfisher: merged the radio HAL into the main HAL
* 22836af Add ctl actions needed by Hal-Bt in plugin init
* 2a74ac8 Update version of app-controller submodule.
Bug-AGL: SPEC-1679
Change-Id: I50ad36b3a04014b415d18828267b98ee8b9be246
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
This commit bump '4a-hal-generic' and '4a-softmixer' to support
bluetooth in 4a.
4a-hal-generic:
* 9663aa7 Add hal json with bluetooth for reference boards
* 4d00451 Handle error send by Bluetooth-Manager
* 78a4665 Get bluetooth device interface from path in HalBt
* 65cd769 Correct a typo in debug print of Hal-Bt plugin
* 63e018e Prevent segfault when receiving request in Hal-Bt
* 75bf441 hal-bt-data: ignore devices with no UUIDs
* a20f6e4 Free afb call sync json returned object in Hal-Bt
* b112013 Improve Hal-Bt print messages
* c2c29ef Improve Hal-Bt plugin A2DP bt devices detection
* 50ae4e9 HalBt plugin keeps list of connected A2DP devices
* 57f4078 Use correct file to include controller
* e6472ad Improve Hal-Bt plugin event catcher behaviour
* 4ce9b2a Prevent Hal-Bt plugin from crashing 4A
* 342913c Correct an error in Hal-Bt when calling 'mixer'
* 509f6b1 hal-4a-rcar-m3-bt.json: removed the plugin search path
* 43820da hal-bt! display error messages of sync calls
* 43577d8 Update version of conf.d/app-templates submodule.
* 05238f6 Update version of afb-helpers submodule.
* 916b0f5 Implement link with softmixer in hal-bt plugin
* fae4cf3 Get hal data in hal-bt plugin
* 6ea2ba2 Test afb require result at hal-bt plugin load
* 8f3ead9 Add handling of hci and profile in hal-bt plugin
* 5fceccb Fix little mistakes/typo in hal bluetooth plugin
* 3524254 Force hals init before ending hal-manager init
* 5446354 Decrease level of a msg printed in event catcher
4a-softmixer:
* b678f39 config.cmake: bump the needed version of alsalib to 1.1.6
Bug-AGL: SPEC-1679
Change-Id: I8eb5efb404c531339ba5668a1bf131368a233b8f
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Alsa devices mapping on Minnowboard Max has changed since the
initial HAL definition and multiple subdevices are now seen on HDMI card.
These changes must be reflected in 4a-softmixer and HAL definition.
Other fixes for upcoming BT support are also included.
New revision for 4a-softmixer includes:
* 9c0aa9f fixed crash upon misconfiguration of capture/playback devices
* 168e928 dmix: used device when in name of slave
* 80deafb Added bluez sound playback support
New revision for 4a-hal-generic includes:
* 9276521 minnow board: fixed the pcm device in json config
* be379b3 Use latest version of app-controller submodule.
* f5113a0 Add bluetooth hal plugin
* 33bc780 Remove unnecessary 'struct' before json_object
* 9ab8302 Correct an error when unpacking alsacore response
* 1ef27b6 Correct errors in hal-utilities-data prototypes
Bug-AGL: SPEC-1692, SPEC-1679
Change-Id: Ie99d6cd7dd13fd27b095e2de7c7160dc92890c98
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This patch introduces the following changes on 4a-hal-generic:
* e949092 hal-4a-raspberry-pi-3: add a WARNING related to RPI3 sound driver bug
* 01d3370 Correct 'volume' control in Minnowboard hal
* 7fea639 Add Raspberry Pi 3 HAL
* 2ce8a00 Correct error print when attaching to mixer
* c05faaf Update version of conf.d/app-templates submodule.
* 744af17 Update version of app-controller submodule.
* 39fda4b Update version of afb-helpers submodule.
* 492caab Remove trailing white spaces in radio config file
* 2ef5026 Added a radio to 2 channels playback .json example
Note that due to a bug in RPI3 sound card driver, no sound is produced
on RPI3 with internal card. 4A works on other devices (USB for example).
Bug-AGL: SPEC-1610
Change-Id: I14c581269945306e205808b53f9d5c7f60f8af88
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
The rule is to have apps/* repositories to use AGL_APP_REVISION
(tested in CI as apps builds in SDK) and to have src/* use pinned
revisions (tested in CI as image builds).
This commit fixes the recipes in 4a layer that were not following
the rule.
Bug-AGL: SPEC-1600
Change-Id: I81dd77a653a23adf45bdb0c6d969a3ad9ab849a9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Change-Id: I12e5367a62d2acba3596ea066cd67363c6fc8626
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
(08b6e71 - Jonathan Aillet) Update binding entry for app-fw v3.
(a7eeeb6 - Jonathan Aillet) Set binding api version directly in top cmake
(18f6ad3 - Jonathan Aillet) Update version of app-controller submodule.
(d4aa279 - Jonathan Aillet) Add hal for intel qemu audio configuration
(28b6e03 - Jonathan Aillet) Simplify ping verb call print output
(47fb191 - Jonathan Aillet) adjust CONTROL_CONFIG_PATH to point to .../etc
(143ed9c - Jonathan Aillet) Update version of conf.d/app-templates submodule.
(3a48206 - Jonathan Aillet) Don't handle hal enabling
(c1d823e - Jonathan Aillet) Update version of conf.d/app-templates submodule.
(940a67c - Jonathan Aillet) Update version of app-controller submodule.
(f2a6c47 - Jonathan Aillet) Update version of afb-helpers submodule.
Bug-AGL: SPEC-1405
Change-Id: Ic8e00eeca3028f1b2b623499a66f39deedfcc684
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
This patch adds a postinstall step to 4a-hal-generic recipe
to define HALs to be enabled/disabled depending on $MACHINE
As a consequence, 4a-hal-generic package is now machine specific.
Bug-AGL: SPEC-1405
Change-Id: Ibf418d71e898c3f9a2640b2ad4c8f4907bc5cb90
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
This fixes the build issues with latest version of appfw binder:
* 4a-hal-generic: (90cae7b) Update version of app-controller submodule.
* 4a-softmixer: (1065a98) Update version of app-controller-submodule submodule.
Bug-AGL: SPEC-1405
Change-Id: I476ad4aaed1f0670a558a26eb6a4b589d7840e9d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This bump is based on recipes coming for eel branch (revision e029270):
In 4A layer, we now have:
* 4a-softmixer: SRCREV = "731c21e80ba45339b7dd9b8eae63accd3597d281"
* 4a-hal-unicens: SRCREV = "${AGL_APP_REVISION}"
* agl-service-audio-4a: SRCREV = "${AGL_APP_REVISION}"
* 4a-hal-generic: SRCREV = "8142c7ed42167dff7e526952f91909d679453251"
* 4a-mixer: SRCREV = "${AGL_APP_REVISION}"
* 4a-alsa-core: SRCREV = "${AGL_APP_REVISION}"
Change-Id: Ib5708e9551f0646e0206deac8795f3b09f5a0569
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
During the F2F we're working on the integration of these two
as a preview and getting it into ppl's hands.
Change-Id: I5392664e1736b4505bf72cf3424e8372aa4a10b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|