summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_5.15.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-07-18 12:52:08 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-07-18 12:59:19 +0800
commitde5851890f9a268621515193d2ad84f8359fbe24 (patch)
tree6817cf3d4f420d188d20cf89143b63f69fafc8ed /recipes-kernel/linux/linux-intel_5.15.bb
parent0a96edae609a3f48befac36af82cf1eed6786b4a (diff)
downloadmeta-intel-de5851890f9a268621515193d2ad84f8359fbe24.tar.gz
linux-intel: fix buildpaths issue
Include following fixes from linux-yocto to fix buildpaths warnings: 2fca0fd71981 lib/build_OID_registry: fix reproducibility issues 0f586f4ee8ad vt/conmakehash: improve reproducibility Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-intel_5.15.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb
index 6a63e9f9..1c760615 100644
--- a/recipes-kernel/linux/linux-intel_5.15.bb
+++ b/recipes-kernel/linux/linux-intel_5.15.bb
@@ -5,9 +5,6 @@ KMETA_BRANCH = "yocto-5.15"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 6LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
7 7
8SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
9 "
10
11DEPENDS += "elfutils-native openssl-native util-linux-native" 8DEPENDS += "elfutils-native openssl-native util-linux-native"
12 9
13LINUX_VERSION ?= "5.15.43" 10LINUX_VERSION ?= "5.15.43"