forked from madisongh/meta-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (26 loc) · 1.19 KB
/
README
File metadata and controls
37 lines (26 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
OpenEmbedded/Yocto layer for Go language support
================================================
A repository for Go language recipes, including:
* The Go toolchain and runtime from the Go Project (http://golang.org)
- adapted to build native, cross, crosssdk, cross-canadian, nativesdk
* Recipes for packages written in Go
* A bbclass for simplifying the creation of recipes for Go packages
- automatically generates ptest packages using go test framework
All Go package dependencies must be specified in the DEPENDS
for a recipe.
Go package recipes in this layer have floating (AUTOREV) SRCREVs
by default on the master branch; these are changed to fixed SRCREVs
on release branches.
Recipe naming convention:
* All recipes begin with `golang-'
* Package recipes are named based on the import path, typically
omitting the hosting site's domain name but including the
rest of the path with hyphens in place of slashes. Packages
using meta-tag references (such as those using gopkg.in) do
include the domain name.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
Contributing
------------
Please submit issues and pull requests via GitHub.