From ea44cbf04f2c88562a6aa60210f944f1ca3e17a0 Mon Sep 17 00:00:00 2001 From: Andriy Tryshnivskyy Date: Mon, 4 Oct 2021 21:07:10 +0300 Subject: 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 Change-Id: I4f3e14e9d557a13ff955de43035e564d80873038 --- meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend | 2 ++ 1 file changed, 2 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 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 \ " -- cgit 1.2.3-korg