From 430b173321d9bdd482a81d01d9625c1f41d045a8 Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Wed, 2 Aug 2023 13:28:02 -0700 Subject: [PATCH] linux-boundary: fix LOCALVERSION Will print as: 6.1.22+yocto+g46a61156410f Signed-off-by: Chris Dimich --- recipes-kernel/linux/linux-boundary_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary_6.1.bb b/recipes-kernel/linux/linux-boundary_6.1.bb index 5721579..b215bae 100644 --- a/recipes-kernel/linux/linux-boundary_6.1.bb +++ b/recipes-kernel/linux/linux-boundary_6.1.bb @@ -13,7 +13,7 @@ LINUX_VERSION = "6.1.22" SRC_URI = "git://github.com/boundarydevices/linux.git;branch=${SRCBRANCH};protocol=https \ " -LOCALVERSION = "-1.22+yocto" +LOCALVERSION = "+yocto" SRCBRANCH = "boundary-imx_6.1.y" SRCREV = "46a61156410f484008086b36c03ab8490a38731a" DEPENDS += "lzop-native bc-native"