Fetch from secure CVS and SVN: Difference between revisions
Jump to navigation
Jump to search
(New page: '''Q: bitbake fetch breaks on a secure connections for svn or cvs, what shall I do?''' A: bitbake/OE has [http://bugs.openembedded.net/show_bug.cgi?id=2501 a bit of a problem with https f...) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
A: bitbake/OE has [http://bugs.openembedded.net/show_bug.cgi?id=2501 a bit of a problem with https for cvs and svn] checkouts. You need to run "svn info $svnhost" once and permanently accept the certificate before you can fetch sources for OE. | A: bitbake/OE has [http://bugs.openembedded.net/show_bug.cgi?id=2501 a bit of a problem with https for cvs and svn] checkouts. You need to run "svn info $svnhost" once and permanently accept the certificate before you can fetch sources for OE. | ||
[[Category:FAQ]] |
Latest revision as of 09:40, 24 November 2010
Q: bitbake fetch breaks on a secure connections for svn or cvs, what shall I do?
A: bitbake/OE has a bit of a problem with https for cvs and svn checkouts. You need to run "svn info $svnhost" once and permanently accept the certificate before you can fetch sources for OE.