linux-netmodule: Update kernel version to 4.19

This commit is contained in:
Alexandre Bard 2019-02-07 20:42:44 +01:00
parent 3224929677
commit 4a05c43443
1 changed files with 3 additions and 3 deletions

View File

@ -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"