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 0F7BB740045 for ; Tue, 18 Jun 2024 06:49:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Ypk0EyMMJf10SVBvsvF4ifTFli8w7tCYgMvIO3TY6TU=; 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=1718693342; v=1; b=DSsdIV2CfspQ/QlFaL3Av0AYRRdthtmg6KGizQlzNhh4IavR6GmgUq0nj98J58UW2aAgj9+G xwaRyN4LV/WOUGw8SsvnwrSQHzkgAWe2RKutNIZpGdAqDivjKxWryEI/Lm2YSLltiM9VJf3Frg+ jPI08+QipBUoZO8nAZBTD+pW4Hcf+faSaTbgj2vAuZMSYlPK4dIuyiMDVU8EgcwZv8rY8w2gxVa 9lUG/+FA1ZGczDdROV98dTXfX1q3apsqItGlTO7Mh6N9riQaAf10BuXLZrHu4XWOCatEYxhvXon ClKgY4ZwotYtkl/ogcJ6xErNKPzyCS7xo3OPjMxhEv8Bw== X-Received: by 127.0.0.2 with SMTP id wBtuYY7687511xBxZNYFeDir; Mon, 17 Jun 2024 23:49:01 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by mx.groups.io with SMTP id smtpd.web10.80496.1718693340815202911 for ; Mon, 17 Jun 2024 23:49:00 -0700 X-CSE-ConnectionGUID: VBmNmEIuQS+A/SyXiIWckw== X-CSE-MsgGUID: stzjSh7gQhK3OF7BKwzhUQ== X-IronPort-AV: E=McAfee;i="6700,10204,11106"; a="33020061" X-IronPort-AV: E=Sophos;i="6.08,247,1712646000"; d="scan'208";a="33020061" X-Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2024 23:49:00 -0700 X-CSE-ConnectionGUID: zh1y7dhlRhaVpu0XuAkMzQ== X-CSE-MsgGUID: T0jI3cNwR8SNzSvy84LEYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,247,1712646000"; d="scan'208";a="41364544" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.239.17]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2024 23:48:58 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] make python368.inf compile conditionally in AppPkg.dsc Date: Tue, 18 Jun 2024 12:16:09 +0530 Message-ID: <20240618064850.883-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: Mon, 17 Jun 2024 23:49:01 -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: zwokRdI34AAXjRbfdQsuLzPhx7686176AA= 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=DSsdIV2C; 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 patch adds necessary changes to AppPkg.dsc file for conditional compilation of python368.inf. To enable compilation of python368.inf users need to pass an additional parameter to the build command as -D BUILD_PYTHON368. Also updated the Py368ReadMe.txt and the GCCCompilationBKMs.rst to include this additional information for building python368.inf. Please refer to BZ4789 for more details on the request. Jayaprakash N (1): edk2-libc : make python368.inf compile conditionally in AppPkg.dsc AppPkg/AppPkg.dsc | 9 ++++++--- .../Python/Python-3.6.8/GCCCompilationBKMs.rst | 6 ++---- AppPkg/Applications/Python/Python-3.6.8/Py368ReadMe.txt | 9 +++------ 3 files changed, 11 insertions(+), 13 deletions(-) -- 2.45.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119603): https://edk2.groups.io/g/devel/message/119603 Mute This Topic: https://groups.io/mt/106736572/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-