From c369b00e617f408e2a408b0c04dc44fe7e06b7a1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 9 Sep 2019 19:44:03 -0400 Subject: meta-agl-bsp: meta-rcar-gen3-adas: Rework KF radio initialization 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 --- meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-bsp/meta-rcar-gen3-adas/conf') diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf b/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf index c41fcf54a..796d92684 100644 --- a/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf +++ b/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf @@ -40,6 +40,7 @@ IMAGE_INSTALL_append_rcar-gen3 = " \ # Radio packages IMAGE_INSTALL_append_rcar-gen3 += " \ si-tools \ + si-init \ linux-firmware-wl18xx \ ti-bt \ ti-bt-firmware \ -- cgit 1.2.3-korg