From 0558ac1232914bf2e25d5bc1f36ac1b391eab0af Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Tue, 28 May 2019 19:11:08 +0200 Subject: [PATCH] linux: use kernel branch 4.19/standard/base Merged base repository to 4.19.46 and updated tag in recipe. Signed-off-by: Patrick Zysset --- recipes-kernel/linux/linux-netmodule_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 44f2c75..277a1f7 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -7,9 +7,9 @@ DESCRIPTION = "Linux kernel for various NetModule hardware" LICENSE = "GPLv2" 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/all" +SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.19/standard/base" SRCREV ?= "${AUTOREV}" -PV ?= "4.19.20-${SRCPV}" +PV ?= "4.19.46-${SRCPV}" PR = "r0"