Merge pull request #170 from chrisdimich/master

linux-boundary: move to 5.10
This commit is contained in:
Otavio Salvador 2021-09-14 18:06:45 -03:00 committed by GitHub
commit 72ca672346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,6 @@ require conf/machine/include/arm/armv8a/tune-cortexa53.inc
# Kernel configuration
PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary"
KERNEL_DEVICETREE = "freescale/imx8mp-nitrogen8mp.dtb \
freescale/imx8mp-a0-nitrogen8mp.dtb \
freescale/imx8mp-nitrogen8mp-enc.dtb \
freescale/imx8mp-nitrogen8mp-enc-tc358743.dtb \
freescale/imx8mp-nitrogen8mp-m4.dtb \

View File

@ -6,16 +6,16 @@ require recipes-kernel/linux/linux-imx.inc
SUMMARY = "Linux kernel for Boundary Devices boards"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
LINUX_VERSION = "5.4.110"
LINUX_VERSION = "5.10.63"
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
"
LOCALVERSION = "-2.3.0+yocto"
SRCBRANCH = "boundary-imx_5.4.x_2.3.0"
SRCREV = "c2a2aa5348060286bb25fa47fac259e5568d7da1"
LOCALVERSION = "-2.0.0+yocto"
SRCBRANCH = "boundary-imx_5.10.x_2.0.0"
SRCREV = "06cdda6dc94e1da9217649221b8e91bc01546778"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"