* [PATCH 0/1] go-dep: disable PTEST_ENABLED for mips and mips64
@ 2018-10-30 6:32 Chen Qi
2018-10-30 6:32 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-10-30 6:32 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 84eecb017ef92ef36b4df730908828e54aeff85c:
build-appliance-image: Update to master head revision (2018-10-29 17:38:16 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/go-dep
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/go-dep
Chen Qi (1):
go-dep: disable PTEST_ENABLED for mips and mips64
meta/recipes-devtools/go/go-dep_0.5.0.bb | 5 +++++
1 file changed, 5 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] go-dep: disable PTEST_ENABLED for mips and mips64
2018-10-30 6:32 [PATCH 0/1] go-dep: disable PTEST_ENABLED for mips and mips64 Chen Qi
@ 2018-10-30 6:32 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-10-30 6:32 UTC (permalink / raw)
To: openembedded-core
The current go-dep does not compile ptest successfully on mips
and mips64. So as a workaround, disable PTEST_ENABLED explicitly
to avoid error like below.
| vet config not found
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-devtools/go/go-dep_0.5.0.bb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/meta/recipes-devtools/go/go-dep_0.5.0.bb b/meta/recipes-devtools/go/go-dep_0.5.0.bb
index f0ce60a..cfc2186 100644
--- a/meta/recipes-devtools/go/go-dep_0.5.0.bb
+++ b/meta/recipes-devtools/go/go-dep_0.5.0.bb
@@ -28,3 +28,8 @@ INSANE_SKIP_${PN} += "textrel"
# http://errors.yoctoproject.org/Errors/Details/185632/
# ERROR: QA Issue: ELF binary '/work/aarch64-oe-linux/go-dep/0.4.1-r0/packages-split/go-dep-ptest/usr/lib/go-dep/ptest/github.com/golang/dep/cmd/dep/dep.test' has relocations in .text [textrel]
INSANE_SKIP_${PN}-ptest += "textrel"
+
+# For compiling ptest on mips and mips64, the current go-dep version fails with the go 1.11 toolchain.
+# error message: vet config not found
+PTEST_ENABLED_mips = "0"
+PTEST_ENABLED_mips64 = "0"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-30 6:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 6:32 [PATCH 0/1] go-dep: disable PTEST_ENABLED for mips and mips64 Chen Qi
2018-10-30 6:32 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox