summaryrefslogtreecommitdiffstats
path: root/meta/classes/go.bbclass
Commit message (Expand)AuthorAgeFilesLines
* Disable CGO on riscv64Khem Raj2020-01-271-0/+1
* go.bbclass: Disable PIE on riscvKhem Raj2020-01-271-1/+1
* classes/lib: Remove bb.build.FuncFailedRichard Purdie2019-08-061-11/+7
* go.bbclass: separate the ptest logic to go-ptest classMingli Yu2019-07-091-51/+1
* go: avoid host contamination by GOCACHERicardo Ribalda Delgado2019-06-211-0/+1
* go: Exclude vcs files when installing depsAlex Kiernan2019-05-081-1/+1
* go.bbclass: Remove unused overrideRichard Purdie2019-04-121-2/+0
* go.bbclass: Export more GO* environment variablesMark Asselstine2019-04-101-0/+19
* go: Add recipes for 1.12 release and make it defaultKhem Raj2019-03-091-1/+0
* go: Change from TARGET_ARCH to TUNE_PKGARCHRichard Purdie2018-11-071-1/+1
* go.bbclass: Add -buildmode=pie for non mips archRobert Yang2018-10-011-0/+10
* go.bbclass, goarch.bbclass: update SECURITY_CFLAGSMatt Madison2018-03-061-3/+0
* go.bbclass: ptest cleanup and improvementsMatt Madison2018-03-061-36/+51
* go.bbclass: don't stage test data with sourcesMatt Madison2018-03-061-1/+1
* go.bbclass: remove debug-related commandsMatt Madison2018-03-061-3/+0
* go.bbclass: rename GO_TMPDIR -> GOTMPDIRMatt Madison2018-03-061-6/+7
* go: update go 1.9 -> go 1.10Matt Madison2018-03-061-0/+6
* utils.py: add parallel make helpersJoshua Watt2018-02-161-18/+1
* go: disable PIE flags for cgoMatt Madison2017-09-261-0/+3
* go.bbclass: set TMPDIR during compilationMatt Madison2017-09-211-0/+6
* go: fix linking issues for nativesdk buildsMatt Madison2017-09-211-1/+3
* go.bbclass: Add ptest supportOtavio Salvador2017-09-141-2/+60
* go.bbclass: Add "ldflags" to QA skip listOtavio Salvador2017-09-141-0/+2
* go.bbclass: add support linking against shared runtimeMatt Madison2017-09-141-2/+9
* go.bbclass: enable nativesdk builds for Go packagesMatt Madison2017-09-121-0/+2
* go.bbclass: clean up CGO_xxx settingsMatt Madison2017-09-121-6/+7
* go.bbclass: remove some xxx_FINAL variablesMatt Madison2017-09-121-12/+7
* go.bbclass: remove GO_GCFLAGS nad GO_LDFLAGSMatt Madison2017-09-121-2/+0
* go: split out go-runtime into separate recipeMatt Madison2017-09-121-10/+12
* go.bbclass: add GO_INSTALL_FILTEROUT variableMatt Madison2017-09-111-1/+7
* go.bbclass: add do_unpack function to handle common casesMatt Madison2017-09-111-1/+19
* go.bbclass: separate ${S} and ${B}Matt Madison2017-09-111-28/+18
* go.bbclass: Use an auxiliary variable to add the build dependenciesOtavio Salvador2017-09-111-3/+5
* go.bbclass: exported function cleanupMatt Madison2017-09-111-9/+5
* go.bbclass: Enable parallel buildOtavio Salvador2017-09-111-0/+20
* go.bbclass: Use a global Go build flagsOtavio Salvador2017-09-111-1/+3
* go.bbclass: Fix binary installation path detectionOtavio Salvador2017-09-111-1/+1
* go: centralize definition of COMPATIBLE_HOSTJoe Slater2017-07-271-5/+0
* classes: Replace "if test" file tests with POSIX file testsuninative-1.6Robert P. J. Day2017-03-271-2/+2
* go: Enable on muslKhem Raj2017-03-141-2/+0
* go: Add recipes for golang compilers and toolsKhem Raj2017-03-101-0/+79