linux-toradex: Set 4.4.217 to LINUX_VERSION

linux-imx.inc is using kernel-yocto class and it's necessary to set
LINUX_VERSION as shown in meta-freescale commit
c7e23876b199e2cfbc2aef6bf192ef50e665b1c5

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2020-05-29 11:05:09 -03:00
parent dc20b515e0
commit 32b1269f5f

View File

@ -11,6 +11,8 @@ KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget'
LOCALVERSION = "-2.8.3"
PV_append = "+git${SRCPV}"
LINUX_VERSION = "4.4.217"
SRCBRANCH = "toradex_vf_4.4"
SRCREV = "4a31b8a3519d5dde0eacbb088b0d45c83732535b"