From 3f4fce403495a43202698d3f288b668544e9214e Mon Sep 17 00:00:00 2001 From: ronan Date: Tue, 28 Jul 2020 11:56:58 +0200 Subject: [RCAR] Remove perf fix on renesas board * In RCAR BSP 4.14 the perf fix is upstream, we don't need to keep this fix in AGL. Bug-AGL: SPEC-3516 Signed-off-by: Ronan Le Martret Change-Id: Ic014347319318122f99eabf48170a5b393ab46c5 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25069 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend index 9980eb662..12054df86 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend @@ -5,15 +5,9 @@ require recipes-kernel/linux/linux-agl.inc SRC_URI_append = " file://namespace_fix.cfg \ " -# This can fix a compilation issue with perf. As this seems to collide with the cogent layer -# we apply this here by variable and reset it when the -adas layer is present. -perfFIX ??= " file://9999-perf-libbft-upstream.patch " -# - # Add ADSP patch to enable and add sound hardware abstraction SRC_URI_append = " \ file://0004-ADSP-enable-and-add-sound-hardware-abstraction.patch \ - ${perfFIX} \ " # For Xen -- cgit 1.2.3-korg