From 1c41b8e0f586ea5c31b73a981fbb3e7c1071ef7c Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Wed, 31 Oct 2018 11:34:46 +0900 Subject: rcar-gen3: linux-renesas: WORKAROUND to fix build error with Linux v4.14 This commit applies WORKAROUND patch for the following error: | ERROR: linux-libc-headers-4.14-r0 do_install: oe_multilib_header: Unable to find header asm/bpf_perf_event.h. Signed-off-by: Thuy Tran Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: I47d36ed12f8c24ed41031d27303bb0e82c059d21 --- .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb') diff --git a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb index 1a1f53e..ec3748a 100644 --- a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb @@ -29,3 +29,8 @@ SRC_URI_append = " \ " S = "${WORKDIR}/git" + +# W/A Fix build issue with Linux v4.14 +SRC_URI_append = " \ + file://0001-arm64-bpf-correct-broken-uapi-for-BPF_PROG_TYPE_PERF.patch \ +" -- cgit 1.2.3-korg