aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-01 19:25:05 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-02 13:28:18 +0000
commitaac073d7ffa335d8361fc96615ea1fe19850c7a8 (patch)
tree96fda6d74c86e88d5425c7aaf104cc36ddcffd45
parentb5df3d646894d0ee798a1949dbda9620131dbb4e (diff)
4a: Update 4a-hal-generic for UpSquared boardflounder_6.0.1flounder/6.0.16.0.1
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>
-rw-r--r--meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb4
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