Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: convert github SRC_URIs to use https protocol | Bruce Ashfield | 2021-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | docker: fixup failing build | Mark Asselstine | 2017-02-09 | 1 | -0/+41 |
Docker is failing to build because it is attempting to download missing go dependencies. Add new recipes for missing dependencies and update existing recipes to ensure the version defined in docker's vendor.conf is available. Note that this fixes the build only. At this time many docker functions are working, such as 'docker image', 'docker pull' and more, but 'docker run' is currently failing. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |