From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 009DD21123B93 for ; Thu, 6 Sep 2018 19:58:04 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2018 19:58:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,340,1531810800"; d="scan'208,217";a="81568636" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 06 Sep 2018 19:58:04 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Sep 2018 19:58:04 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Sep 2018 19:58:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.143]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.240]) with mapi id 14.03.0319.002; Fri, 7 Sep 2018 10:58:01 +0800 From: "Gao, Liming" To: "edk2-devel@lists.01.org" Thread-Topic: Drop the support of BaseTools Python run from the freeze binary in Windows OS Thread-Index: AdRGVNj9LhtOuhOYTCKEE3KkUwGcjw== Date: Fri, 7 Sep 2018 02:58:01 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2F0510@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmZjYjg3NTYtNmRmYS00NWIyLTliMDMtZjZlOTRmY2Q0NGIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWGh3ODBoSHB3bGZyMis3YVhMaFV5aW15SmdYUEFzZ2ZFa0VjWUxzbkRcL2hobTNBRXVvWFdwaWg4bVlLYTJcL2JaIn0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Drop the support of BaseTools Python run from the freeze binary in Windows OS X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2018 02:58:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, all Now, we are working to migrate BaseTools Python tool from Python27 to Pyt= hon36. To reduce the migration effort, we will only verify BaseTools Python= tool run from source. That means we will stop to support the freeze python= tool as windows exe. In fact, we get the report that edk2-BaseTools-win32 = doesn't work. We don't plan to fix it. If you still use the freeze python t= ool exe, please run BaseTools Python from source in Windows. Here is the st= ep wiki https://github.com/tianocore/tianocore.github.io/wiki/Windows-syste= ms Compile Tools section. After migrate to Python36, we will update wiki pa= ge to document Python36 step. >>From now, we will stop to freeze python tool, remove Edk2\BaseTools\Source\= Python\Makefile, and stop update edk2-BaseTools-win32 github repo. And, I w= ill reset edk2-BaseTools-win32 binary to match edk2 vUDK2018 tag. If you re= quire the freeze python tool, you can maintain your step to freeze the pyth= on tool. Here is the link https://docs.python-guide.org/shipping/freezing/ = to introduce the different freezing solutions. Thanks Liming