diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2024-08-14 08:57:50 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2024-08-14 09:03:46 -0700 |
commit | 8335c55ed1f67ad38062dbc7ed35b8ef41466033 (patch) | |
tree | 1bfe7394af6996be4f9eb144e3f7eb4bcc89b865 | |
parent | c843e11dc4bbf2c59f0c3b0b37338a375b8d7725 (diff) | |
download | meta-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" | |||
4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | 6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" |
7 | SRCBRANCH = "lf_v2023.04" | 7 | SRCBRANCH = "lf_v2024.04" |
8 | LOCALVERSION ?= "-imx_v2023.04_6.6.3-1.0.0" | 8 | LOCALVERSION ?= "-imx_v2024.04_6.6.23-2.0.0" |
9 | SRCREV = "f8a2983ec83afd43731d905b4ff0ffd57b57f2f0" | 9 | SRCREV = "674440bc73e1dd483b84269cccfad89ab40af424" |
10 | 10 | ||
11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
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 | ||
5 | require recipes-bsp/u-boot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
6 | require u-boot-imx-common_${PV}.inc | 6 | require 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 | |||
65 | do_deploy:append:mx93-generic-bsp() { | ||
66 | # Deploy CRT.* from u-boot for stmm | ||
67 | install -m 0644 ${S}/CRT.* ${DEPLOYDIR} | ||
60 | } | 68 | } |
61 | 69 | ||
62 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 70 | PACKAGE_ARCH = "${MACHINE_ARCH}" |