summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-12-01 19:06:00 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-08 10:24:15 +0000
commitcb2dbc10021f688dd93594d2c3ef78bdbae59f07 (patch)
tree9dae0de05f873c888bf1511a3ca51cdf79662e26
parent9bbf45fffa6412d545c8d223dc61bae60ae09548 (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/12357 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rwxr-xr-xmeta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend4
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 \