From 02a8d0f3193a3385d344b1aac1998572964c75cd Mon Sep 17 00:00:00 2001 From: Andriy Tryshnivskyy Date: Mon, 4 Oct 2021 21:01:22 +0300 Subject: virtualization/linux-yocto: Backport IIO SCMI based sensors driver. This patch series is the latest implementation of ARM SCMI Protocol based IIO Device. Patch was cherry-picked from branch [1] created by IIO maintainer. [1]: https://lore.kernel.org/lkml/20210311210844.34371d8d@archlinux/ Bug-AGL: SPEC-3865 Upstream-Status: Submitted [https://lore.kernel.org/lkml/20210309231259.78050-1-jbhayana@google.com/] Signed-off-by: Andriy Tryshnivskyy Change-Id: Idef6f0630887c49c1d8e651a5ac753ad74b20dc0 --- meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend') diff --git a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend index 0012276c..4572ab94 100644 --- a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend @@ -12,3 +12,8 @@ SRC_URI += " \ file://virtio-scmi/0010-firmware-arm_scmi-Add-virtio-transport.patch \ file://virtio_scmi.cfg \ " + +# IIO SCMI +SRC_URI += " \ + file://iio-scmi/0001-iio-scmi-Adding-support-for-IIO-SCMI-Based-Sensors.patch \ +" -- cgit 1.2.3-korg