diff options
Diffstat (limited to 'meta/recipes-core/ovmf/ovmf_git.bb')
| -rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index a8efcc2a46..577310a678 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
| @@ -20,21 +20,15 @@ PACKAGECONFIG[tpm] = "-D TPM_ENABLE=TRUE,-D TPM_ENABLE=FALSE,," | |||
| 20 | #see https://src.fedoraproject.org/rpms/edk2/blob/rawhide/f/0032-Basetools-turn-off-gcc12-warning.patch | 20 | #see https://src.fedoraproject.org/rpms/edk2/blob/rawhide/f/0032-Basetools-turn-off-gcc12-warning.patch |
| 21 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" | 21 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" |
| 22 | 22 | ||
| 23 | SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \ | 23 | SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https;tag=${PV} \ |
| 24 | file://0001-ovmf-update-path-to-native-BaseTools.patch \ | 24 | file://0001-ovmf-update-path-to-native-BaseTools.patch \ |
| 25 | file://0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \ | 25 | file://0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \ |
| 26 | file://0003-debug-prefix-map.patch \ | 26 | file://0003-debug-prefix-map.patch \ |
| 27 | file://0004-reproducible.patch \ | 27 | file://0004-reproducible.patch \ |
| 28 | file://CVE-2025-2295.patch \ | ||
| 29 | file://CVE-2024-38797-1.patch \ | ||
| 30 | file://CVE-2024-38797-2.patch \ | ||
| 31 | file://CVE-2024-38797-3.patch \ | ||
| 32 | file://CVE-2024-38797-4.patch \ | ||
| 33 | file://0001-SecurityPkg-Don-t-define-bool-type-if-building-in-C2.patch \ | ||
| 34 | " | 28 | " |
| 35 | 29 | ||
| 36 | PV = "edk2-stable202502" | 30 | PV = "edk2-stable202508" |
| 37 | SRCREV = "fbe0805b2091393406952e84724188f8c1941837" | 31 | SRCREV = "d46aa46c8361194521391aa581593e556c707c6e" |
| 38 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" | 32 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" |
| 39 | 33 | ||
| 40 | CVE_PRODUCT = "edk2" | 34 | CVE_PRODUCT = "edk2" |
