summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2023.04.inc (renamed from recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc)6
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2023.04.bb (renamed from recipes-bsp/u-boot/u-boot-imx_2022.04.bb)4
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2023.04.inc
index a5dba755..576369da 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2023.04.inc
@@ -4,9 +4,9 @@ LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" 6SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
7SRCBRANCH = "lf_v2022.04" 7SRCBRANCH = "lf_v2023.04"
8LOCALVERSION ?= "-imx_v2022.04_5.15.71-2.2.0" 8LOCALVERSION ?= "-imx_v2023.04_6.1.22-2.0.0"
9SRCREV = "7376547b9e424b2d0f42dfe96394168c781ca297" 9SRCREV = "af7d004eaf18437c7db76f7962652b924099405b"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 bc-native \ 12 bc-native \
diff --git a/recipes-bsp/u-boot/u-boot-imx_2022.04.bb b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb
index e76c29c6..59dcee56 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2022.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb
@@ -1,9 +1,9 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2018 (C) O.S. Systems Software LTDA. 2# Copyright 2018 (C) O.S. Systems Software LTDA.
3# Copyright (C) 2017-2021 NXP 3# Copyright (C) 2017-2023 NXP
4 4
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/u-boot/u-boot.inc
6require u-boot-imx-common_${PV}.inc 6require recipes-bsp/u-boot/u-boot-imx-common_${PV}.inc
7 7
8PROVIDES += "u-boot u-boot-mfgtool" 8PROVIDES += "u-boot u-boot-mfgtool"
9 9