summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-18 16:16:48 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-20 12:52:13 +0300
commitaf925e46e942324fc366dced25ba91ca1054c0b1 (patch)
tree392183395d5f4ca7e298e24a8dbfa684896a5084
parente6b1b6725cd1d44550ba473ff6a80c1b80663965 (diff)
downloadmeta-freescale-af925e46e942324fc366dced25ba91ca1054c0b1.tar.gz
u-boot-imx: Upgrade 2022.04 to 2023.04
Upgrade the u-boot-imx to the 2023.04 version, that is used in the NXP BSP LF6.1.22_2.0.0. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
-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