linux-netmodule: Update kernel version to 4.19
This commit is contained in:
parent
3224929677
commit
4a05c43443
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue