|
[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
·
|
|
[edk2-libc Patch V4 4/6] AppPkg/Applications/Python: to remove py2.7.10 references from edk2-libc
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the document references to py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the document references to py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st
|
By
Jayaprakash, N
· #83019
·
|
|
[edk2-libc Patch V4 2/6] AppPkg/Applications/Python: to remove document references to py2.7.2
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove references to the py 2.7.2 UEFI port in all documents from edk2-libc repo. This python interpreter is no more supporte
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove references to the py 2.7.2 UEFI port in all documents from edk2-libc repo. This python interpreter is no more supporte
|
By
Jayaprakash, N
· #83018
·
|
|
[edk2-libc Patch V4 3/6] AppPkg/Applications/Python: to remove py2.7.10 support from edk2-libc
By
Jayaprakash, N
· #83017
·
|
|
[edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
Hi Mike, I didn’t notice this. Will send an updated patch. Sorry for the inconvenience. Regards, JP
Hi Mike, I didn’t notice this. Will send an updated patch. Sorry for the inconvenience. Regards, JP
|
By
Jayaprakash, N
· #83015
·
|
|
[edk2-libc Patch v3 3/5] AppPkg/Applications/Python: to remove py2.7.10 support from edk2-libc
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the support of py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st Jan 2020. Yo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the support of py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st Jan 2020. Yo
|
By
Jayaprakash, N
· #82960
·
|
|
[edk2-libc Patch v3 5/5] 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
· #82959
·
|
|
[edk2-libc Patch v3 4/5] AppPkg/Applications/Python: to remove py2.7.10 references from edk2-libc
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the document references to py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the document references to py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st
|
By
Jayaprakash, N
· #82958
·
|