diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-07-24 16:52:40 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-07-24 16:52:40 +0000 |
commit | 489950e0da6be61fea10993d5b78e3bc39a5940f (patch) | |
tree | 8895d8d13e678bc71938d3c77dfeb8a49472a6f3 /meta-audio-4a-framework | |
parent | 32b9fd5cece1d78ed0556d0a3428eca337d64a17 (diff) |
4a-hal-generic: bump revision (inc. first rev for RPI3 HAL)
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>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 6 |
1 files changed, 5 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 9d99ed51..fef115f5 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 = "08b6e7144a87f60b86c8988c33a44dbd61026a8f" +SRCREV = "e94909270325accdbeba7cde9f8e9e96e554dcda" DEPENDS += "lua" @@ -32,6 +32,10 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" 4A_HAL_LIST_h3ulcb ?= "rcar-m3 rcar-m3kf" 4A_HAL_LIST_intel-corei7-64 ?= "intel-minnow" 4A_HAL_LIST_qemux86-64 ?= "intel-qemu" + +# Due to bug SPEC-1610, default hal for RPI3 is not active yet +# 4A_HAL_LIST_raspberrypi3 ?= "raspberry-pi-3" + ### TODO: this list should be completed for more machines do_install_append () { |