X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Frecipes-kernel%2Flinux%2Flinux-yocto_%25.bbappend;h=8205a3feb47a0a4eb45e660c7bc0e1550e9fdb0f;hb=17fb0f43d38e3e9ae7356eea0fac2aff8f66fa0e;hp=24bd38d40d5f21bc4bdc7bfd1704f7900ef882d3;hpb=9201dffde9bf2fefb53c4bee6470c8407bda2b34;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 24bd38d40..8205a3feb 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,4 +1,23 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" # Extra configuration options for the QEMU kernel -SRC_URI += "file://uinput.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 " + +# Backported fix for CVE-2017-1000364 +SRC_URI_append = " file://4.8-0001-SEC-Backport-Fix-CVE-2017-1000364-through-backport.patch "