public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24
@ 2022-06-30  4:10 Bob Feng
  2022-07-04  1:20 ` [edk2-devel] " Yuwei Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Feng @ 2022-06-30  4:10 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Michael Kubacki

Upgrade the edk2-basetools version from 0.1.17 to 0.1.24

features and bug fixes:
1. Add FMMT Python Tool
2. Remove RVCT support
3. Fix dependency issue in PcdValueInit
4. Output the intermediate library instance when error occurs
5. Ecc: Fix grammar in Ecc error message
6. Fix the GenMake bug for .cpp source file

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
update the commit message.
 pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt
index 6585df201d..29424b08bd 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -12,7 +12,7 @@
 # https://www.python.org/dev/peps/pep-0440/#version-specifiers
 ##
 
 edk2-pytool-library==0.11.2
 edk2-pytool-extensions~=0.16.0
-edk2-basetools==0.1.17
+edk2-basetools==0.1.24
 antlr4-python3-runtime==4.7.1
-- 
2.29.1.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24
       [not found] <16FD4A9634F36167.1980@groups.io>
@ 2022-06-30  4:16 ` Bob Feng
  0 siblings, 0 replies; 3+ messages in thread
From: Bob Feng @ 2022-06-30  4:16 UTC (permalink / raw)
  To: devel@edk2.groups.io, Feng, Bob C; +Cc: Kinney, Michael D, Kubacki, Michael

Created a PR https://github.com/tianocore/edk2/pull/3033

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bob Feng
Sent: Thursday, June 30, 2022 12:11 PM
To: devel@edk2.groups.io
Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Kubacki, Michael <michael.kubacki@microsoft.com>
Subject: [edk2-devel] [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24

Upgrade the edk2-basetools version from 0.1.17 to 0.1.24

features and bug fixes:
1. Add FMMT Python Tool
2. Remove RVCT support
3. Fix dependency issue in PcdValueInit
4. Output the intermediate library instance when error occurs 5. Ecc: Fix grammar in Ecc error message 6. Fix the GenMake bug for .cpp source file

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Michael Kubacki <michael.kubacki@microsoft.com> ---update the commit message.
 pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt index 6585df201d..29424b08bd 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -12,7 +12,7 @@
 # https://www.python.org/dev/peps/pep-0440/#version-specifiers ##  edk2-pytool-library==0.11.2 edk2-pytool-extensions~=0.16.0-edk2-basetools==0.1.17+edk2-basetools==0.1.24 antlr4-python3-runtime==4.7.1--
2.29.1.windows.1



-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90926): https://edk2.groups.io/g/devel/message/90926
Mute This Topic: https://groups.io/mt/92080401/1768742
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [bob.c.feng@intel.com]
-=-=-=-=-=-=



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24
  2022-06-30  4:10 [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24 Bob Feng
@ 2022-07-04  1:20 ` Yuwei Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Yuwei Chen @ 2022-07-04  1:20 UTC (permalink / raw)
  To: devel@edk2.groups.io, Feng, Bob C; +Cc: Kinney, Michael D, Kubacki, Michael

Reviewed-by: Yuwei Chen<yuwei.chen@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bob
> Feng
> Sent: Thursday, June 30, 2022 12:11 PM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Kubacki, Michael
> <michael.kubacki@microsoft.com>
> Subject: [edk2-devel] [Patch V2] pip-requirements.txt: Update basetools
> version to 0.1.24
> 
> Upgrade the edk2-basetools version from 0.1.17 to 0.1.24
> 
> features and bug fixes:
> 1. Add FMMT Python Tool
> 2. Remove RVCT support
> 3. Fix dependency issue in PcdValueInit
> 4. Output the intermediate library instance when error occurs 5. Ecc: Fix
> grammar in Ecc error message 6. Fix the GenMake bug for .cpp source file
> 
> Signed-off-by: Bob Feng <bob.c.feng@intel.com>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> Acked-by: Michael Kubacki <michael.kubacki@microsoft.com> ---update the
> commit message.
>  pip-requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pip-requirements.txt b/pip-requirements.txt index
> 6585df201d..29424b08bd 100644
> --- a/pip-requirements.txt
> +++ b/pip-requirements.txt
> @@ -12,7 +12,7 @@
>  # https://www.python.org/dev/peps/pep-0440/#version-specifiers ##  edk2-
> pytool-library==0.11.2 edk2-pytool-extensions~=0.16.0-edk2-
> basetools==0.1.17+edk2-basetools==0.1.24 antlr4-python3-runtime==4.7.1--
> 2.29.1.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#90926): https://edk2.groups.io/g/devel/message/90926
> Mute This Topic: https://groups.io/mt/92080401/4546272
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub [yuwei.chen@intel.com]
> -=-=-=-=-=-=
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-04  1:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30  4:10 [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24 Bob Feng
2022-07-04  1:20 ` [edk2-devel] " Yuwei Chen
     [not found] <16FD4A9634F36167.1980@groups.io>
2022-06-30  4:16 ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox