summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
diff options
context:
space:
mode:
authorAndriy Tryshnivskyy <andriy.tryshnivskyy@opensynergy.com>2021-10-04 21:01:22 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-14 15:20:42 +0000
commit02a8d0f3193a3385d344b1aac1998572964c75cd (patch)
treee4ec357351d43922135126ed8881c979cd36839e /meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
parent7495e4c78ff36a65afba85771b9106eac4f6e275 (diff)
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 <andriy.tryshnivskyy@opensynergy.com> Change-Id: Idef6f0630887c49c1d8e651a5ac753ad74b20dc0
Diffstat (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r--meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend5
1 files changed, 5 insertions, 0 deletions
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 \
+"