X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-renesas%2Frecipes-kernel%2Flinux%2Flinux-renesas_%25.bbappend;h=ee4d25f56cab0187e39cff51636f4c237ef431b3;hb=refs%2Fchanges%2F81%2F12281%2F2;hp=35b2253540ae953df59bf524fc75b302e0e96a54;hpb=a14e289caaae4c342c2bc686bd5d327ed612b0fc;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index 35b225354..ee4d25f56 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -6,7 +6,6 @@ SRC_URI += " file://disable_delay_printk.patch \ file://cfg_mac_80211.cfg \ file://ath9k_htc.cfg \ file://rtl_sdr.cfg \ - file://usbaudio.cfg \ file://ra2x00.cfg \ file://0001-media-r820t-do-not-double-free-fe-tuner_priv-in-r820.patch \ file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \ @@ -32,7 +31,19 @@ SRC_URI_append_agl-porter-hibernate = " file://hibernation/0001-Add-Hibernation- file://hibernation/0013-Add-rcar-spi-hibernation-code.patch \ file://hibernation/0014-Add-rcar-sci-hibernation-code.patch \ file://hibernation/0015-Add-rcar-usbphy-hibernation-code.patch \ + file://hibernation/0001-Add-shdmac-hibernation-code.patch \ + file://hibernation/0002-Fix-Black-blink-correction-of-display.patch \ + file://hibernation/0003-Add-hibernation-image-area.patch \ file://hibernation/hibernation.cfg \ " KERNEL_CONFIG_FRAGMENTS_append_agl-porter-hibernate += " ${WORKDIR}/hibernation/hibernation.cfg" + +# file comes out of meta-agl-bsp/recipes-kernel/linux/linux_%.bbappend +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"