diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-03-12 21:45:03 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-17 09:46:33 -0400 |
commit | 718987175a2e407e5d2c695f2dc28e9519de232e (patch) | |
tree | e369f734d28857407f32ae38fd13f3b43ea2e4a6 /recipes-devtools/python/python-gevent/gevent-allow-ssl-v2-or-v3-certificates.patch | |
parent | 938c1cb12706691387c75d69dce47fdcaef09bdf (diff) | |
download | meta-virtualization-718987175a2e407e5d2c695f2dc28e9519de232e.tar.gz |
docker: avoid fetching dependencies
Docker's build process will clone missing dependencies which
circumvents the bitbake fetcher. This is a bad thing in many ways, for
example this will not respect BB_NO_NETWORK and DL_DIR settings. To
work around this we are able to provide recipes for each of the
missing dependencies.
The dependencies are all in GO and are required to be added to the
sysroot such that the docker build can find them via GOPATH at build
time. The docker recipe was updated to add these new packages as
dependencies and the explicit clone of go-cli was removed.
After these change we are able to complete the build with networking
disabled after completing a fetchall. Docker functionality was tested
on an image built with these changes and it functions as it did
before.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-gevent/gevent-allow-ssl-v2-or-v3-certificates.patch')
0 files changed, 0 insertions, 0 deletions