Re: [edk2-devel] [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment

2020-04-14 Thread Dong, Eric
Pushed the change, detail below: SHA-1: beecaf5d933bfd49ec0654fe08a473002d27d49c * Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2656 1. Add GetPackagesPath.py, it will be used to get package pathes from special

Re: [edk2-devel] [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment

2020-04-14 Thread Heng Luo
Attach the patch. Thank Bob and Eric. Best Regards Heng > -Original Message- > From: Dong, Eric > Sent: Wednesday, April 15, 2020 9:07 AM > To: Feng, Bob C ; Luo, Heng ; > devel@edk2.groups.io > Cc: Ni, Ray ; Gao, Liming ; Chan, > Amy > Subject: RE: [PATCH] Platform/Intel/Tools: Add

Re: [edk2-devel] [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment

2020-04-14 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Luo, Heng > Sent: Friday, April 10, 2020 9:06 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Dong, Eric ; Gao, Liming > ; Feng, Bob C > ; Chan, Amy > Subject: [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH > environment

Re: [edk2-devel] [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment

2020-04-14 Thread Dong, Eric
Thanks bob. Heng, Please help to update the patch and send it to me, I will help to push it. Thanks, Eric > -Original Message- > From: Feng, Bob C > Sent: Wednesday, April 15, 2020 9:05 AM > To: Luo, Heng ; devel@edk2.groups.io > Cc: Ni, Ray ; Dong, Eric ; Gao, > Liming ; Chan, Amy

Re: [edk2-devel] [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment

2020-04-14 Thread Bob Feng
A typo in the Readme.md. Others are fine for me. **:+The old PACKAGES_PATH will be replaced by new one.s After fix that typo, Reviewed-by: Bob Feng -Original Message- From: Luo, Heng Sent: Friday, April 10, 2020 9:06 AM To: devel@edk2.groups.io Cc: Ni, Ray ; Dong, Eric ; Gao, Liming

[edk2-devel] [PATCH] Platform/Intel/Tools: Add scripts to set PACKAGES_PATH environment

2020-04-09 Thread Heng Luo
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2656 1. Add GetPackagesPath.py, it will be used to get package pathes from special directories. A sub directory is a qualified package path when an EDKII Package can be found under it. 2. Add AppendPackagesPath.bat and AppendPackagesPath.sh,