From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: michael.d.kinney@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Fri, 19 Apr 2019 17:17:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2019 17:17:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,371,1549958400"; d="scan'208";a="137285998" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.111.159]) by orsmga006.jf.intel.com with ESMTP; 19 Apr 2019 17:17:11 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jaben Carsey , Daryl McDaniel Subject: [Patch] edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles Date: Fri, 19 Apr 2019 17:17:05 -0700 Message-Id: <20190420001705.4244-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 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 --- AppPkg Maintainers.txt | 10 - Readme.md | 3 - StdLib StdLibPrivateInternalFiles diff --git a/Maintainers.txt b/Maintainers.txt index 10c11b5dc5..a0f8d541d0 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -63,11 +63,6 @@ M: Liming Gao EDK II Packages: ---------------- -AppPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg -M: Daryl McDaniel -M: Jaben Carsey - ArmPkg W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg M: Leif Lindholm @@ -260,11 +255,6 @@ SourceLevelDebugPkg W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg M: Hao Wu -StdLib, StdLibPrivateInternalFiles -W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib -M: Daryl McDaniel -M: Jaben Carsey - UefiCpuPkg W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg M: Eric Dong diff --git a/Readme.md b/Readme.md index 177d51972a..1feba16075 100644 --- a/Readme.md +++ b/Readme.md @@ -6,9 +6,6 @@ for the UEFI and PI specifications from www.uefi.org. The majority of the content in the EDK II open source project uses a [BSD-2-Clause Plus Patent License](License.txt). The EDK II open source project contains the following components that are covered by additional licenses: -* [AppPkg/Applications/Python/Python-2.7.2/Tools/pybench](AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/LICENSE) -* [AppPkg/Applications/Python/Python-2.7.2](AppPkg/Applications/Python/Python-2.7.2/LICENSE) -* [AppPkg/Applications/Python/Python-2.7.10](AppPkg/Applications/Python/Python-2.7.10/LICENSE) * [BaseTools/Source/C/BrotliCompress](BaseTools/Source/C/BrotliCompress/LICENSE) * [MdeModulePkg/Library/BrotliCustomDecompressLib](MdeModulePkg/Library/BrotliCustomDecompressLib/LICENSE) * [BaseTools/Source/C/LzmaCompress](BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt)