X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Frecipes-kernel%2Flinux%2Flinux-yocto_%25.bbappend;h=8266f5525bef8017e19cf6dbd4d713de28bd2fcf;hb=d149a04c88156943d8aa1aa89dabeaf9931a1c14;hp=00270faef32dbaefbb97e6c1ffc3890264d5032c;hpb=9dfddcc8bfc9ba13e24c264305f0cdc0194b38b8;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index 00270faef..8266f5525 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,7 +1,27 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" # Extra configuration options for the QEMU kernel -SRC_URI += "file://0001-fanotify-fix-notification-of-groups-with-inode-mount.patch \ - file://fanotify.cfg \ +SRC_URI += "file://fanotify.cfg \ file://uinput.cfg \ + file://hid.cfg \ + file://drm.cfg \ " + +# Enable support for TP-Link TL-W722N USB Wifi adapter +SRC_URI += " file://ath9k_htc.cfg \ + " + +# Enable support for RTLSDR +SRC_URI += " file://rtl_sdr.cfg \ + " + +# disk drivers for vmdk +SRC_URI_append_qemux86 = " file://vbox-vmware-sata.cfg " +SRC_URI_append_qemux86_64 = " file://vbox-vmware-sata.cfg " + +# Fix for CVE-2017-1000364 +SRC_URI_append = " \ +file://0001-mm-larger-stack-guard-gap-between-vmas.patch \ +file://0002-Allow-stack-to-grow-up-to-address-space-limit.patch \ +file://0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \ +"