From 489950e0da6be61fea10993d5b78e3bc39a5940f Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 24 Jul 2018 16:52:40 +0000 Subject: 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 --- .../recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-audio-4a-framework') 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 () { -- cgit 1.2.3-korg