From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web08.4621.1666864472138294400 for ; Thu, 27 Oct 2022 02:54:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=UCK24qW7; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: n.jayaprakash@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666864472; x=1698400472; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=mAb2JXap4471KeSOwS3HlaVjeX/AJu3jd4fRLC5IU3s=; b=UCK24qW7w9fjtROku+G+QDfDx+cm/RXWyzNyYZ2MX5PhlwG/R7L9AbGE vHuhBsSTdPGcU6BEGNS9DPiO/fsv5fMihXu0D5RdZu6+t+OJQg1f1lrih PBmZ89ygsXguG2X/EtKhp8cRX5e0vcYlqIcc+7KTtBK0f7jOfbaefXOU6 XWjICNSK85Nq04512vkI6Rcx/Cj753dPlU2gkJwzWxqpnDwZrO7TGoxV6 SIwCIr15T1yqeFx9tXiiz1ci7Gst8pe1p74HvrmO1UJR8kaEb2smmWunq +gLUu3ZRYnWt8YStoC0bsWmeaKiS/NktQ+UP/ROlDbyhNVmF1gIbKdzym Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10512"; a="306911516" X-IronPort-AV: E=Sophos;i="5.95,217,1661842800"; d="scan'208";a="306911516" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2022 02:54:31 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10512"; a="665621029" X-IronPort-AV: E=Sophos;i="5.95,217,1661842800"; d="scan'208";a="665621029" Received: from njayapra-mobl1.gar.corp.intel.com ([10.213.86.85]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2022 02:54:29 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Subject: [edk2-libc Patch 0/1] edk2-libc - to remove substring 368 from python uefi app name Date: Thu, 27 Oct 2022 15:23:18 +0530 Message-Id: <20221027095319.783-1-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.33.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch request contains the necessary changes to remove the substring 368 from the name of the python uefi interpreter app. The app name will change from python368.efi to python.efi Jayaprakash Nevara (1): edk2-libc: remove substring 368 from py uefi app name .../Python-3.6.8/GCCCompilationBKMs.rst | 10 +-- .../Python/Python-3.6.8/Py368ReadMe.txt | 14 ++-- .../Python/Python-3.6.8/Python368.inf | 2 +- ...ython368_pkg.bat => create_python_pkg.bat} | 78 +++++++++---------- ..._python368_pkg.sh => create_python_pkg.sh} | 7 +- 5 files changed, 54 insertions(+), 57 deletions(-) rename AppPkg/Applications/Python/Python-3.6.8/{create_python368_pkg.bat => create_python_pkg.bat} (87%) rename AppPkg/Applications/Python/Python-3.6.8/{create_python368_pkg.sh => create_python_pkg.sh} (92%) -- 2.33.0.windows.1