summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-ci-snapshot-features/included.dep
AgeCommit message (Expand)AuthorFilesLines
2017-10-14Add feature for enabling the YP ptest capabilitiesJan-Simon Möller1-1/+1
2017-08-21meta-agl: Init SDL featurePhong Tran1-1/+1
2017-04-28Remove sota from agl-ci-change-featuresJan-Simon Möller1-1/+1
2017-01-18Revert "Remove agl-sota from ci builds until fixed for morty"Jan-Simon Moeller1-1/+1
2017-01-11Remove agl-sota from ci builds until fixed for mortyJan-Simon Möller1-1/+1
2016-11-24Convert feature.inc to feature.depJan-Simon Möller1-0/+1
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
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"