|
Issue in building the StdLibc using Clang38 for 64 bit build on Ubuntu 20.02
Hi All, I am trying to build AppPkg under edk2-libc project using the clang compiler tool chain from Ubuntu 20.04 system. While doing so I am encountering an error, which I am not able to resolve. Thi
Hi All, I am trying to build AppPkg under edk2-libc project using the clang compiler tool chain from Ubuntu 20.04 system. While doing so I am encountering an error, which I am not able to resolve. Thi
|
By
Jayaprakash, N
· #90980
·
|
|
[edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7
Could you please review and merge this change? This is a simple documentation fix only. Regards, JP
Could you please review and merge this change? This is a simple documentation fix only. Regards, JP
|
By
Jayaprakash, N
· #90804
·
|
|
[edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7
This is a simple documentation fix. Could some one from the group review and merge these changes? Regards, JP
This is a simple documentation fix. Could some one from the group review and merge these changes? Regards, JP
|
By
Jayaprakash, N
· #90575
·
|
|
[edk2-libc Patch 1/1] edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This comit fixes the Python interpreter build issues with GCC 32 bit compiler tool chain. The changes are needed in StdLibC as given below * Ad
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This comit fixes the Python interpreter build issues with GCC 32 bit compiler tool chain. The changes are needed in StdLibC as given below * Ad
|
By
Jayaprakash, N
· #90574
·
|
|
[edk2-libc Patch 0/1] Changes to StdLib to facilitate gcc 32 bit builds
This patch contains the changes required for StdLib to facilitate the gcc 32 bit builds. Jayaprakash Nevara (1): edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds StdLib/LibC/CRT/
This patch contains the changes required for StdLib to facilitate the gcc 32 bit builds. Jayaprakash Nevara (1): edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds StdLib/LibC/CRT/
|
By
Jayaprakash, N
· #90573
·
|
|
[edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3788 Removed an outdated reference to py2.7 in the Windows systems wiki page and replaced it with the py3.7 to align with the updated build instruct
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3788 Removed an outdated reference to py2.7 in the Windows systems wiki page and replaced it with the py3.7 to align with the updated build instruct
|
By
Jayaprakash, N
· #90434
·
|
|
[edk2 Patch 0/1] updated py2.7 reference in wiki build instructions
This patch is to fix the documentation issue in wiki page where it had reference to py2.7 in the build instructions. This has been updated to refer to py3.7 to align with the rest of the build instruc
This patch is to fix the documentation issue in wiki page where it had reference to py2.7 in the build instructions. This has been updated to refer to py3.7 to align with the rest of the build instruc
|
By
Jayaprakash, N
· #90433
·
|
|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8: GCC tool chain support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This commit contains the changes made to Python interpreter 3.6.8 to cross compile using the GCC tool chain on Ubuntu 20.04 LTS system for UEFI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This commit contains the changes made to Python interpreter 3.6.8 to cross compile using the GCC tool chain on Ubuntu 20.04 LTS system for UEFI
|
By
Jayaprakash, N
· #89889
·
|
|
[edk2-libc Patch 0/1] GCC tool chain support for building Py 3.6.8 for UEFI
This PR contains the necessary changes required to build the Py 3.6.8 interpreter for UEFI using GCC tool chain from Linux based OSes such as Ubuntu (20.04 LTS) Jayaprakash Nevara (1): AppPkg\Applicat
This PR contains the necessary changes required to build the Py 3.6.8 interpreter for UEFI using GCC tool chain from Linux based OSes such as Ubuntu (20.04 LTS) Jayaprakash Nevara (1): AppPkg\Applicat
|
By
Jayaprakash, N
· #89888
·
|
|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module port for UEFI environment
Hi Mike, This patch is yet to be merged. Could you look into this? Regards, JP
Hi Mike, This patch is yet to be merged. Could you look into this? Regards, JP
|
By
Jayaprakash, N
· #88772
·
|
|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module port for UEFI environment
+ Aaron Regards, JP
By
Jayaprakash, N
· #88642
·
|
|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module port for UEFI environment
The UUID generation is done through the random number generation & time unix time stamp features available through the built-in python modules 'random' and 'time' respectively. The random number & tim
The UUID generation is done through the random number generation & time unix time stamp features available through the built-in python modules 'random' and 'time' respectively. The random number & tim
|
By
Jayaprakash, N
· #88641
·
|
|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module port for UEFI environment
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3899 This is commit contains the UEFI port of uuid.py module. Made necessary changes required to uuid.py module to support UEFI environment. Porting
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3899 This is commit contains the UEFI port of uuid.py module. Made necessary changes required to uuid.py module to support UEFI environment. Porting
|
By
Jayaprakash, N
· #88634
·
|
|
[edk2-libc Patch 0/1] added support for uuid.py module for uefi environment
This patch contains the uuid.py updated module with the changes required to support it working on uefi environment. Jayaprakash Nevara (1): AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module
This patch contains the uuid.py updated module with the changes required to support it working on uefi environment. Jayaprakash Nevara (1): AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module
|
By
Jayaprakash, N
· #88633
·
|
|
[edk2-libc Patch V4 6/6] AppPkg/Applications/Python: to fix readme files in edk2-libc
Hi Mike, Has this change been merged to master? Regards, JP
Hi Mike, Has this change been merged to master? Regards, JP
|
By
Jayaprakash, N
· #83220
·
|
|
[edk2-libc Patch V4 0/6] AppPkg/Applications/Python: to remove Py2 support from edk2-libc
Jayaprakash Nevara (6): AppPkg/Applications/Python: To remove the py2.7.2 uefi port code AppPkg/Applications/Python: to remove document references to py2.7.2 AppPkg/Applications/Python: to remove py2.
Jayaprakash Nevara (6): AppPkg/Applications/Python: To remove the py2.7.2 uefi port code AppPkg/Applications/Python: to remove document references to py2.7.2 AppPkg/Applications/Python: to remove py2.
|
By
Jayaprakash, N
· #83028
·
|
|
[edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
Hi Mike, Submitted the updated PR. Regards, JP
Hi Mike, Submitted the updated PR. Regards, JP
|
By
Jayaprakash, N
· #83023
·
|
|
[edk2-libc Patch V4 1/6] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
By
Jayaprakash, N
· #83022
·
|
|
[edk2-libc Patch V4 6/6] AppPkg/Applications/Python: to fix readme files in edk2-libc
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update remaining references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update remaining references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8.
|
By
Jayaprakash, N
· #83021
·
|
|
[edk2-libc Patch V4 5/6] AppPkg/Applications/Python: to update readme files in edk2-libc
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8. Cc: Rebec
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8. Cc: Rebec
|
By
Jayaprakash, N
· #83020
·
|