diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-05-10 17:51:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-08 14:23:35 +0000 |
commit | 25ee9ef44af5b1d305422afa2129d713be174062 (patch) | |
tree | 5b5a3542f83beff43083f5d73eae7eaaae9fdca8 /meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend | |
parent | 9893e9e1a0ae33a2ea2971081dbfbfd486c4214c (diff) |
egvirt: linux-yocto: Remove virtio-scmi patches.
Those patches are now in mainline kernel, so they are moved to meta-agl.
Bug-AGL: SPEC-3865, SPEC-4365
Change-Id: I08a184c6db63afef67a2e0906bc6a9a61ec4286f
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r-- | meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend index 4d276591..2dba2566 100644 --- a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,17 +1,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -# virtio SCMI -SRC_URI += " \ - file://virtio_scmi.cfg \ -" - -# IIO SCMI -SRC_URI += " \ - 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 \ -" - # virtio video SRC_URI += " \ file://0001-drivers-media-Add-config-option-for-virtio-video.patch \ |