summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2024-08-14 08:57:50 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2024-08-14 09:03:46 -0700
commit8335c55ed1f67ad38062dbc7ed35b8ef41466033 (patch)
tree1bfe7394af6996be4f9eb144e3f7eb4bcc89b865
parentc843e11dc4bbf2c59f0c3b0b37338a375b8d7725 (diff)
downloadmeta-freescale-8335c55ed1f67ad38062dbc7ed35b8ef41466033.tar.gz
u-boot-imx: Update to lf-6.6.23-2.0.0
Update the u-boot-imx to the tag lf-6.6.23-2.0.0, that is used in the NXP BSP LF6.6.23_2.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc (renamed from recipes-bsp/u-boot/u-boot-imx-common_2023.04.inc)6
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2024.04.bb (renamed from recipes-bsp/u-boot/u-boot-imx_2023.04.bb)10
2 files changed, 12 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2023.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc
index e23235627..5d49a8306 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common_2023.04.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2024.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_v2023.04" 7SRCBRANCH = "lf_v2024.04"
8LOCALVERSION ?= "-imx_v2023.04_6.6.3-1.0.0" 8LOCALVERSION ?= "-imx_v2024.04_6.6.23-2.0.0"
9SRCREV = "f8a2983ec83afd43731d905b4ff0ffd57b57f2f0" 9SRCREV = "674440bc73e1dd483b84269cccfad89ab40af424"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 bc-native \ 12 bc-native \
diff --git a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb b/recipes-bsp/u-boot/u-boot-imx_2024.04.bb
index 0e7c467b9..3d03c8349 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2024.04.bb
@@ -1,6 +1,6 @@
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-2023 NXP 3# Copyright (C) 2017-2024 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 u-boot-imx-common_${PV}.inc
@@ -57,6 +57,14 @@ do_deploy:append:mx8m-generic-bsp() {
57 done 57 done
58 unset i 58 unset i
59 fi 59 fi
60
61 # Deploy CRT.* from u-boot for stmm
62 install -m 0644 ${S}/CRT.* ${DEPLOYDIR}
63}
64
65do_deploy:append:mx93-generic-bsp() {
66 # Deploy CRT.* from u-boot for stmm
67 install -m 0644 ${S}/CRT.* ${DEPLOYDIR}
60} 68}
61 69
62PACKAGE_ARCH = "${MACHINE_ARCH}" 70PACKAGE_ARCH = "${MACHINE_ARCH}"