summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-osf_git.bb14
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-osf_git.bb b/recipes-kernel/linux/linux-osf_git.bb
index 167995c..5fbb621 100644
--- a/recipes-kernel/linux/linux-osf_git.bb
+++ b/recipes-kernel/linux/linux-osf_git.bb
@@ -1,11 +1,13 @@
-LINUX_VERSION ?= "4.16.15"
+LINUX_VERSION ?= "4.19.0"
-SRCREV = "5011b98dbd385e36878be9be6f07e975710e5a02"
-SRCBRANCH = "linux-v4.16.y"
-OSF_LMP_GIT_URL ?= "source.foundries.io"
-OSF_LMP_GIT_NAMESPACE ?= ""
+SRCREV_kernel = "84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d"
+SRCBRANCH = "linux-v4.19.y"
+SRCREV_FORMAT = "kernel"
+PV = "4.18+git${SRCPV}"
-SRC_URI = "git://${OSF_LMP_GIT_URL}/${OSF_LMP_GIT_NAMESPACE}linux.git;protocol=https;branch=${SRCBRANCH};name=kernel \
+LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=https;branch=master;name=kernel \
file://distro.scc \
file://distro.cfg \
"