Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go-cross: add ${TARGET_ARCH} to PN | Mark Asselstine | 2017-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Since we are building a cross tool which produces something which is ARCH specific we should stick to the <toolname>-cross-<arch> naming convention. A variant of this patch has been floating around for a while but with the changes around per recipe sysroots, distributed builds, shared builds... we are best served to adopt this convention now. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | netns: New recipe | Paul Barker | 2016-06-21 | 1 | -0/+44 |
netns is a runc hook for setting up simple bridge networking within containers. See README.md (or https://github.com/jfrazelle/netns/blob/master/README.md) for instructions on how to use netns. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |