diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-24 10:43:13 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-24 10:43:13 +0100 |
commit | 0035871e697be1b08ebba155535a30861db9d0c5 (patch) | |
tree | 8433060817f66dd1db8f0833c9f5790c070d441c | |
parent | 7650fff17bd502e80feb28dc9bf5927bc5ecf52c (diff) |
4a-hal-device-config: bump to latest revisionflounder_6.0.4flounder/6.0.46.0.4
The following changes are added:
* 2d9c061 hal-4a-intel-minnow: fix incorrect master volume control
* aef1ea7 Change the control name to be the same everywhere
Bug-AGL: SPEC-2138
Change-Id: I92a3653163c5cc7e51104fc4c7f085bd45411a6c
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb index a1c6154b..99ad4969 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-configs;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "45f205076573a858348c10a52d31382f31deaf55" +SRCREV = "2d9c0614c82f397185aa8c63444d9c49ca185113" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" @@ -55,4 +55,4 @@ do_install () { } -RPROVIDES_${PN} += "virtual/4a-default-hal"
\ No newline at end of file +RPROVIDES_${PN} += "virtual/4a-default-hal" |