Message ID | cover.1736388671.git.jiaying.song.cn@windriver.com |
---|---|
State | Not Applicable, archived |
Headers | show |
LTS branches cannot receive major version updates like that. Rather the patch that updates the git submodule locations needs to be backported. Alex On Thu, 9 Jan 2025 at 03:44, Song, Jiaying (CN) via lists.openembedded.org <Jiaying.Song.CN=windriver.com@lists.openembedded.org> wrote: > > From: Jiaying Song <jiaying.song.cn@windriver.com> > > Due to the invalid URL of gitsm, the do_fetch process failed. The upstream > fixed this issue by modifying the .gitmodules file in the edk2-stable202411 > version. Therefore, an upgrade to edk2-stable202411 is required. > > Upstream modification:https://github.com/tianocore/edk2/commit/95d8a1c255cfb8e063d679930d08ca6426eb5701 > > Error log: > WARNING: ovmf-native-edk2-stable202402-r0 do_fetch: Failed to fetch URL gitsm://github.com/Zeex/subhook.git;protocol=https;name=UnitTestFrameworkPkg/Library/SubhookLib/subhook;subpath=UnitTestFrameworkPkg/Library/SubhookLib/subhook;nobranch=1;lfs=True;bareclone=1;nobranch=1, attempting MIRRORS if available > > The following changes since commit 01423828248b75e1f5afe2e5959ccd971df875cd: > > rust: add reproducibility patch to eliminate host leakage (2024-12-19 05:36:59 -0800) > > are available in the Git repository at: > > https://github.com/jiajia123-wind/yocto jia_oe-core_ovmf > https://github.com/jiajia123-wind/yocto/tree/jia_oe-core_ovmf > > Alexander Kanavin (1): > ovmf: update 202408 -> 202411 > > Mikko Rapeli (1): > ovmf: update from edk2-stable202402 to edk2-stable202408 > > ...ential-UINT32-overflow-in-S3-ResumeC.patch | 51 ------------------- > ...-Fix-overflow-issue-in-BasePeCoffLib.patch | 36 ------------- > ...ovmf-update-path-to-native-BaseTools.patch | 6 +-- > ...ile-adjust-to-build-in-under-bitbake.patch | 6 +-- > .../ovmf/ovmf/0003-debug-prefix-map.patch | 34 ++++++------- > .../ovmf/ovmf/0004-reproducible.patch | 30 +++++------ > meta/recipes-core/ovmf/ovmf_git.bb | 4 +- > 7 files changed, 40 insertions(+), 127 deletions(-) > delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-MdeModulePkg-Potential-UINT32-overflow-in-S3-ResumeC.patch > delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-MdePkg-Fix-overflow-issue-in-BasePeCoffLib.patch > > -- > 2.25.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#209612): https://lists.openembedded.org/g/openembedded-core/message/209612 > Mute This Topic: https://lists.openembedded.org/mt/110509930/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
From: Jiaying Song <jiaying.song.cn@windriver.com> Due to the invalid URL of gitsm, the do_fetch process failed. The upstream fixed this issue by modifying the .gitmodules file in the edk2-stable202411 version. Therefore, an upgrade to edk2-stable202411 is required. Upstream modification:https://github.com/tianocore/edk2/commit/95d8a1c255cfb8e063d679930d08ca6426eb5701 Error log: WARNING: ovmf-native-edk2-stable202402-r0 do_fetch: Failed to fetch URL gitsm://github.com/Zeex/subhook.git;protocol=https;name=UnitTestFrameworkPkg/Library/SubhookLib/subhook;subpath=UnitTestFrameworkPkg/Library/SubhookLib/subhook;nobranch=1;lfs=True;bareclone=1;nobranch=1, attempting MIRRORS if available The following changes since commit 01423828248b75e1f5afe2e5959ccd971df875cd: rust: add reproducibility patch to eliminate host leakage (2024-12-19 05:36:59 -0800) are available in the Git repository at: https://github.com/jiajia123-wind/yocto jia_oe-core_ovmf https://github.com/jiajia123-wind/yocto/tree/jia_oe-core_ovmf Alexander Kanavin (1): ovmf: update 202408 -> 202411 Mikko Rapeli (1): ovmf: update from edk2-stable202402 to edk2-stable202408 ...ential-UINT32-overflow-in-S3-ResumeC.patch | 51 ------------------- ...-Fix-overflow-issue-in-BasePeCoffLib.patch | 36 ------------- ...ovmf-update-path-to-native-BaseTools.patch | 6 +-- ...ile-adjust-to-build-in-under-bitbake.patch | 6 +-- .../ovmf/ovmf/0003-debug-prefix-map.patch | 34 ++++++------- .../ovmf/ovmf/0004-reproducible.patch | 30 +++++------ meta/recipes-core/ovmf/ovmf_git.bb | 4 +- 7 files changed, 40 insertions(+), 127 deletions(-) delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-MdeModulePkg-Potential-UINT32-overflow-in-S3-ResumeC.patch delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-MdePkg-Fix-overflow-issue-in-BasePeCoffLib.patch