From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from starfish.geekisp.com (starfish.geekisp.com [216.168.135.166]) by mail.openembedded.org (Postfix) with SMTP id 83EAF65CAC for ; Mon, 27 Apr 2015 16:22:43 +0000 (UTC) Received: (qmail 1516 invoked by uid 1003); 27 Apr 2015 16:22:44 -0000 Received: from unknown (HELO ?192.168.11.121?) (philip@opensdr.com@108.44.118.217) by mail.geekisp.com with (DHE-RSA-AES128-SHA encrypted) SMTP; 27 Apr 2015 16:22:44 -0000 Message-ID: <553E6253.5020204@balister.org> Date: Mon, 27 Apr 2015 12:22:43 -0400 From: Philip Balister User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1429801172-30602-1-git-send-email-paul.eggleton@linux.intel.com> <1429801172-30602-2-git-send-email-paul.eggleton@linux.intel.com> In-Reply-To: <1429801172-30602-2-git-send-email-paul.eggleton@linux.intel.com> Subject: Re: [oe-classic][PATCH 1/1] README: update for current status of OE-Classic X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 16:22:45 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 04/23/2015 10:59 AM, Paul Eggleton wrote: > OE-Classic is no longer maintained, so update README and MAINTAINERS > accordingly, and just in case someone might miss reading those, add a > file clearly spelling it out. > > Signed-off-by: Paul Eggleton Signed-off-by: Philip Balister > --- > MAINTAINERS | 16 +++------------- > README | 19 +++++++++++++++++-- > THIS_REPO_IS_OBSOLETE.txt | 1 + > 3 files changed, 21 insertions(+), 15 deletions(-) > create mode 100644 THIS_REPO_IS_OBSOLETE.txt > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2f12832..e88d14b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1,18 +1,8 @@ > OpenEmbedded Maintainers List > > -Please put you full name and email-address here for the areas of OE you want to support. > - > -Note: For the hard of thinking, this list is meant to remain in alphabetical > -order. If you could add yourselves to it in alphabetical order that would be > -so much easier (sort by firstname). Thank you! > - > -Person: Real name > -Mail: Mail patches to > -Website: Web-page > -Interests: Areas of interest (e.g. subsystems) > -Distros: Maintained distros > -Machines: Maintained machines > -Recipes: Maintained recipes (should match package names, can include wildcards) > +WARNING: this repository has been superseded and is no longer maintained - > +please see README for details. The maintainers list below remains for > +historical purposes only. > > ----------------------------------------------------------------------------- > > diff --git a/README b/README > index 1264ca6..778efd9 100644 > --- a/README > +++ b/README > @@ -1,3 +1,18 @@ > -This is the OpenEmbedded packages metadata repository. > +This is the OpenEmbedded Classic (OE-Classic) metadata repository. > + > +WARNING: This version of OpenEmbedded is no longer supported or actively > +developed - it has been replaced by a new model based upon > +OpenEmbedded-Core (OE-Core). Users are strongly encouraged to migrate > +to OE-Core as there will be no further updates to OE-Classic as part of > +the OpenEmbedded project. > + > +The OE-Core repository is available at: > + > + http://cgit.openembedded.org/openembedded-core/ > + git://git.openembedded.org/openembedded-core > + > +For further details on the differences between OE-Classic and OE-Core, > +please see: > + > + http://openembedded.org/wiki/OpenEmbedded-Core > > -See http://openembedded.org > diff --git a/THIS_REPO_IS_OBSOLETE.txt b/THIS_REPO_IS_OBSOLETE.txt > new file mode 100644 > index 0000000..a283c1b > --- /dev/null > +++ b/THIS_REPO_IS_OBSOLETE.txt > @@ -0,0 +1 @@ > +Superseded by openembedded-core - please see the README file for details. >