Merge pull request #271 from chrisdimich/master

linux-boundary: fix LOCALVERSION
This commit is contained in:
Otavio Salvador 2023-08-02 17:58:18 -03:00 committed by GitHub
commit d74cee9aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ LINUX_VERSION = "6.1.22"
SRC_URI = "git://github.com/boundarydevices/linux.git;branch=${SRCBRANCH};protocol=https \ SRC_URI = "git://github.com/boundarydevices/linux.git;branch=${SRCBRANCH};protocol=https \
" "
LOCALVERSION = "-1.22+yocto" LOCALVERSION = "+yocto"
SRCBRANCH = "boundary-imx_6.1.y" SRCBRANCH = "boundary-imx_6.1.y"
SRCREV = "46a61156410f484008086b36c03ab8490a38731a" SRCREV = "46a61156410f484008086b36c03ab8490a38731a"
DEPENDS += "lzop-native bc-native" DEPENDS += "lzop-native bc-native"