From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 8F550941367 for ; Wed, 19 Jun 2024 07:54:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=dLm/QAxUHZSrEc4DkoKYBoCUROir41jwiB9yyJCOhpw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1718783674; v=1; b=QoA41b5MYqPecEdFA7TxdnQiyP+yiNqEBMNPr40HUhlsLAD0bUye79psIGK2OtyI8ARkimXR O3hss5/GxoSMarc+iiGm9RUnncB2BB/Dw1mB5pjHq5w4FVGa0M4OQ6dKHGW3QQLrIYGTB+3jSOD vDr0z9hIcCc6KWhyR7DSVF6SsnW7I0Vv2t71Yib147/xYmOCt67aOu2LmvnllvSPuA1Lf51H0il uWkx6hfU58QMknHpkoX0cKHz3Dn4d4vlQscnQLlJTzm/zNZxCkztHnSR5JgJgLFFKZdGNY/s2oQ l1IvnpJhmm1CLiGC8efFjbk4zVCdGkoU9CVViQ1MrdvPw== X-Received: by 127.0.0.2 with SMTP id 0iWwYY7687511xObe3e1wNfm; Wed, 19 Jun 2024 00:54:32 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by mx.groups.io with SMTP id smtpd.web11.15496.1718783672457727732 for ; Wed, 19 Jun 2024 00:54:32 -0700 X-CSE-ConnectionGUID: Ct9eMbnURACN2W/Vh5NvFQ== X-CSE-MsgGUID: miySWlB2S+GWL9C+crJBRg== X-IronPort-AV: E=McAfee;i="6700,10204,11107"; a="15850601" X-IronPort-AV: E=Sophos;i="6.08,249,1712646000"; d="scan'208";a="15850601" X-Received: from orviesa006.jf.intel.com ([10.64.159.146]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jun 2024 00:54:32 -0700 X-CSE-ConnectionGUID: +ILfhhNPTkuVGS8qiyeLrg== X-CSE-MsgGUID: PILzGWAnT3qGa4msU7DYMA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,249,1712646000"; d="scan'208";a="42310108" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.242.185]) by orviesa006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jun 2024 00:54:32 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] update build and packaging scripts to take EDK2_LIBC_PATH Date: Wed, 19 Jun 2024 13:22:42 +0530 Message-ID: <20240619075421.1345-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 19 Jun 2024 00:54:32 -0700 Resent-From: n.jayaprakash@intel.com Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Gbq7L7iBfIWYt0LG2fjCoptcx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=QoA41b5M; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io This commit adds necessary changes to build and packaging scripts to take path to edk2-libc through an environment variable. It also updates the build and packaging instructions in GCCCompilationBKMs.rst file and Py368ReadMe.txt files. The Python368.inf file is also updated to take EDK2_LIBC_PATH instead of the current WORKSPACE path in the CC flags. Please refer to BZ4791 for more details. Jayaprakash N (1): edk2-libc : update build and packaging scripts to take EDK2_LIBC_PATH .../Python-3.6.8/GCCCompilationBKMs.rst | 21 +++++++++++------ .../Python/Python-3.6.8/Py368ReadMe.txt | 22 ++++++++++++++++-- .../Python/Python-3.6.8/Python368.inf | 6 ++--- .../Python/Python-3.6.8/create_python_pkg.bat | 21 ++++++++++++++--- .../Python/Python-3.6.8/create_python_pkg.sh | 23 ++++++++++++++++--- 5 files changed, 75 insertions(+), 18 deletions(-) -- 2.45.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119630): https://edk2.groups.io/g/devel/message/119630 Mute This Topic: https://groups.io/mt/106756611/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-