[OE-core] [PATCH] sanity.bbclass: allow s3 protocol when sanity checking MIRRORS, etc

Andre McCurdy armccurdy at gmail.com
Mon Mar 6 22:42:42 UTC 2017


On Mon, Mar 6, 2017 at 2:36 PM, Burton, Ross <ross.burton at intel.com> wrote:
>
> On 6 March 2017 at 22:34, Andre McCurdy <armccurdy at gmail.com> wrote:
>>
>>      protocols = ['http', 'ftp', 'file', 'https', \
>>                   'git', 'gitsm', 'hg', 'osc', 'p4', 'svn', \
>> -                 'bzr', 'cvs', 'npm', 'sftp', 'ssh']
>> +                 'bzr', 'cvs', 'npm', 'sftp', 'ssh', 's3' ]
>
>
> Maybe bb.fetch2 needs a "list the protocols you support" method?

Yes. Although there should perhaps be a distinction between protocols
which can be used for MIRRORS etc and those which can not (I'm not
sure if the current list in the sanity.bbclass gets that right?).

> Ross



More information about the Openembedded-core mailing list