diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-12-01 19:06:00 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-08 10:24:09 +0000 |
commit | 197728455675ffc778615a4c0108e93077a7499b (patch) | |
tree | 21dc46cbfeed258792d6f1c5cf91129c72f8540d /meta-agl-bsp/meta-renesas/recipes-kernel/linux | |
parent | 78a318aab4bf67072fe91bd2ebbd6491da8f1304 (diff) |
linux-renesas_%.bbappend: Fix ath9k_htc.cfg and rtl_sdr.cfg
Files ath9k_htc.cfg and rtl_sdr.cfg are provided
by linux-agl.inc. As of the moment there is no need
linux-renesas_%.bbappend also to provide them and
furthermore this patches fixes the kernel build.
Bug-AGL: SPEC-1152
Change-Id: I29ddac799469e0a3107037bb11918c228d10b5db
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12297
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-kernel/linux')
-rwxr-xr-x | meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
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 ee4d25f56..08831a365 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 @@ -4,8 +4,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" # 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 \ @@ -14,8 +12,6 @@ SRC_URI += " file://disable_delay_printk.patch \ 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 \ |