From 8f45b97d2e8da8386e725667dfc17dd6900875b1 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 14 Jul 2023 15:05:14 -0300 Subject: u-boot: Upgrade to 2023.07.02 Upgrade to U-Boot 2023.07.02. The U-Boot 2023.07.02 tag is not in the master branch, so switch the branch from master to u-boot-2023.07.y. (From OE-Core rev: 687d105ada21c6e0d9efe3acf6f4aa1c844d3d30) Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb | 2 ++ meta/recipes-bsp/u-boot/u-boot-tools_2023.07.bb | 2 -- meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb | 5 +++++ meta/recipes-bsp/u-boot/u-boot_2023.07.bb | 5 ----- 5 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2023.07.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2023.07.bb (limited to 'meta') diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 56f9be0107..111914827d 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" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "05aa6516c6bb419d01d69fac457c0de563bfd694" +SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c" -SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" +SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y" S = "${WORKDIR}/git" 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.07.02.bb new file mode 100644 index 0000000000..7eaf721ca8 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb @@ -0,0 +1,2 @@ +require u-boot-common.inc +require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.bb deleted file mode 100644 index 7eaf721ca8..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.bb +++ /dev/null @@ -1,2 +0,0 @@ -require u-boot-common.inc -require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb b/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb new file mode 100644 index 0000000000..4f5b3e5dfd --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2023.07.02.bb @@ -0,0 +1,5 @@ +require u-boot-common.inc +require u-boot.inc + +DEPENDS += "bc-native dtc-native" + diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.07.bb b/meta/recipes-bsp/u-boot/u-boot_2023.07.bb deleted file mode 100644 index 4f5b3e5dfd..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2023.07.bb +++ /dev/null @@ -1,5 +0,0 @@ -require u-boot-common.inc -require u-boot.inc - -DEPENDS += "bc-native dtc-native" - -- cgit v1.2.3-54-g00ecf