From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: michael.d.kinney@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Thu, 25 Apr 2019 18:07:58 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 18:07:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,395,1549958400"; d="scan'208";a="152458141" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.251.132.127]) by FMSMGA003.fm.intel.com with ESMTP; 25 Apr 2019 18:07:57 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jaben Carsey , Daryl McDaniel Subject: [Patch V2 1/2] edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles Date: Thu, 25 Apr 2019 18:07:52 -0700 Message-Id: <20190426010753.15180-2-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20190426010753.15180-1-michael.d.kinney@intel.com> References: <20190426010753.15180-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=1734 Remove the following packages and move them to the new edk2-libc repository * AppPkg * StdLib * StdLibPrivateInternalFiles Cc: Jaben Carsey Cc: Daryl McDaniel Signed-off-by: Michael D Kinney Reviewed-by: Jaben Carsey =================== NOTE: Patch contents that show the removal of files from AppPkg, StdLib, and StdLibPrivateInternalFiles has been removed. See Patch #0 for a summary of the removed files. ===================