summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-06-26 10:24:09 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-06-26 11:54:15 +0800
commitf9f1dc565234d4a2f0d88e218472ec3406c7fd9d (patch)
tree9e0258f9c79bfdd5e8e9b53e01e44c65ebbf7c4f
parent69abe5db6a85b24876bf85596cfa875658da7e2f (diff)
downloadmeta-intel-f9f1dc565234d4a2f0d88e218472ec3406c7fd9d.tar.gz
linux-intel-dev: update to v5.6-rc3
Also fetch latest kernel config data. COPYING is updated at upstream, having commit description: " COPYING: state that all contributions really are covered by this file Explicitly state that all contributions to the kernel source tree really are covered under this COPYING file in case someone thought otherwise. Lawyers love to be pedantic, even more so than software engineers at times, and this sentence makes them sleep easier. " Ref: https://github.com/torvalds/linux/commit/74835c7db0322b6eddf091b8b062f127b8999a0a Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel-dev.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-intel-dev.bb b/recipes-kernel/linux/linux-intel-dev.bb
index 4da6e3b9..c1730005 100644
--- a/recipes-kernel/linux/linux-intel-dev.bb
+++ b/recipes-kernel/linux/linux-intel-dev.bb
@@ -15,13 +15,13 @@ KCONF_BSP_AUDIT_LEVEL = "2"
15 15
16KMETA_BRANCH = "master" 16KMETA_BRANCH = "master"
17 17
18LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 18LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
19 19
20DEPENDS += "elfutils-native openssl-native util-linux-native" 20DEPENDS += "elfutils-native openssl-native util-linux-native"
21 21
22LINUX_VERSION ?= "5.5-rc3" 22LINUX_VERSION ?= "5.6-rc3"
23SRCREV_machine ?= "0c5d381c6f1ebd88b4da2c3392f86d1611daba84" 23SRCREV_machine ?= "f8788d86ab28f61f7b46eb6be375f8a726783636"
24SRCREV_meta ?= "1b65db46af4e00e257a6be18cb06736cb83d54dd" 24SRCREV_meta ?= "e31896120dc72c1f35fa9e65a031d672cb67497d"
25 25
26LINUX_VERSION_EXTENSION ?= "-mainline-tracking-${LINUX_KERNEL_TYPE}" 26LINUX_VERSION_EXTENSION ?= "-mainline-tracking-${LINUX_KERNEL_TYPE}"
27PV = "${LINUX_VERSION}+git${SRCPV}" 27PV = "${LINUX_VERSION}+git${SRCPV}"