From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.455.1635792257111608052 for ; Mon, 01 Nov 2021 11:44:18 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: n.jayaprakash@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10155"; a="317289830" X-IronPort-AV: E=Sophos;i="5.87,200,1631602800"; d="scan'208";a="317289830" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 11:41:24 -0700 X-IronPort-AV: E=Sophos;i="5.87,200,1631602800"; d="scan'208";a="449348783" Received: from njayapra-mobl1.gar.corp.intel.com ([10.215.201.156]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 11:41:22 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney , Jayaprakash N Subject: [edk2-libc Patch V4 6/6] AppPkg/Applications/Python: to fix readme files in edk2-libc Date: Tue, 2 Nov 2021 00:05:22 +0530 Message-Id: <20211101183522.1391-7-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.32.0.windows.2 In-Reply-To: <20211101183522.1391-1-n.jayaprakash@intel.com> References: <20211101183522.1391-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update remaining references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8. Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- StdLib/ReadMe.txt | 15 +++++++-------- StdLibPrivateInternalFiles/ReadMe.txt | 14 ++++++-------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/StdLib/ReadMe.txt b/StdLib/ReadMe.txt index 5199692..8e0305e 100644 --- a/StdLib/ReadMe.txt +++ b/StdLib/ReadMe.txt @@ -158,14 +158,13 @@ There are some boiler-plate declarations and definitions that need to be included in your application's INF and DSC build files. These are described in the CONFIGURATION section, below. -A subset of the Python 2.7.2 distribution is included as part of AppPkg. If desired, -the full Python 2.7.2 distribution may be downloaded from python.org and used instead. -Delete or rename the existing Python-2.7.2 directory then extract the downloaded -Python-2.7.2.tgz file into the AppPkg\Applications\Python directory. This will produce a -Python-2.7.2 directory containing the full Python distribution. Python files that had to be -modified for EDK II are in the AppPkg\Applications\Python\PyMod-2.7.2 directory. These -files need to be copied into the corresponding directories within the extracted Python-2.7.2 -directory before Python can be built. +A full distribution of the Python 3.6.8 has been included as part of AppPkg. But only +a subset of the features have been enabled for UEFI use case. Python files that had to be +modified for EDK II are in the AppPkg\Applications\Python\Python-3.6.8\PyMod-3.6.8 directory. +These files need to be copied into the corresponding directories within the Python-3.6.8 +directory before Python can be built. This can be achieved by running the srcprep.py available +under AppPkg\Applications\Python\Python-3.6.8. + BUILDING diff --git a/StdLibPrivateInternalFiles/ReadMe.txt b/StdLibPrivateInternalFiles/ReadMe.txt index 424ee96..e21d2c8 100644 --- a/StdLibPrivateInternalFiles/ReadMe.txt +++ b/StdLibPrivateInternalFiles/ReadMe.txt @@ -146,14 +146,12 @@ There are some boiler-plate declarations and definitions that need to be included in your application's INF and DSC build files. These are described in the CONFIGURATION section, below. -A subset of the Python 2.7.2 distribution is included as part of AppPkg. If desired, -the full Python 2.7.2 distribution may be downloaded from python.org and used instead. -Delete or rename the existing Python-2.7.2 directory then extract the downloaded -Python-2.7.2.tgz file into the AppPkg\Applications\Python directory. This will produce a -Python-2.7.2 directory containing the full Python distribution. Python files that had to be -modified for EDK II are in the AppPkg\Applications\Python\PyMod-2.7.2 directory. These -files need to be copied into the corresponding directories within the extracted Python-2.7.2 -directory before Python can be built. +A full distribution of the Python 3.6.8 has been included as part of AppPkg. But only +a subset of the features have been enabled for UEFI use case. Python files that had to be +modified for EDK II are in the AppPkg\Applications\Python\Python-3.6.8\PyMod-3.6.8 directory. +These files need to be copied into the corresponding directories within the Python-3.6.8 +directory before Python can be built. This can be achieved by running the srcprep.py available +under AppPkg\Applications\Python\Python-3.6.8. BUILDING -- 2.32.0.windows.2