summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go_1.6.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-08 18:04:33 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:30 +0100
commit30e23e15563dcee2e9d8d559a55bff97079cf713 (patch)
tree10c58f40fa85b63e27855fcf55cb374c47c4cecd /meta/recipes-devtools/go/go_1.6.bb
parent8a43f94d1d5e3a7aed56a55447652618e7f0c4ef (diff)
downloadpoky-30e23e15563dcee2e9d8d559a55bff97079cf713.tar.gz
go: Remove Go 1.6 and 1.7 releases
The OE-Core has no reason to support multiple versions of Go as this increases the maintenance work and testing efforts. So we are going to support just a single version from now on which currently is 1.8.3. The 1.4 release is kept around as it is used for bootstrap, as such, it cannot be removed. (From OE-Core rev: 26abbf129d7ca0d36f6244f96fa8a572fd847899) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go_1.6.bb')
-rw-r--r--meta/recipes-devtools/go/go_1.6.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go_1.6.bb b/meta/recipes-devtools/go/go_1.6.bb
deleted file mode 100644
index 2f590338c4..0000000000
--- a/meta/recipes-devtools/go/go_1.6.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require go.inc
2require go-${PV}.inc
3
4BBCLASSEXTEND = "cross"