Age | Commit message (Collapse) | Author | Files | Lines |
|
This is a follow-up fix for SPEC-553. We need to install the chosen file.
Change-Id: I2471dd3b5ad47ca01706c61ee89ea3a1d895da39
Bug-AGL: SPEC-553
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
FILESEXTRAPATHS_prepend := :${THISDIR}/alsa-utils-config: is wrong.
It results in FILESEXTRAPATHS = :${THISDIR}/alsa-utils-config:
instead of FILESEXTRAPATHS = ${THISDIR}/alsa-utils-config:
Also set S to $WORKDIR as we have no extracted tarball.
v2: fix S (set to WORKDIR)
Change-Id: Ia0123848a30459ffd095add5658a85c2a2eaaf9d
Bug-AGL: SPEC-553
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Sound is inaudible when starting a Porter/Koelsch board,
because default state of their sound mixer is muted.
Add a "alsa-utils-config" recipe which will be commented
out, but available in local.conf, to preconfigure their
mixer. Sound volume will be approximately 25% of maximum.
Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
|