4a: Update 4a-hal-generic for UpSquared board 75/16875/4
authorJonathan Aillet <jonathan.aillet@iot.bzh>
Mon, 1 Oct 2018 17:25:05 +0000 (19:25 +0200)
committerJonathan Aillet <jonathan.aillet@iot.bzh>
Tue, 2 Oct 2018 13:27:37 +0000 (13:27 +0000)
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>
meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb

index e1c4d69..f5eb6e9 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 = "49a750a4ff8f64752839d5e8c10ad0d03bd5ad57"
+SRCREV = "a94119d3e7d862f4f31c3c4101085e6eaefeff8e"
 
 DEPENDS += "lua"
 
@@ -30,7 +30,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 # for specific machines, activate only known HALs
 4A_HAL_LIST_m3ulcb          ?= "rcar-m3 rcar-m3kf"
 4A_HAL_LIST_h3ulcb          ?= "rcar-m3 rcar-m3kf"
-4A_HAL_LIST_intel-corei7-64 ?= "intel-minnow"
+4A_HAL_LIST_intel-corei7-64 ?= "intel-minnow intel-upsquared-hdmi"
 4A_HAL_LIST_qemux86-64      ?= "intel-qemu"
 
 # Due to bug SPEC-1610, default hal for RPI3 is not active yet