summaryrefslogtreecommitdiffstats
path: root/package/flannel
Commit message (Collapse)AuthorAgeFilesLines
* flannel: pass -extldflags '-static' on when BR2_STATIC_LIBS=yThomas Petazzoni2016-07-241-1/+4
| | | | | | | | | There is no reason to link Go binaries statically, unless when BR2_STATIC_LIBS=y. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* flannel: depends on CGO linking being supportedVicente Olivert Riera2016-07-061-1/+3
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/3594f33800857cf57302f9b58e30d68f1d9c33b9/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/flannel: Add BR2_TOOLCHAIN_HAS_THREADSGeoff Levand2016-05-261-0/+5
| | | | | | | | flannel uses the cgo package, so needs a toolchain with thread support. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/flannel: Use HOST_GO_TARGET_ENVGeoff Levand2016-05-261-1/+1
| | | | | | | | Use the newly added HOST_GO_TARGET_ENV variable to pickup the correct go environment for package builds. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* flannel: new packageGeoff Levand2016-04-203-0/+53
Flannel is a virtual network that gives a subnet to each host for use with container runtimes. Cc: Brandon Philips <brandon.philips@coreos.com> Signed-off-by: Geoff Levand <geoff@infradead.org> [Thomas: - Don't select BR2_PACKAGE_HOST_GO since this option was removed. - Take into account the rename of BR2_PACKAGE_GO_ARCH_SUPPORTS to BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS. - Rewrap Config.in help text, it was slightly too large. - Don't use the github function (the link was anyway incorrect), but instead a direct link to the tarball, since the tarballs are uploaded by the maintainers. - Update the hash accordingly. - Use $() to reference make variables and not ${}. - Call the go compiler from $(HOST_DIR)/usr/bin, rather than from HOST_GO_ROOT.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud