Re: [poky] [PATCH] templates: site.conf.sample: remove CVS proxy instructions

"Antonin Godard" <[email protected]> Tue, 03 Mar 2026 12:02:16 +0100
Newsgroups org.yoctoproject.lists.poky
Message-ID <[email protected]>
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
> <[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 =3D "1"
>>
>> -# Uncomment to cause CVS to use the proxy host specified
>> -#CVS_PROXY_HOST =3D "proxy.example.com"
>> -#CVS_PROXY_PORT =3D "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