From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by mx.groups.io with SMTP id smtpd.web08.3432.1639345313667258982 for ; Sun, 12 Dec 2021 13:41:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcdkim header.b=Qpp0lm53; spf=pass (domain: quicinc.com, ip: 199.106.114.39, mailfrom: quic_rcran@quicinc.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1639345313; x=1670881313; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=GngtTkMV0FHyVslC9HyRWmynptbktLbnjHpzKGw+O1U=; b=Qpp0lm53N4+0CgXWyBcaSxRDJBp/qfkXq/tUTnUZnIFXtYWNOokvXz5d xYX1VpTiTwf3QA4UA34/xNjgxbpXdsIcV7ptK1GEK1y/FykyDJp/YjMfH 99QhJUwVOb9REZMVgLNLXQeUSAuiI3DWgddfaSWItyYsw8G4cNpI8IoGH k=; Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-02.qualcomm.com with ESMTP; 12 Dec 2021 13:41:53 -0800 X-QCInternal: smtphost Received: from nasanex01b.na.qualcomm.com ([10.46.141.250]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2021 13:41:53 -0800 Received: from [10.110.109.230] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Sun, 12 Dec 2021 13:41:52 -0800 Subject: Re: [edk2-devel] [edk2-libc Patch V4 6/6] AppPkg/Applications/Python: to fix readme files in edk2-libc To: , , "Kinney, Michael D" CC: Rebecca Cran References: <20211101183522.1391-1-n.jayaprakash@intel.com> <20211101183522.1391-7-n.jayaprakash@intel.com> From: quic_rcran@quicinc.com Message-ID: <4322846e-f56a-cd88-814e-c2ab947239d3@quicinc.com> Date: Sun, 12 Dec 2021 14:41:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Return-Path: quic_rcran@quicinc.com X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01b.na.qualcomm.com (10.46.141.250) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US It looks like it did get pushed to master - see https://github.com/tianocore/edk2-libc/commits/master . -- Rebecca Cran On 11/3/21 12:28 AM, Jayaprakash, N wrote: > Hi Mike, > > Has this change been merged to master? > > Regards, > JP > > -----Original Message----- > From: Kinney, Michael D > Sent: 02 November 2021 00:30 > To: Jayaprakash, N ; devel@edk2.groups.io; Kinney, Michael D > Cc: Rebecca Cran > Subject: RE: [edk2-libc Patch V4 6/6] AppPkg/Applications/Python: to fix readme files in edk2-libc > > Series Reviewed-by: Michael D Kinney > > >> -----Original Message----- >> From: Jayaprakash, N >> Sent: Monday, November 1, 2021 11:35 AM >> To: devel@edk2.groups.io >> Cc: Rebecca Cran ; Kinney, Michael D >> ; Jayaprakash, N >> Subject: [edk2-libc Patch V4 6/6] AppPkg/Applications/Python: to fix >> readme files in edk2-libc >> >> 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 > > > > >