Age | Commit message (Collapse) | Author | Files | Lines |
|
This is mostly the result of running a slightly customized version
of the convert-overrides.py script from poky with additional
overrides added. A few minor fixups were done by hand afterwards
during a review of the changes.
The intent of these changes is to minimize the effort to keep the
"next" branch that builds against poky master up to date and tested
in preparation for the switch to the next Yocto LTS release in
early 2022.
Bug-AGL: SPEC-4052
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia3bf63b7cb1aa1d95ada373d1a3ab56def0a125d
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26564
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
- For SOTA we need to use ${nonarch_base_libdir} instead of /lib
Change-Id: I84fbbe44abd9f3a3752b555791c8e1e06c755a9b
Bug-AGL: SPEC-3097
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Add a systemd service unit and recipe to install it and a udev rules
file so that the Kingfisher Si4689 radio will be initialized on boot
if present, and the I2C device to access it will be accessible to
applications with the "audio" permission. Note that an accompanying
change to agl-service-radio is required to remove its now unworkable
usage of the si_init script, which is replaced by this change.
Bug-AGL: SPEC-2716
Change-Id: I81cf4b8c439598bdac1eb7910a0d693825141d7b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
This commit is removed from meta-renesas-rcar-gen3
====
commit a5dfadaa3931977a221e0508354e9ab97482b9ab
Author: Scott Murray <scott.murray@konsulko.com>
Date: Thu Dec 21 20:46:30 2017 -0500
====
Some changes to allow integration with the AGL radio binding and
improve FM configuration with some tweaks and additional configuration
options.
Changes include:
- Add command-line option for selecting FM band plan. The default
band plan is US / Canada.
- Add command-line options for setting FM scanning valid SNR and RSSI
thresholds to allow tweaking sensitivity in poor radio environments.
- Increased seeking scan timeout to 3 seconds, which seems to improve
behavior in poor radio environments where powerful stations may be
far apart.
- Removed explicit setting of FM_SOFTMUTE_SNR_LIMITS, as it seemed
like it might be resulting in odd muting behavior when scanning.
- Changed initial FM frequency if not specified to the minimum of the
band plan.
Change-Id: I5d8c95947489b83384babb50285b76d3de45214a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|