Closed apop5 closed 3 months ago
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.
stuart_ci_setup -c .pytool/CISettings.py
Before the change, berkeley-softfloat-3 could not initialize. After the change, the submodule was available.
N/A
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