diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2024-08-28 17:44:05 -0500 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-04 05:57:57 -0700 |
| commit | 0ae3b2bd492d32ba401a447f09679ebaf10ddad4 (patch) | |
| tree | 8b4cbc8c784eb06cc57ac4a7ccc3110ecf38d7d8 /meta/recipes-bsp/grub/grub2.inc | |
| parent | e9d17c4dee86453aae69db46d31b39680d69e78a (diff) | |
| download | poky-0ae3b2bd492d32ba401a447f09679ebaf10ddad4.tar.gz | |
grub: fs/fat: Don't error when mtime is 0
A issue was found when I run "runqemu genericx86-64 ovmf", grub failed
to boot, it's a known issue has been fixed in grub upstream, backport
the fix.
(From OE-Core rev: 6992437d725f9cc88da4261814b69aaadc5ef0f2)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 51eab4bb0cae46c9c32d28986eb97badf47594b7)
Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
| -rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index e6c6cd98b4..2718379474 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -40,6 +40,7 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ | |||
| 40 | file://CVE-2022-28736-loader-efi-chainloader-Use-grub_loader_set_ex.patch \ | 40 | file://CVE-2022-28736-loader-efi-chainloader-Use-grub_loader_set_ex.patch \ |
| 41 | file://CVE-2023-4692.patch \ | 41 | file://CVE-2023-4692.patch \ |
| 42 | file://CVE-2023-4693.patch \ | 42 | file://CVE-2023-4693.patch \ |
| 43 | file://0001-fs-fat-Don-t-error-when-mtime-is-0.patch \ | ||
| 43 | " | 44 | " |
| 44 | 45 | ||
| 45 | SRC_URI[sha256sum] = "23b64b4c741569f9426ed2e3d0e6780796fca081bee4c99f62aa3f53ae803f5f" | 46 | SRC_URI[sha256sum] = "23b64b4c741569f9426ed2e3d0e6780796fca081bee4c99f62aa3f53ae803f5f" |
