| Message ID | 20260302-remove-cvs-note-v1-1-1e3f0ac1c069@bootlin.com (mailing list archive) |
|---|---|
| State | New |
| Headers | show |
| Series | templates: site.conf.sample: remove CVS proxy instructions | expand |
On Mon, 2 Mar 2026 at 10:32, Antonin Godard via lists.yoctoproject.org <antonin.godard=bootlin.com@lists.yoctoproject.org> 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
On Tue Mar 3, 2026 at 11:34 AM CET, Alexander Kanavin wrote: > On Mon, 2 Mar 2026 at 10:32, Antonin Godard via lists.yoctoproject.org > <antonin.godard=bootlin.com@lists.yoctoproject.org> 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. Correct, thanks for catching that. I'll send another patch. Antonin
diff --git a/meta-poky/conf/templates/default/site.conf.sample b/meta-poky/conf/templates/default/site.conf.sample index 5164fedf63..fd8712f315 100644 --- 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" - # For svn, you need to create ~/.subversion/servers containing: #[global] #http-proxy-host = proxy.example.com
The CVS fetcher was disabled with 5427500e4f23 ("fetch: Drop CVS fetcher module") in BitBake. Remove the CVS instructions from this file. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- meta-poky/conf/templates/default/site.conf.sample | 4 ---- 1 file changed, 4 deletions(-) --- base-commit: f3b63d0d6882af61020bd6f7150fae68a0322f63 change-id: 20260302-remove-cvs-note-59e0c7a385a9