* [PATCH v2] u-boot: upgrade 2024.07 -> 2024.10
@ 2024-10-15 19:04 Fabio Estevam
2024-10-16 8:53 ` Quentin Schulz
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-10-15 19:04 UTC (permalink / raw)
To: openembedded-core; +Cc: marex, quentin.schulz, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
Upgrade to U-Boot 2024.10.
Add the gnutls-native dependency because now U-Boot needs it installed
on the host machine to handle the CONFIG_TOOLS_MKEFICAPSULE option.
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Add gnutls-native dependency to avoid build error.
meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +-
.../{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb} | 0
meta/recipes-bsp/u-boot/u-boot_2024.07.bb | 5 -----
meta/recipes-bsp/u-boot/u-boot_2024.10.bb | 4 ++++
4 files changed, 5 insertions(+), 6 deletions(-)
rename meta/recipes-bsp/u-boot/{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb} (100%)
delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2024.07.bb
create mode 100644 meta/recipes-bsp/u-boot/u-boot_2024.10.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 1b5382a6ad68..113f215cf61d 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 = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
+SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"
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_2024.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2024.07.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2024.07.bb b/meta/recipes-bsp/u-boot/u-boot_2024.07.bb
deleted file mode 100644
index b15bcaa818fc..000000000000
--- a/meta/recipes-bsp/u-boot/u-boot_2024.07.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require u-boot-common.inc
-require u-boot.inc
-
-DEPENDS += "bc-native dtc-native python3-pyelftools-native"
-
diff --git a/meta/recipes-bsp/u-boot/u-boot_2024.10.bb b/meta/recipes-bsp/u-boot/u-boot_2024.10.bb
new file mode 100644
index 000000000000..db8b2d58b468
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot_2024.10.bb
@@ -0,0 +1,4 @@
+require u-boot-common.inc
+require u-boot.inc
+
+DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] u-boot: upgrade 2024.07 -> 2024.10
2024-10-15 19:04 [PATCH v2] u-boot: upgrade 2024.07 -> 2024.10 Fabio Estevam
@ 2024-10-16 8:53 ` Quentin Schulz
0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2024-10-16 8:53 UTC (permalink / raw)
To: Fabio Estevam, openembedded-core; +Cc: marex, Fabio Estevam
Hi Fabio,
On 10/15/24 9:04 PM, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> Upgrade to U-Boot 2024.10.
>
> Add the gnutls-native dependency because now U-Boot needs it installed
> on the host machine to handle the CONFIG_TOOLS_MKEFICAPSULE option.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
That's the proper hash and gnutls-native should be the dependency
required to make the buildbot happy, therefore:
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Thanks!
Quentin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-16 8:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 19:04 [PATCH v2] u-boot: upgrade 2024.07 -> 2024.10 Fabio Estevam
2024-10-16 8:53 ` Quentin Schulz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox