* [edk2 Patch 0/1] updated py2.7 reference in wiki build instructions @ 2022-06-10 3:49 Jayaprakash, N 2022-06-10 3:49 ` [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 Jayaprakash, N 0 siblings, 1 reply; 6+ messages in thread From: Jayaprakash, N @ 2022-06-10 3:49 UTC (permalink / raw) To: devel 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 instructions. Jayaprakash Nevara (1): Windows-systems.mediawiki: replaced p2.7 reference with py3.7 Windows-systems.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.33.0.windows.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 2022-06-10 3:49 [edk2 Patch 0/1] updated py2.7 reference in wiki build instructions Jayaprakash, N @ 2022-06-10 3:49 ` Jayaprakash, N 2022-06-17 8:54 ` Jayaprakash, N 0 siblings, 1 reply; 6+ messages in thread From: Jayaprakash, N @ 2022-06-10 3:49 UTC (permalink / raw) To: devel; +Cc: Michael D Kinney, Liming Gao, Jayaprakash N 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 instructions Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com> --- Windows-systems.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-systems.mediawiki b/Windows-systems.mediawiki index 0b69b56..cca2b73 100644 --- a/Windows-systems.mediawiki +++ b/Windows-systems.mediawiki @@ -88,7 +88,7 @@ Example: Example: *Open Command prompt and CD C:\edk2: <pre> - C:\edk2> set PYTHON_HOME=C:\Python27 + C:\edk2> set PYTHON_HOME=C:\Python37 C:\edk2> edksetup.bat Rebuild </pre> -- 2.33.0.windows.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 2022-06-10 3:49 ` [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 Jayaprakash, N @ 2022-06-17 8:54 ` Jayaprakash, N 2022-06-28 6:48 ` Jayaprakash, N 0 siblings, 1 reply; 6+ messages in thread From: Jayaprakash, N @ 2022-06-17 8:54 UTC (permalink / raw) To: devel@edk2.groups.io; +Cc: Kinney, Michael D, Gao, Liming This is a simple documentation fix. Could some one from the group review and merge these changes? Regards, JP -----Original Message----- From: Jayaprakash, N <n.jayaprakash@intel.com> Sent: 10 June 2022 09:19 To: devel@edk2.groups.io Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Jayaprakash, N <n.jayaprakash@intel.com> Subject: [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 instructions Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com> --- Windows-systems.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-systems.mediawiki b/Windows-systems.mediawiki index 0b69b56..cca2b73 100644 --- a/Windows-systems.mediawiki +++ b/Windows-systems.mediawiki @@ -88,7 +88,7 @@ Example: Example: *Open Command prompt and CD C:\edk2: <pre> - C:\edk2> set PYTHON_HOME=C:\Python27 + C:\edk2> set PYTHON_HOME=C:\Python37 C:\edk2> edksetup.bat Rebuild </pre> -- 2.33.0.windows.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 2022-06-17 8:54 ` Jayaprakash, N @ 2022-06-28 6:48 ` Jayaprakash, N 2022-06-28 21:53 ` Michael D Kinney 0 siblings, 1 reply; 6+ messages in thread From: Jayaprakash, N @ 2022-06-28 6:48 UTC (permalink / raw) To: devel@edk2.groups.io; +Cc: Kinney, Michael D, Gao, Liming Could you please review and merge this change? This is a simple documentation fix only. Regards, JP -----Original Message----- From: Jayaprakash, N Sent: 17 June 2022 14:24 To: devel@edk2.groups.io Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn> Subject: RE: [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 -----Original Message----- From: Jayaprakash, N <n.jayaprakash@intel.com> Sent: 10 June 2022 09:19 To: devel@edk2.groups.io Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Jayaprakash, N <n.jayaprakash@intel.com> Subject: [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 instructions Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com> --- Windows-systems.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-systems.mediawiki b/Windows-systems.mediawiki index 0b69b56..cca2b73 100644 --- a/Windows-systems.mediawiki +++ b/Windows-systems.mediawiki @@ -88,7 +88,7 @@ Example: Example: *Open Command prompt and CD C:\edk2: <pre> - C:\edk2> set PYTHON_HOME=C:\Python27 + C:\edk2> set PYTHON_HOME=C:\Python37 C:\edk2> edksetup.bat Rebuild </pre> -- 2.33.0.windows.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 2022-06-28 6:48 ` Jayaprakash, N @ 2022-06-28 21:53 ` Michael D Kinney 2022-06-28 21:56 ` Michael D Kinney 0 siblings, 1 reply; 6+ messages in thread From: Michael D Kinney @ 2022-06-28 21:53 UTC (permalink / raw) To: Jayaprakash, N, devel@edk2.groups.io, Kinney, Michael D; +Cc: Gao, Liming Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> > -----Original Message----- > From: Jayaprakash, N <n.jayaprakash@intel.com> > Sent: Monday, June 27, 2022 11:48 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn> > Subject: RE: [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 > > -----Original Message----- > From: Jayaprakash, N > Sent: 17 June 2022 14:24 > To: devel@edk2.groups.io > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn> > Subject: RE: [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 > > -----Original Message----- > From: Jayaprakash, N <n.jayaprakash@intel.com> > Sent: 10 June 2022 09:19 > To: devel@edk2.groups.io > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Jayaprakash, N > <n.jayaprakash@intel.com> > Subject: [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 instructions > > Cc: Michael D Kinney <michael.d.kinney@intel.com> > Cc: Liming Gao <gaoliming@byosoft.com.cn> > Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com> > --- > Windows-systems.mediawiki | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Windows-systems.mediawiki b/Windows-systems.mediawiki index 0b69b56..cca2b73 100644 > --- a/Windows-systems.mediawiki > +++ b/Windows-systems.mediawiki > @@ -88,7 +88,7 @@ Example: > Example: > *Open Command prompt and CD C:\edk2: > <pre> > - C:\edk2> set PYTHON_HOME=C:\Python27 > + C:\edk2> set PYTHON_HOME=C:\Python37 > C:\edk2> edksetup.bat Rebuild > </pre> > > -- > 2.33.0.windows.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 2022-06-28 21:53 ` Michael D Kinney @ 2022-06-28 21:56 ` Michael D Kinney 0 siblings, 0 replies; 6+ messages in thread From: Michael D Kinney @ 2022-06-28 21:56 UTC (permalink / raw) To: Jayaprakash, N, devel@edk2.groups.io, Kinney, Michael D; +Cc: Gao, Liming Pushed 6a05ae4630686b5dda91ffd1f8c9a13cae6d079b Mike > -----Original Message----- > From: Kinney, Michael D <michael.d.kinney@intel.com> > Sent: Tuesday, June 28, 2022 2:54 PM > To: Jayaprakash, N <n.jayaprakash@intel.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com> > Cc: Gao, Liming <gaoliming@byosoft.com.cn> > Subject: RE: [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 > > Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> > > > > -----Original Message----- > > From: Jayaprakash, N <n.jayaprakash@intel.com> > > Sent: Monday, June 27, 2022 11:48 PM > > To: devel@edk2.groups.io > > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn> > > Subject: RE: [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 > > > > -----Original Message----- > > From: Jayaprakash, N > > Sent: 17 June 2022 14:24 > > To: devel@edk2.groups.io > > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn> > > Subject: RE: [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 > > > > -----Original Message----- > > From: Jayaprakash, N <n.jayaprakash@intel.com> > > Sent: 10 June 2022 09:19 > > To: devel@edk2.groups.io > > Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Jayaprakash, N > > <n.jayaprakash@intel.com> > > Subject: [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 instructions > > > > Cc: Michael D Kinney <michael.d.kinney@intel.com> > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com> > > --- > > Windows-systems.mediawiki | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Windows-systems.mediawiki b/Windows-systems.mediawiki index 0b69b56..cca2b73 100644 > > --- a/Windows-systems.mediawiki > > +++ b/Windows-systems.mediawiki > > @@ -88,7 +88,7 @@ Example: > > Example: > > *Open Command prompt and CD C:\edk2: > > <pre> > > - C:\edk2> set PYTHON_HOME=C:\Python27 > > + C:\edk2> set PYTHON_HOME=C:\Python37 > > C:\edk2> edksetup.bat Rebuild > > </pre> > > > > -- > > 2.33.0.windows.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-06-28 21:57 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-06-10 3:49 [edk2 Patch 0/1] updated py2.7 reference in wiki build instructions Jayaprakash, N 2022-06-10 3:49 ` [edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 Jayaprakash, N 2022-06-17 8:54 ` Jayaprakash, N 2022-06-28 6:48 ` Jayaprakash, N 2022-06-28 21:53 ` Michael D Kinney 2022-06-28 21:56 ` Michael D Kinney
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox