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:07:10 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-01 20:16:41 +0000
commitea44cbf04f2c88562a6aa60210f944f1ca3e17a0 (patch)
tree2c0da48c1ba19ed5957a22c9c0255475f7574002 /meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
parentb99747807a5186a4529bca18dfb81feaf30e25bd (diff)
virtualization/linux-yocto: iio/scmi: Add reading "raw" attribute support.
agl-service-iiodevices reads IIO device "raw" attribute. Patches were adapted for current kernel version. Bug-AGL: SPEC-3865 Upstream-Status: Submitted [https://lore.kernel.org/all/20211024091627.28031-1-andriy.tryshnivskyy@opensynergy.com/] Signed-off-by: Andriy Tryshnivskyy <andriy.tryshnivskyy@opensynergy.com> Change-Id: I4f3e14e9d557a13ff955de43035e564d80873038
Diffstat (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r--meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
index d8ae5856..4c76db4a 100644
--- a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -26,5 +26,7 @@ SRC_URI += " \
# IIO SCMI
SRC_URI += " \
file://iio-scmi/0001-iio-scmi-Adding-support-for-IIO-SCMI-Based-Sensors.patch \
+ file://iio-scmi/0002-iio-core-Introduce-IIO_VAL_INT_64.patch \
+ file://iio-scmi/0003-iio-scmi-Add-reading-raw-attribute.patch \
file://iio_scmi.cfg \
"