From 40d0aff1c2fa0bde54f65b4d26c9fb23a6a95425 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 8 Jan 2024 13:00:22 -0300 Subject: u-boot: Upgrade to 2024.01 Upgrade to U-Boot 2024.01. (From OE-Core rev: 727ff6fed97118113dc191605bf5551ca0da134d) Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb | 2 -- meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb | 2 ++ meta/recipes-bsp/u-boot/u-boot_2023.10.bb | 5 ----- meta/recipes-bsp/u-boot/u-boot_2024.01.bb | 5 +++++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2023.10.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2024.01.bb (limited to 'meta/recipes-bsp') diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index c7190d5cd4..1f17bd7d0a 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -12,7 +12,7 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "4459ed60cb1e0562bc5b40405e2b4b9bbf766d57" +SRCREV = "866ca972d6c3cabeaf6dbac431e8e08bb30b3c8e" SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2023.10.bb deleted file mode 100644 index 7eaf721ca8..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2023.10.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-tools_2024.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.bb new file mode 100644 index 0000000000..7eaf721ca8 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2024.01.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_2023.10.bb b/meta/recipes-bsp/u-boot/u-boot_2023.10.bb deleted file mode 100644 index 4f5b3e5dfd..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2023.10.bb +++ /dev/null @@ -1,5 +0,0 @@ -require u-boot-common.inc -require u-boot.inc - -DEPENDS += "bc-native dtc-native" - diff --git a/meta/recipes-bsp/u-boot/u-boot_2024.01.bb b/meta/recipes-bsp/u-boot/u-boot_2024.01.bb new file mode 100644 index 0000000000..4f5b3e5dfd --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2024.01.bb @@ -0,0 +1,5 @@ +require u-boot-common.inc +require u-boot.inc + +DEPENDS += "bc-native dtc-native" + -- cgit v1.2.3-54-g00ecf