diff options
| author | Fabio Estevam <festevam@denx.de> | 2024-10-15 16:04:52 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-22 12:28:17 +0100 |
| commit | bdaf69fe10ab92310b4fd102dc9020cc01a43d64 (patch) | |
| tree | eaba58fcce3a0067995249c2b3015f1777a13cb9 | |
| parent | 964d8ad6b0583ed61263977461f3eb98c1f362c0 (diff) | |
| download | poky-bdaf69fe10ab92310b4fd102dc9020cc01a43d64.tar.gz | |
u-boot: upgrade 2024.07 -> 2024.10
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.
(From OE-Core rev: e3ece22060725c9eebc0feed9b2be2d00ce4bf8e)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb (renamed from meta/recipes-bsp/u-boot/u-boot-tools_2024.07.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2024.07.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2024.10.bb | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 1b5382a6ad..113f215cf6 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" | |||
| 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 = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c" | 15 | SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" | 17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" |
| 18 | 18 | ||
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 index 7eaf721ca8..7eaf721ca8 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2024.07.bb +++ b/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 b15bcaa818..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2024.07.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require u-boot-common.inc | ||
| 2 | require u-boot.inc | ||
| 3 | |||
| 4 | DEPENDS += "bc-native dtc-native python3-pyelftools-native" | ||
| 5 | |||
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 0000000000..db8b2d58b4 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2024.10.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require u-boot-common.inc | ||
| 2 | require u-boot.inc | ||
| 3 | |||
| 4 | DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native" | ||
