mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
95eef079cd
commit
430b173321
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user