From nobody Sat May 4 09:26:18 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41155+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41155+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558451354; cv=none; d=zoho.com; s=zohoarc; b=a0wCsyly7mDUJUnuggXLs3hBj+9D4eOzLYZfLp3gv+UuRos1XeBpUxqFPX/CpjlQet1/cG83l9YrK/DJQP63/EGyiEhiSseIAFw1GHFz0f3PT3QXbDhxH3Kc06MLTQ2Yep0NXERMnT8BhX/Kp/s8SBKmX0o61N5TpxImSHZfLNo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558451354; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=Jqku2QEAxdBDKgxbzzwv0N0Q9tCmH9EmRfvQ38qmk68=; b=VaIbLM8Qy1t6hKJS4IMnVcZbd+KpOaEVK3eKfDnduBsmVRSuMm2czU4FOPdmBkU4jnLT6Hdn9Ct+bAHNyNddt4fSS4WqMzbzTvzuHA2FujmgBchvbojHE/2HS4uLyRadAGhc3osgcfvR7ZjZ6UWnWyKX2fuLAfATyrq/aP5Drek= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41155+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1558451354220552.083264337908; Tue, 21 May 2019 08:09:14 -0700 (PDT) Return-Path: X-Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Tue, 21 May 2019 08:09:13 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2019 08:09:12 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.28.21]) by fmsmga008.fm.intel.com with ESMTP; 21 May 2019 08:09:12 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Bob Feng Subject: [edk2-devel] [Patch] BaseTools: Update Conf/target.template with the default EmulatorPkg.dsc Date: Tue, 21 May 2019 23:09:05 +0800 Message-Id: <20190521150905.11960-1-liming.gao@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558451353; bh=s8fFwbHaf70shmgWSXoz48wzx5mUgQOQZ9mG7Eeq94c=; h=Cc:Date:From:Reply-To:Subject:To; b=Gqvkc6JjRR2e3v3LIkJZRvwHkJMRNa88qdYppKYsI39/vcdT0n6xNrkNRMxcEJ7rzzY kkaxdd38gS5zeorrAFow22QMF+7q5DgyKd2zhz2GJSfTwtZxlHUfQsjuTaetJuzF57Qt1 2MUXncpjRLlpHDxCekR4mKMnL54v+Fo+j9Y= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Nt32Pkg has been removed. The default platform is changed to EmulatorPkg.ds= c. Signed-off-by: Liming Gao Cc: Bob Feng Reviewed-by: Bob Feng --- BaseTools/Conf/target.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index de8137a07e..d4a3b53b7f 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -1,5 +1,5 @@ # -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -17,7 +17,7 @@ # build. This line is requir= ed if and only if the current # working directory does not= contain one or more description # files. -ACTIVE_PLATFORM =3D Nt32Pkg/Nt32Pkg.dsc +ACTIVE_PLATFORM =3D EmulatorPkg/EmulatorPkg.dsc =20 # TARGET List Optional Zero or more of the follow= ing: DEBUG, RELEASE, NOOPT # UserDefined; separated by = a space character. --=20 2.13.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#41155): https://edk2.groups.io/g/devel/message/41155 Mute This Topic: https://groups.io/mt/31697760/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-