diff mbox series

templates: site.conf.sample: remove CVS proxy instructions

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

Commit Message

Antonin Godard March 2, 2026, 9:32 a.m. UTC
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

Comments

Alexander Kanavin March 3, 2026, 10:34 a.m. UTC | #1
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
Antonin Godard March 3, 2026, 11:02 a.m. UTC | #2
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 mbox series

Patch

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