From 8b11814ab8e860d333d5fc25607c23c9122a0b16 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Tue, 10 May 2022 19:43:29 +0200 Subject: egvirt: linux-yocto: Add virtio_bt driver. virtio-bt is not part of OASIS standard yet (v1.2) but Linux kernel has driver for virtio transport for BT HCI. Submit driver to meta-agl-devel since patch [1] is WIP and has a known issue. [1]: 0002-Bluetooth-virtio_bt-fix-device-removal.patch Bug-AGL: SPEC-4363 Change-Id: Ib6851df24d430e991a4e9078345bef7e440fb6de Signed-off-by: Vasyl Vavrychuk --- meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend | 6 ++++++ 1 file changed, 6 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 2dba2566..d646f535 100644 --- a/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend @@ -5,3 +5,9 @@ SRC_URI += " \ file://0001-drivers-media-Add-config-option-for-virtio-video.patch \ file://virtio_video.cfg \ " + +# virtio BT +SRC_URI += " \ + file://virtio_bt.cfg \ + file://0002-Bluetooth-virtio_bt-fix-device-removal.patch \ +" -- cgit 1.2.3-korg