tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.64k stars 2.51k forks source link

.gitmodules: Fix Path to berkeley-softfloat-3. #6012

Closed apop5 closed 3 months ago

apop5 commented 3 months ago

Description

While attempting to initialize arm package, the berkeley-softfloat-3 submodule would not be initialized under ArmPkg\Library.

The .gitmodules definition for softfloat was different, in that it did not have the path to where the submodule needed to be downloaded.

After correcting, the submodule was initialized correctly.

How This Was Tested

stuart_ci_setup -c .pytool/CISettings.py

Before the change, berkeley-softfloat-3 could not initialize. After the change, the submodule was available.

Integration Instructions

N/A