diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-01 19:25:05 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-02 13:27:37 +0000 |
commit | f4b12f50fec0f4ac8d19ce8b0d15f452c8b04230 (patch) | |
tree | 1715cbf08e0a535cffdc3671a098b45a9d30c978 /meta-audio-4a-framework | |
parent | 3b2111ffe4a7a004479445f857e0b4cf09694c7a (diff) |
4a: Update 4a-hal-generic for UpSquared board
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>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 4 |
1 files changed, 2 insertions, 2 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 e1c4d690..f5eb6e9f 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 = "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 |