diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-09-25 15:29:26 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-09-26 20:41:43 +0200 |
commit | b674a03bd441a0c357277b003e88267d45b5dbfe (patch) | |
tree | fcd8f7304fdcc81282592a48a88020de65e09d5a | |
parent | 5c03a58db473f6197ccf5ae021118ced7f33b3cf (diff) |
4a: Update 4a-hal-generic for bluetooth
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>
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb index 5402c8d7..e1c4d690 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-hal-generic;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "9663aa7eb3c17eab8a91172d055f919f8acb61bf" +SRCREV = "49a750a4ff8f64752839d5e8c10ad0d03bd5ad57" DEPENDS += "lua" |