diff options
Diffstat (limited to 'dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend')
-rw-r--r-- | dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend new file mode 100644 index 00000000..ec8d677b --- /dev/null +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend | |||
@@ -0,0 +1,19 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
2 | |||
3 | SRC_URI += " \ | ||
4 | file://0001-swiotlb-xen-use-vmalloc_to_page-on-vmalloc-virt-addr.patch \ | ||
5 | file://0002-swiotlb-xen-remove-start_dma_addr.patch \ | ||
6 | file://0003-swiotlb-xen-add-struct-device-parameter-to-xen_phys_.patch \ | ||
7 | file://0004-swiotlb-xen-add-struct-device-parameter-to-xen_bus_t.patch \ | ||
8 | file://0007-swiotlb-xen-add-struct-device-parameter-to-is_xen_sw.patch \ | ||
9 | file://0008-swiotlb-xen-introduce-phys_to_dma-dma_to_phys-transl.patch \ | ||
10 | file://0009-xen-arm-introduce-phys-dma-translations-in-xen_dma_s_kernel_5.4.patch \ | ||
11 | file://0010-xen-arm-call-dma_to_phys-on-the-dma_addr_t-parameter.patch \ | ||
12 | file://0011-adding-page-coherent-patch.patch \ | ||
13 | " | ||
14 | |||
15 | # Add support for virtio.scc which linux-yocto_virtualization adds | ||
16 | SRCREV_meta = "aafb8f095e97013d6e55b09ed150369cbe0c6476" | ||
17 | SRC_URI_append += " \ | ||
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=kernel-meta \ | ||
19 | " | ||