From 4a05c43443cdd69d18622ec3767684dc6e5dad8f Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 7 Feb 2019 20:42:44 +0100 Subject: [PATCH] linux-netmodule: Update kernel version to 4.19 --- recipes-kernel/linux/linux-netmodule_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 8cceefd..6c21795 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -5,12 +5,12 @@ inherit kernel DESCRIPTION = "Linux kernel for various NetModule hardware" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" BRANCH_NAME = "${@'${MACHINE}'.split('-')[-1]}" -SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/standard/${BRANCH_NAME}" +SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.19/standard/${BRANCH_NAME}" SRCREV ?= "${AUTOREV}" -PV ?= "4.14.77-${SRCPV}" +PV ?= "4.19.20-${SRCPV}" PR = "r0"