linux-boundary: fix LOCALVERSION

Will print as:

6.1.22+yocto+g46a61156410f

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
This commit is contained in:
Chris Dimich 2023-08-02 13:28:02 -07:00
parent 95eef079cd
commit 430b173321

View File

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