summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3-adas
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24[RCARGEN3] Remove bluez PACKAGECONFIG featureRonan Le Martret1-0/+1
- The PACKAGECONFIG value "experimental" was remove recently (Upgrade Bluez version 5.43 -> 5.44). (From poky): feacb428b055fd714eb1b15402023f4a726dce54 -PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," - So we can remove "experimental" feature to avoid yocto Warning. Bug-AGL: SPEC-1398 Change-Id: Ibd96a788bd0c4e0d9bc6959012bbbf839d890e9d Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-04-10[Rcar] Remove valgrind recipes from meta-rcarRonan Le Martret1-0/+1
* valgrind was backport in meta-rcar from cogent (unidentified reason). In some builds environement, the build of this recipes failed (issue hardly reproductible). So remove valgrind backported recipes should resolve the build issue and upstream recipes from yocto will be used. Bug-AGL: SPEC-1374 Change-Id: I1bc3d065badd1e2cd35b2a7b1a3c5fb43c357c06 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-03-20remove unused opencv folderHarunobu Kurokawa1-0/+1
Change-Id: I115096811662403f34846f434fbc7772024c1634 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-03-20si-tools: FM configuration improvementsHarunobu Kurokawa2-0/+192
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>
2018-03-20[AGL] ulcb: Disable build-in most driverHarunobu Kurokawa2-1/+11
Kingfisher has MedlaLB Interface for most, kernel tree has most driver as build-in driver. So these configs is enabled. Howemver AGL use most driver in gerrit repository. So AGL should be disable it. Change-Id: Ia46500d58fc16f348a098c58f5e807cf37913e5e Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-03-20ti-bt: add a systemd unit and enableMatt Porter2-0/+25
We need to provide a systemd unit for UIM to be started at boot. We also do not want the blacklist that Cogent has created, so delete that. Bug-AGL: SPEC-1175 Change-Id: Ia35a6007722d4e42a7a76fe9d8d26b90b073f73b Signed-off-by: Matt Porter <mporter@konsulko.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-03-20Preserve HDMI naming for kingficher boardRonan Le Martret3-0/+91
Change-Id: Id1b6b88e606d0a102eefbdb9c8deae2dfe0cf73b Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-03-20Add kingficher supportRonan Le Martret1-0/+67
Change-Id: I75b9ced887249380a6164296b73acaaca91e3060 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>