From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web10.35459.1683769050077399812 for ; Wed, 10 May 2023 18:37:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=kccbioEv; spf=pass (domain: byosoft.com.cn, ip: 121.46.250.151, mailfrom: gaoliming@byosoft.com.cn) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 16054DDA79D for ; Thu, 11 May 2023 09:37:27 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1683769047; bh=nOUzqj0+OnBWL8rC9ku0qmpjfVArZgp+MoXhLFHtNgU=; h=From:To:References:In-Reply-To:Subject:Date; b=kccbioEvikOHZA5PeLkU7hUV1L8rqjshn9+8hRUpUUlE96VzvGFTlqtbEn0rGbjJe QbhWX5WtOGofOeal7gVvfBJ2bJ+T2tP1giKTo+XcUbkclIJmGvMhwf1VLwrO7WA+kw 4Do2gy5qSQra6HYnvTQNRzVepL54x1YE+KXoot8o= Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 1190CDDA795 for ; Thu, 11 May 2023 09:37:27 +0800 (CST) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id D7456DDA7A0 for ; Thu, 11 May 2023 09:37:26 +0800 (CST) Authentication-Results: cxsh.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 8A9D8DDA79D for ; Thu, 11 May 2023 09:37:24 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 11 May 2023 09:37:13 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , "'Andrew Fish'" , "'Leif Lindholm'" , "'Michael D Kinney'" , "'Bob Feng'" , "'Yuwei Chen'" References: <20230509042524.612-1-rebecca@bsdio.com> <3b21c545-546c-61ed-44e1-6b0725d386a7@bsdio.com> In-Reply-To: <3b21c545-546c-61ed-44e1-6b0725d386a7@bsdio.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW2VkazItc3RhYmxlMjAyMzA1IFBBVENIIDAvM10gQmFzZVRvb2xzOiBGaXggUFlUSE9OUEFUSCBvbiBXaW5kb3dzLCBUZXN0c1xUZXN0VG9vbHMucHkgYW5kIGNsZWFudXAgdG9vbHNldHVwLmJhdA==?= Date: Thu, 11 May 2023 09:37:17 +0800 Message-ID: <009801d983a9$1efba420$5cf2ec60$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQNlOiNa/Le8N2Jo75qR073dKjEqmwIoGNWwrCudGnA= Sender: "gaoliming" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Rebecca: I just add PUSH label for this change.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =E4=BB=A3=E8=A1=A8 Rebecca Cran > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2023=E5=B9=B45=E6=9C=8811=E6=97=A5 = 6:30 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; Andrew Fish ; Leif > Lindholm ; Michael D Kinney > ; Liming Gao ; > Bob Feng ; Yuwei Chen > =E4=B8=BB=E9=A2=98: Re: [edk2-devel] [edk2-stable202305 PATCH 0/3] BaseTo= ols: Fix > PYTHONPATH on Windows, Tests\TestTools.py and cleanup toolsetup.bat >=20 > Mike/Liming: >=20 >=20 > I'd like to get this in for the upcoming stable tag. >=20 > The PR is https://github.com/tianocore/edk2/pull/4363 . >=20 >=20 > -- > Rebecca Cran >=20 >=20 > On 5/8/23 22:25, Rebecca Cran wrote: > > Fix some issues in BaseTools: > > > > - When the Pip BaseTools are used, make sure PYTHONPATH is set. > > - Fix Tests\TestTools.py so it works on Windows. > > - Cleanup toolsetup.bat > > > > Rebecca Cran (3): > > BaseTools: Update toolsetup.bat to not use > BASETOOLS_PYTHON_SOURCE > > BaseTools: only print the environment once in toolsetup.bat > > BaseTools: Update Tests/TestTools.py to allow it to work on Windows > > > > BaseTools/Tests/TestTools.py | 4 +- > > BaseTools/toolsetup.bat | 40 +++++++++----------- > > 2 files changed, 21 insertions(+), 23 deletions(-) > > >=20 >=20 >=20 >=20