linux-boundary: bump version to 5.4 2.2.0

- based upon NXP 5.4.47_2.2.0
- added 5.4.80 stable fixes
- i.MX 8M Plus Nitrogen8MP support
- fix UART tx DMA issue
- fix Nano SPI issue

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
(cherry picked from commit c414263488)
This commit is contained in:
Gary Bisson 2020-12-21 10:40:48 +01:00 committed by Otavio Salvador
parent 6cbb85eb7f
commit 1c84ff5409

View File

@ -8,14 +8,14 @@ SUMMARY = "Linux kernel for Boundary Devices boards"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
LINUX_VERSION = "5.4.70"
LINUX_VERSION = "5.4.80"
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
"
LOCALVERSION = "-2.1.0-ga+yocto"
SRCBRANCH = "boundary-imx_5.4.x_2.1.0"
SRCREV = "131d67012be19d79c2478178e37bd0371904daad"
LOCALVERSION = "-2.2.0+yocto"
SRCBRANCH = "boundary-imx_5.4.x_2.2.0"
SRCREV = "521466cb0f2cf0e51ed4f509ee633143ab62bf46"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn)"