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

2017-03-06 Thread Andre McCurdy
On Mon, Mar 6, 2017 at 2:36 PM, Burton, Ross wrote: > > On 6 March 2017 at 22:34, Andre McCurdy wrote: >> >> protocols = ['http', 'ftp', 'file', 'https', \ >> 'git', 'gitsm', 'hg', 'osc', 'p4', 'svn', \ >> -

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

2017-03-06 Thread Burton, Ross
On 6 March 2017 at 22:34, Andre McCurdy wrote: > protocols = ['http', 'ftp', 'file', 'https', \ > 'git', 'gitsm', 'hg', 'osc', 'p4', 'svn', \ > - 'bzr', 'cvs', 'npm', 'sftp', 'ssh'] > + 'bzr', 'cvs', 'npm', 'sftp',

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

2017-03-06 Thread Andre McCurdy
Bitbake now supports an Amazon AWS S3 fetcher: http://git.openembedded.org/bitbake/commit/?id=6fe07ed25457dd7952b60f4b2153d56b15d5eea6 Signed-off-by: Andre McCurdy --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git