diff --git a/conf/machine/nitrogen8mp.conf b/conf/machine/nitrogen8mp.conf index 9b02563..18bf801 100644 --- a/conf/machine/nitrogen8mp.conf +++ b/conf/machine/nitrogen8mp.conf @@ -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 \ diff --git a/recipes-kernel/linux/linux-boundary_5.4.bb b/recipes-kernel/linux/linux-boundary_5.10.bb similarity index 72% rename from recipes-kernel/linux/linux-boundary_5.4.bb rename to recipes-kernel/linux/linux-boundary_5.10.bb index 3e006fe..dacb239 100644 --- a/recipes-kernel/linux/linux-boundary_5.4.bb +++ b/recipes-kernel/linux/linux-boundary_5.10.bb @@ -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)"