From c2aa5501012e2121a8059150866f122d9d8f185c Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Wed, 11 Dec 2019 22:16:10 +0100 Subject: [PATCH] kernel: adjust kernel v4.19.y version identifier netmodule default kernel branch have been merged with 4.19.88. BugzID: 60485 Signed-off-by: Patrick Zysset --- recipes-kernel/linux/linux-netmodule_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index b08f3a5..2535899 100644 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.19/standard/base" SRCREV ?= "${AUTOREV}" -PV ?= "4.19.46-${SRCPV}" +PV ?= "4.19.88-${SRCPV}" SRC_URI_imx8-nmhw23 = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/develop/nmhw23" SRCREV_imx8-nmhw23 ?= "${AUTOREV}"