X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-ti%2Frecipes-kernel%2Flinux%2Flinux-ti-staging_%25.bbappend;h=6a5f4f4d2dc8d5a33e4b3bd9c09ab29abbbfa3ec;hb=020969ce7e9c67632227441654025fa616ed3e80;hp=f9c0c04337470538b523514fdc7c0c216c74ab4e;hpb=efed2d255dccafb8ae44f7d71b92b937ad5c42d8;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend index f9c0c0433..6a5f4f4d2 100644 --- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend @@ -1,3 +1,5 @@ +require recipes-kernel/linux/linux-dtb.inc + FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI_append = " file://ramblock_nbd.cfg" @@ -34,3 +36,6 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg" # Enable support for usb video class for usb camera devices KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/uvc.cfg" + +# Enable support for joystick devices +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/joystick.cfg"