diff options
| author | Fabio Estevam <festevam@denx.de> | 2023-04-03 17:50:00 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:06 +0100 |
| commit | 89e29cf2e12cba3adabcb12104e413ef5ebe1153 (patch) | |
| tree | 1783616812facd97280485aba8bf96a89e1a3334 /meta/recipes-bsp | |
| parent | 476c25f20089589880545e1fa51719d30bbc11d5 (diff) | |
| download | poky-89e29cf2e12cba3adabcb12104e413ef5ebe1153.tar.gz | |
u-boot: Upgrade to 2023.04
Upgrade to U-Boot 2023.04.
Remove the patch that is now upstream.
(From OE-Core rev: 57003af06d50fbbb33b94a4b10ea6c77fa294027)
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/files/0001-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch | 39 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2023.01.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2023.04.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2023.04.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2023.01.bb) | 0 |
5 files changed, 3 insertions, 44 deletions
diff --git a/meta/recipes-bsp/u-boot/files/0001-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch b/meta/recipes-bsp/u-boot/files/0001-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch deleted file mode 100644 index ab05761146..0000000000 --- a/meta/recipes-bsp/u-boot/files/0001-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | From 5d663e105f5affbe1ba771a1124855bff748b829 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Fabio Estevam <festevam@denx.de> | ||
| 3 | Date: Wed, 18 Jan 2023 22:15:04 -0300 | ||
| 4 | Subject: [PATCH] Revert "config: tools only: add VIDEO to build bmp_logo" | ||
| 5 | |||
| 6 | This reverts commit 1cfba53ca46cade2dbf4e067afc8c19e72909a4b. | ||
| 7 | |||
| 8 | Since commit 1cfba53ca46c ("config: tools only: add VIDEO to build | ||
| 9 | bmp_logo") the build of tools-only_defconfig fails: | ||
| 10 | |||
| 11 | | /bin/sh: line 1: tools/bmp_logo: No such file or directory | ||
| 12 | |||
| 13 | This has been noticed in OpenEmbedded and Debian [1]. | ||
| 14 | |||
| 15 | Revert it for now. | ||
| 16 | |||
| 17 | [1] https://lists.denx.de/pipermail/u-boot/2023-January/504758.html | ||
| 18 | |||
| 19 | Upstream-Status: Backport [https://source.denx.de/u-boot/u-boot/-/commit/6333acb961b6fcaa60c6e5b623d676b332481cfa] | ||
| 20 | Signed-off-by: Fabio Estevam <festevam@denx.de> | ||
| 21 | --- | ||
| 22 | configs/tools-only_defconfig | 1 - | ||
| 23 | 1 file changed, 1 deletion(-) | ||
| 24 | |||
| 25 | diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig | ||
| 26 | index 2197063112..fb75235e3d 100644 | ||
| 27 | --- a/configs/tools-only_defconfig | ||
| 28 | +++ b/configs/tools-only_defconfig | ||
| 29 | @@ -29,7 +29,6 @@ CONFIG_DM_RTC=y | ||
| 30 | CONFIG_SOUND=y | ||
| 31 | CONFIG_SYSRESET=y | ||
| 32 | CONFIG_TIMER=y | ||
| 33 | -CONFIG_VIDEO=y | ||
| 34 | # CONFIG_VIRTIO_MMIO is not set | ||
| 35 | # CONFIG_VIRTIO_PCI is not set | ||
| 36 | # CONFIG_VIRTIO_SANDBOX is not set | ||
| 37 | -- | ||
| 38 | 2.25.1 | ||
| 39 | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index d72f6d3ba2..8a2e9aef94 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 = "62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9" | 15 | SRCREV = "fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd" |
| 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_2023.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2023.01.bb deleted file mode 100644 index 3484b359ad..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2023.01.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | require u-boot-common.inc | ||
| 2 | require u-boot-tools.inc | ||
| 3 | |||
| 4 | SRC_URI += "file://0001-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch" | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2023.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2023.04.bb new file mode 100644 index 0000000000..7eaf721ca8 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2023.04.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require u-boot-common.inc | ||
| 2 | require u-boot-tools.inc | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2023.01.bb b/meta/recipes-bsp/u-boot/u-boot_2023.04.bb index 4f5b3e5dfd..4f5b3e5dfd 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2023.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2023.04.bb | |||
