From f65292fe4c0ac3badec1c5de8f75830c3e1aa735 Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Mon, 17 Oct 2022 11:48:05 -0700 Subject: [PATCH] u-boot-boundary: bump version to 2022.04 Signed-off-by: Chris Dimich --- ...mon_2020.10.inc => u-boot-boundary-common_2022.04.inc} | 8 ++++---- ...oot-boundary_2020.10.bb => u-boot-boundary_2022.04.bb} | 0 ...ndary_2020.10.bb => u-boot-script-boundary_2022.04.bb} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename recipes-bsp/u-boot/{u-boot-boundary-common_2020.10.inc => u-boot-boundary-common_2022.04.inc} (53%) rename recipes-bsp/u-boot/{u-boot-boundary_2020.10.bb => u-boot-boundary_2022.04.bb} (100%) rename recipes-bsp/u-boot/{u-boot-script-boundary_2020.10.bb => u-boot-script-boundary_2022.04.bb} (100%) diff --git a/recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc b/recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc similarity index 53% rename from recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc rename to recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc index 5593245..31c5ce3 100644 --- a/recipes-bsp/u-boot/u-boot-boundary-common_2020.10.inc +++ b/recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc @@ -2,11 +2,11 @@ DESCRIPTION = "U-Boot for Boundary Devices boards" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" -PV = "v2020.10+git${SRCPV}" +PV = "v2022.04+git${SRCPV}" -SRCREV = "3d5e7f60236b1f70ed244a2270a50238a2acfd72" -SRCBRANCH = "boundary-v2020.10" -SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH};protocol=https" +SRCREV = "951b0deec7d391435d0f77a141b7b7f5931663e3" +SRCBRANCH = "boundary-v2022.04" +SRC_URI = "git://github.com/boundarydevices/u-boot.git;branch=${SRCBRANCH};protocol=https" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/recipes-bsp/u-boot/u-boot-boundary_2020.10.bb b/recipes-bsp/u-boot/u-boot-boundary_2022.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-boundary_2020.10.bb rename to recipes-bsp/u-boot/u-boot-boundary_2022.04.bb diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_2020.10.bb b/recipes-bsp/u-boot/u-boot-script-boundary_2022.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-script-boundary_2020.10.bb rename to recipes-bsp/u-boot/u-boot-script-boundary_2022.04.bb