From 692f8d9c25ec69abbbfed1e98c478cd2f77f9e5b Mon Sep 17 00:00:00 2001 From: Luan Rafael Carneiro Date: Tue, 16 Apr 2024 15:05:07 -0300 Subject: [PATCH] u-boot-fslc: Bump from v2024.01 to v2024.04 Bump from v2024.01 to v2024.04. This commit creates the following files: - u-boot-fslc-common_2024.04.inc - u-boot-fslc-mxsboot_2024.04.bb - u-boot-fslc_2024.04.bb Signed-off-by: Luan Rafael Carneiro --- ...lc-common_2024.01.inc => u-boot-fslc-common_2024.04.inc} | 6 +++--- ...lc-mxsboot_2024.01.bb => u-boot-fslc-mxsboot_2024.04.bb} | 0 .../{u-boot-fslc_2024.01.bb => u-boot-fslc_2024.04.bb} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-common_2024.01.inc => u-boot-fslc-common_2024.04.inc} (80%) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2024.01.bb => u-boot-fslc-mxsboot_2024.04.bb} (100%) rename recipes-bsp/u-boot/{u-boot-fslc_2024.01.bb => u-boot-fslc_2024.04.bb} (100%) diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2024.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2024.04.inc similarity index 80% rename from recipes-bsp/u-boot/u-boot-fslc-common_2024.01.inc rename to recipes-bsp/u-boot/u-boot-fslc-common_2024.04.inc index ee05df891..b270dfd74 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2024.01.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2024.04.inc @@ -10,10 +10,10 @@ DEPENDS += "flex-native bison-native" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" -SRCREV = "9ff224ca0039e9cd22be2ec4b56408cb64d71a87" -SRCBRANCH = "2024.01+fslc" +SRCREV = "1a2bdc16b79a6f9c31829ede1bbf4063ccea6e54" +SRCBRANCH = "2024.04+fslc" -PV = "2024.01+git${SRCPV}" +PV = "2024.04+git${SRCPV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.01.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2024.04.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2024.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2024.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc_2024.01.bb rename to recipes-bsp/u-boot/u-boot-fslc_2024.04.bb