summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend
blob: 2682529450c59546aac5c758c5aae79e0f9150f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

# virtio video
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 \
"

# virtio loopback
SRC_URI += " \
    file://virtio_loopback.cfg \
"

# virtio can
SRC_URI += " \
    file://virtio_can.cfg \
"

# virtio input
SRC_URI += " \
    file://virtio_input.cfg \
"

# virtio sound
SRC_URI += " \
    file://virtio_sound.cfg \
"