From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::441; helo=mail-wr1-x441.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E910A21184E9D for ; Fri, 2 Nov 2018 04:19:38 -0700 (PDT) Received: by mail-wr1-x441.google.com with SMTP id x12-v6so1583270wrw.8 for ; Fri, 02 Nov 2018 04:19:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=emlvQtfzbfuZTnIE+LBfMjyDv1Kv3QxLMl+biM3GZXo=; b=Oe58O8y4kJr6WlgG5di/x/rct1YsUYO+J0Rfwk+7P6A4ACCIFOdfyCX0TA3U/xIopE ufSVjQ+JhZjJDwrZJuEim1Mexml0pa/TIHtTV95/Ck2BdJQql4u04tuPwARZBJDcmRSh SQqMLGLffoL4cx9tfqJU/lV7N2+enbLuzr4SE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=emlvQtfzbfuZTnIE+LBfMjyDv1Kv3QxLMl+biM3GZXo=; b=IkkQN1ZsmYWhl0mFR/tBdW2aJvJXBtVHpS1HaWblGtevi0/1KVHZtqh43SWTOAQ4Fc 1OinJiAT0lv7+BgaCD3ZST6dja//ySxJ19Gj0//mfpMuJ71BU8Onw8mnZ4cJKw6v2VUg XnPoHvUfBHrTO+udHQbDBC5w9UGDYuPTVphraJZ1lvzggr3Mbm3Mp/Cc/uaEESqoQEda FCoEsFRwBMootC0kyoWe0BLAp4eX0BGVKkZGCVKrWRmvhucZyj235slMToW16g6Y4Toj 39EeR5h64d7EtH0XgrZqGy7lkjpADWYIt1vskTcGU8/g6xEXcccjYqtEjayKNRNEdrdP 09fw== X-Gm-Message-State: AGRZ1gLX/ySG8OEaiGVv4OhtLnTkZfU+U0C+P8iD9OvWcl0TapinZe7/ qlNDC2qn4M3R+jiY4gFBomfFug== X-Google-Smtp-Source: AJdET5fNmx0lNgI0q3UjOQ96EvkK5bzk7r50Mh7Qik5bRy94jaLz12MS7PdJnUNIt7QKhnc1efQQkA== X-Received: by 2002:a5d:4708:: with SMTP id y8-v6mr10434276wrq.16.1541157576914; Fri, 02 Nov 2018 04:19:36 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id y76-v6sm25155841wmd.37.2018.11.02.04.19.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 02 Nov 2018 04:19:35 -0700 (PDT) Date: Fri, 2 Nov 2018 11:19:34 +0000 From: Leif Lindholm To: Shenglei Zhang Cc: edk2-devel@lists.01.org, Andrew Fish , Laszlo Ersek , Michael D Kinney Message-ID: <20181102111933.nrodmksewufswirc@bivouac.eciton.net> References: <20181102024630.22364-1-shenglei.zhang@intel.com> MIME-Version: 1.0 In-Reply-To: <20181102024630.22364-1-shenglei.zhang@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] UnixPkg: Remove UnixPkg and update Maintainers.txt X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 11:19:39 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Nov 02, 2018 at 10:46:30AM +0800, Shenglei Zhang wrote: > UnixPkg is deprecated. > The same functionality is supported using the EmulatorPkg. > Please see EmulatorPkg/README for more information about > EmulatorPkg. > https://bugzilla.tianocore.org/show_bug.cgi?id=1291 > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Shenglei Zhang Sounds good to me. Reviewed-by: Leif Lindholm > --- > Maintainers.txt | 4 ---- > UnixPkg/Deprecated.txt | 5 ----- > 2 files changed, 9 deletions(-) > delete mode 100644 UnixPkg/Deprecated.txt > > diff --git a/Maintainers.txt b/Maintainers.txt > index 36c6689afd..b127caf6b6 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -261,10 +261,6 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg > M: Eric Dong > R: Laszlo Ersek > > -UnixPkg > -W: https://github.com/tianocore/tianocore.github.io/wiki/UnixPkg > -S: Obsolete (Use EmulatorPkg instead) > - > Vlv2DeviceRefCodePkg > M: David Wei > M: Mang Guo > diff --git a/UnixPkg/Deprecated.txt b/UnixPkg/Deprecated.txt > deleted file mode 100644 > index 5ffad5fd25..0000000000 > --- a/UnixPkg/Deprecated.txt > +++ /dev/null > @@ -1,5 +0,0 @@ > -UnixPkg is deprecated. > - > -The same functionality is supported using the EmulatorPkg. > -Please see EmulatorPkg/README for more information about EmulatorPkg. > - > -- > 2.18.0.windows.1 >