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:
74835c7db0

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Naveen Saini 2020-06-26 10:24:09 +08:00 committed by Anuj Mittal
parent 69abe5db6a
commit f9f1dc5652

View File

@ -15,13 +15,13 @@ KCONF_BSP_AUDIT_LEVEL = "2"
KMETA_BRANCH = "master"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "elfutils-native openssl-native util-linux-native"
LINUX_VERSION ?= "5.5-rc3"
SRCREV_machine ?= "0c5d381c6f1ebd88b4da2c3392f86d1611daba84"
SRCREV_meta ?= "1b65db46af4e00e257a6be18cb06736cb83d54dd"
LINUX_VERSION ?= "5.6-rc3"
SRCREV_machine ?= "f8788d86ab28f61f7b46eb6be375f8a726783636"
SRCREV_meta ?= "e31896120dc72c1f35fa9e65a031d672cb67497d"
LINUX_VERSION_EXTENSION ?= "-mainline-tracking-${LINUX_KERNEL_TYPE}"
PV = "${LINUX_VERSION}+git${SRCPV}"