From 4d7c7c5a2a3bb2ad3a6b9d35e30694365db04afb Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Thu, 3 Mar 2022 14:13:42 -0800 Subject: [PATCH 1/2] linux-boundary: bump revision to 04f4286f Changelog: - add sensor clock for isp - panel bug fixes Signed-off-by: Chris Dimich --- recipes-kernel/linux/linux-boundary_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary_5.10.bb b/recipes-kernel/linux/linux-boundary_5.10.bb index 31badab..a568fe4 100644 --- a/recipes-kernel/linux/linux-boundary_5.10.bb +++ b/recipes-kernel/linux/linux-boundary_5.10.bb @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH};p LOCALVERSION = "-2.0.0+yocto" SRCBRANCH = "boundary-imx_5.10.x_2.0.0" -SRCREV = "acef1311bdaed94134de8894d733e5307abf8cb4" +SRCREV = "04f4286fab381f1f9146cfbf527a81ad33fffb07" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)" From b30a5bcbb9f1087da1b7e35153498e23a47f2c4c Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Thu, 3 Mar 2022 14:16:58 -0800 Subject: [PATCH 2/2] u-boot-boundary: bump revision to 3d5e7f60 Changelog: - panel bug fixes - various device tree changes Signed-off-by: Chris Dimich --- recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc b/recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc index 258f600..f3429ff 100644 --- a/recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc +++ b/recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PV = "v2020.10+git${SRCPV}" -SRCREV = "6ed3b4647b1ca8d3cb33595c33e1c92b1fefb561" +SRCREV = "3d5e7f60236b1f70ed244a2270a50238a2acfd72" SRCBRANCH = "boundary-v2020.10" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH};protocol=https"