summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend
blob: ee4d25f56cab0187e39cff51636f4c237ef431b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"

# Enable support for TP-Link TL-W722N USB Wifi adapter and RTL2832U DVB USB and USB Audio
# adapter.
SRC_URI += " file://disable_delay_printk.patch \
             file://cfg_mac_80211.cfg \
             file://ath9k_htc.cfg \
             file://rtl_sdr.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 \
             file://0003-media-r820t-avoid-potential-memcpy-buffer-overflow-i.patch \
             file://hciattach.cfg \
             file://pppd-rcar.cfg \
            "

KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg"

SRC_URI_append_agl-porter-hibernate = " file://hibernation/0001-Add-Hibernation-kernel-base-code.patch \
                                        file://hibernation/0002-Add-Hibernation-arch-code-Only-R-CAR-M2W.patch \
                                        file://hibernation/0003-Add-sata-hibernation-code.patch \
                                        file://hibernation/0004-Add-firmware-hibernation-code.patch \
                                        file://hibernation/0005-Add-rcar-dma-hibernation-code.patch \
                                        file://hibernation/0006-Add-rcar-du-hibernation-code.patch \
                                        file://hibernation/0007-Add-rcar-i2c-hibernation-code.patch \
                                        file://hibernation/0008-Add-rcar-mmc-hibernation-code.patch \
                                        file://hibernation/0009-Add-hibernation-store-area.patch \
                                        file://hibernation/0010-Add-rcar-eth-hibernation-code.patch \
                                        file://hibernation/0011-Add-rcar-pci-hibernation-code.patch \
                                        file://hibernation/0012-Add-rcar-gpio-hibernation-code.patch \
                                        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"