Re: [poky] [PATCH] templates: site.conf.sample: remove CVS proxy instructions
Alexander Kanavin <[email protected]> Tue, 3 Mar 2026 11:34:31 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANNYZj8tmUHSi50ivEtkFQUf1fh+2iV34zQ3P-2Xt-59ZAVikA@mail.gmail.com> |
On Mon, 2 Mar 2026 at 10:32, Antonin Godard via lists.yoctoproject.org <[email protected]> wrote: > The CVS fetcher was disabled with 5427500e4f23 ("fetch: Drop CVS fetcher > module") in BitBake. Remove the CVS instructions from this file. > > --- a/meta-poky/conf/templates/default/site.conf.sample > +++ b/meta-poky/conf/templates/default/site.conf.sample > @@ -6,10 +6,6 @@ > # changes incompatibly > SCONF_VERSION = "1" > > -# Uncomment to cause CVS to use the proxy host specified > -#CVS_PROXY_HOST = "proxy.example.com" > -#CVS_PROXY_PORT = "81" This needs to be fixed in oe-core first. I'm also pushing to remove the poky template, as it's nowadays just a needless duplicate of what is in core. Alex