From 9ca88f0ea5a40c2516655e93bb89487bb94b0e9d Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 3 Feb 2021 10:31:30 +0800 Subject: linux-intel/5.10: fix build with binutils 2.36 Backport a couple of patches to fix builds with binutils v2.36. These should not be required once these are made available in LTS branches. Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel_5.10.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/linux/linux-intel_5.10.bb') diff --git a/recipes-kernel/linux/linux-intel_5.10.bb b/recipes-kernel/linux/linux-intel_5.10.bb index caf2c899..585dea49 100644 --- a/recipes-kernel/linux/linux-intel_5.10.bb +++ b/recipes-kernel/linux/linux-intel_5.10.bb @@ -5,7 +5,10 @@ KMETA_BRANCH = "yocto-5.10" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch" +SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ + file://objtool-fix-segfault-with-clang.patch \ + file://x86-entry-Emit-a-symbol-for-register-restoring-thunk.patch \ + " DEPENDS += "elfutils-native openssl-native util-linux-native" -- cgit v1.2.3-54-g00ecf