4a-hal-generic: bump revision (inc. first rev for RPI3 HAL) 79/15679/1
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 24 Jul 2018 16:52:40 +0000 (16:52 +0000)
committerStephane Desneux <stephane.desneux@iot.bzh>
Tue, 24 Jul 2018 16:52:40 +0000 (16:52 +0000)
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>
meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb

index 9d99ed5..fef115f 100644 (file)
@@ -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 () {