X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=meta-agl-bsp%2Fmeta-qcom%2Frecipes-kernel%2Flinux%2Flinux-linaro-qcomlt%25.bb;fp=meta-agl-bsp%2Fmeta-qcom%2Frecipes-kernel%2Flinux%2Flinux-linaro-qcomlt%25.bb;h=c6aee5889e3066b8788ae2a582351ba70ae55cb3;hb=aea4c6d3a46dff5abb4624bd8fa3762d2abb1668;hp=0000000000000000000000000000000000000000;hpb=ead1bded123556f3aa7d716c4e009d342b891a20;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt%.bb b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt%.bb new file mode 100644 index 000000000..c6aee5889 --- /dev/null +++ b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt%.bb @@ -0,0 +1,15 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +# Extra configuration options +SRC_URI += "file://fanotify.cfg \ + file://uinput.cfg \ + file://hid.cfg " +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/fanotify.cfg ${WORKDIR}/uinput.cfg ${WORKDIR}/hid.cfg" + +# Enable support for TP-Link TL-W722N USB Wifi adapter +SRC_URI += " file://ath9k_htc.cfg " +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg" + +# Enable support for RTLSDR +SRC_URI += " file://rtl_sdr.cfg " +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/rtl_sdr.cfg"