diff options
author | Fabio Estevam <festevam@denx.de> | 2023-10-02 16:57:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-04 23:55:12 +0100 |
commit | 2b9044361f2855866eed831f8bdb770f2c7d42dc (patch) | |
tree | 5386993f98587d3076415558ce054163dd098d4c /meta/recipes-bsp | |
parent | 056fe7fad48147caf58df208e5fb47645ebfa887 (diff) | |
download | poky-2b9044361f2855866eed831f8bdb770f2c7d42dc.tar.gz |
u-boot: Upgrade to 2023.10
Upgrade to U-Boot 2023.10.
The U-Boot 2023.10 tag is in the master branch, so switch the branch
back to master.
(From OE-Core rev: 6fce7f99ff5bacf7ad4b1816f462260fe41b38ee)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb (renamed from meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2023.10.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 111914827d..c7190d5cd4 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -12,9 +12,9 @@ PE = "1" | |||
12 | 12 | ||
13 | # We use the revision in order to avoid having to fetch it from the | 13 | # We use the revision in order to avoid having to fetch it from the |
14 | # repo during parse | 14 | # repo during parse |
15 | SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c" | 15 | SRCREV = "4459ed60cb1e0562bc5b40405e2b4b9bbf766d57" |
16 | 16 | ||
17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y" | 17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | B = "${WORKDIR}/build" | 20 | B = "${WORKDIR}/build" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb index 7eaf721ca8..7eaf721ca8 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb b/meta/recipes-bsp/u-boot/u-boot_2023.10.bb index 4f5b3e5dfd..4f5b3e5dfd 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2023.10.bb | |||