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 086CF74003D for ; Wed, 21 Aug 2024 05:46:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=H+P0D2xiM05NK7sfBq97lAAS8IdSgLd8vO5GAxu7IVU=; 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=1724219192; v=1; b=g5Sr/c0c2edAapTK2d4Zcdt+qNLP16LIB4gKCRJRC1mE1gzpzamg7J2n293yuvd1K0S26r8Y 9reTcalJuTEIR6RROTp3UUDqyyf0oSsm2KK7t2DfwgxSzscfJHCVRmHCE9Ch/hm0T7lDZ438q2y jHrRWtU0Nb60eh5ElaZ9+CuE0AmcQo/kgIEMQppAGPhr2BPWZIUFnSXOevNbgHtXbWqELxGbrON xkvaM1vg6/IKZ0xVBLBgZBlouD1XHLwXRHL5d28uDlc+bNxPzhC0f9qsPPPh5OUuz21jY2vox7+ UW4iK+foqYPtHBBpNyuFHpDdQPDwfHiFsi+IsJX61VeTQ== X-Received: by 127.0.0.2 with SMTP id FxXzYY7687511xrE5jbyHkrh; Tue, 20 Aug 2024 22:46:31 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by mx.groups.io with SMTP id smtpd.web10.13359.1724219190501666665 for ; Tue, 20 Aug 2024 22:46:30 -0700 X-CSE-ConnectionGUID: 9WomaYYZT2GRMX5soihk7A== X-CSE-MsgGUID: 436CBL8ZSo+2iHazjeP2pw== X-IronPort-AV: E=McAfee;i="6700,10204,11170"; a="40015742" X-IronPort-AV: E=Sophos;i="6.10,164,1719903600"; d="scan'208";a="40015742" X-Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2024 22:46:29 -0700 X-CSE-ConnectionGUID: kjeH/lZ6S+uCH3pYB2p7oA== X-CSE-MsgGUID: jtkUte8rQTue0WTR9Dvdng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,164,1719903600"; d="scan'208";a="61125428" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.182.253]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2024 22:46:28 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch v2 0/1] Add BKM document to build Python UEFI using VS Tools Date: Wed, 21 Aug 2024 11:12:22 +0530 Message-ID: <20240821054623.517-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: Tue, 20 Aug 2024 22:46:30 -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: Mx1pRmeVj0hWqyiJIN6b4ISfx7686176AA= 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="g5Sr/c0c"; 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 There is a BKM document which provides detailed step by step instructions to build Python UEFI interpreter using GCC tool chain from Ubuntu Linux OS. But there is no complete BKM document providing the similar details to build on Windows using VS2019/VS2022 tool chains. This patch adds a new BKM document providing the step by step instructions to build Python UEFI interpreter using Visual Studio tool chains such as VS2019/VS2022. This v2 patch also addresses the review comments. Jayaprakash N (1): edk2-libc: BKM document to build Python UEFI using Visual Studio Tools .../Python/Python-3.6.8/VSCompilationBKMs.md | 126 ++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 AppPkg/Applications/Python/Python-3.6.8/VSCompilationBKMs.md -- 2.46.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120383): https://edk2.groups.io/g/devel/message/120383 Mute This Topic: https://groups.io/mt/108014908/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-