summaryrefslogtreecommitdiffstats
path: root/meta/classes/go.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-170/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* go.bbclass: fix path to linker in native Go buildsDmitry Baryshkov2022-05-281-1/+4
* go.bbclass: disable the use of the default configuration fileChen Qi2022-04-261-0/+1
* go: Always pass interpreter to linkerJoerg Vehlow2022-04-191-1/+2
* go: correctly set debug-prefix-map and build directoryAlexander Kanavin2022-01-051-1/+1
* go: log build id computationsAlexander Kanavin2022-01-051-0/+2
* go.bbclass: Allow adding parameters to go ldflagsAhmed Hossam2021-10-281-1/+2
* Convert to new override syntaxRichard Purdie2021-08-021-22/+22
* go: Enable CGO and pie buildmode on rv64Khem Raj2021-02-261-3/+2
* go.bbclass: don't stage test data with sources of dependenciesThomas Perrot2021-01-101-1/+2
* go.bbclass: Use external linker for native packagesKhem Raj2020-12-181-0/+1
* go.bbclass: Add `-trimpath` to default build flagsOtavio Salvador2020-05-261-1/+1
* 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