diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-03-10 19:48:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-14 16:33:59 +0000 |
commit | d34234c6e17a577383138e1f4c489411133a3b4b (patch) | |
tree | 2f3c27977f2e4d3b2e8d1ea89f50adee7e4e6535 /meta/recipes-core | |
parent | 28648ee17f48421a4e94fdccbaf6960e0b8d78a1 (diff) | |
download | poky-d34234c6e17a577383138e1f4c489411133a3b4b.tar.gz |
ovmf: upgrade 202011 -> 202102
0003-ovmf-enable-long-path-file.patch
removed since it is not available in 202102.
(From OE-Core rev: c364d64adcb8c7fdfe196186efa868381f8630e7)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf/0003-ovmf-enable-long-path-file.patch | 28 | ||||
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 5 |
2 files changed, 2 insertions, 31 deletions
diff --git a/meta/recipes-core/ovmf/ovmf/0003-ovmf-enable-long-path-file.patch b/meta/recipes-core/ovmf/ovmf/0003-ovmf-enable-long-path-file.patch deleted file mode 100644 index df1d159011..0000000000 --- a/meta/recipes-core/ovmf/ovmf/0003-ovmf-enable-long-path-file.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From e19481e5a64f8915ac118899b10c40d12c0f9daa Mon Sep 17 00:00:00 2001 | ||
2 | From: Dengke Du <dengke.du@windriver.com> | ||
3 | Date: Mon, 11 Sep 2017 02:21:55 -0400 | ||
4 | Subject: [PATCH 3/4] ovmf: enable long path file | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
8 | |||
9 | --- | ||
10 | BaseTools/Source/C/Common/CommonLib.h | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/BaseTools/Source/C/Common/CommonLib.h b/BaseTools/Source/C/Common/CommonLib.h | ||
14 | index e1cce985f7..d67d03c70c 100644 | ||
15 | --- a/BaseTools/Source/C/Common/CommonLib.h | ||
16 | +++ b/BaseTools/Source/C/Common/CommonLib.h | ||
17 | @@ -14,7 +14,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent | ||
18 | #include <assert.h> | ||
19 | #define PRINTED_GUID_BUFFER_SIZE 37 // including null-termination | ||
20 | |||
21 | -#define MAX_LONG_FILE_PATH 500 | ||
22 | +#define MAX_LONG_FILE_PATH 1023 | ||
23 | |||
24 | #define MAX_UINT64 ((UINT64)0xFFFFFFFFFFFFFFFFULL) | ||
25 | #define MAX_UINT32 ((UINT32)0xFFFFFFFF) | ||
26 | -- | ||
27 | 2.28.0 | ||
28 | |||
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index d785ff6700..95ebbcc683 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -15,12 +15,11 @@ PACKAGECONFIG[secureboot] = ",,," | |||
15 | SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \ | 15 | SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \ |
16 | file://0001-ovmf-update-path-to-native-BaseTools.patch \ | 16 | file://0001-ovmf-update-path-to-native-BaseTools.patch \ |
17 | file://0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \ | 17 | file://0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \ |
18 | file://0003-ovmf-enable-long-path-file.patch \ | ||
19 | file://0004-ovmf-Update-to-latest.patch \ | 18 | file://0004-ovmf-Update-to-latest.patch \ |
20 | " | 19 | " |
21 | 20 | ||
22 | PV = "edk2-stable202011" | 21 | PV = "edk2-stable202102" |
23 | SRCREV = "872f953262d68a11da7bc2fb3ded16df234b8700" | 22 | SRCREV = "ef91b07388e1c0a50c604e5350eeda98428ccea6" |
24 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" | 23 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" |
25 | 24 | ||
26 | inherit deploy | 25 | inherit deploy |