flannel: new package
authorGeoff Levand <geoff@infradead.org>
Mon, 4 Apr 2016 19:31:49 +0000 (19:31 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 20 Apr 2016 20:55:49 +0000 (22:55 +0200)
commit2bfe9295be04bce32fad0e0c963caacfd95f92a0
treefaf5811948804777ba3b3b1c8d82572804a7c2f5
parentec50eb3e4226e69d11dffff8e509a981586dd81f
flannel: new package

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>
package/Config.in
package/flannel/Config.in [new file with mode: 0644]
package/flannel/flannel.hash [new file with mode: 0644]
package/flannel/flannel.mk [new file with mode: 0644]