* [PATCH 0/1] glide: disable ptest on mips
@ 2018-11-07 3:33 kai.kang
2018-11-07 3:33 ` [PATCH 1/1] " kai.kang
0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2018-11-07 3:33 UTC (permalink / raw)
To: openembedded-core
From: Kai Kang <kai.kang@windriver.com>
The following changes since commit 411184bfaa6269bf2926bb2a576c0922958cbbb3:
xserver-xorg: fix CVE-2018-14665 (2018-11-01 13:27:26 +0000)
are available in the Git repository at:
git://git.pokylinux.org/poky-contrib kangkai/glide
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/glide
Kai Kang (1):
glide: disable ptest on mips
meta/recipes-devtools/glide/glide_0.13.2.bb | 4 ++++
1 file changed, 4 insertions(+)
--
2.19.0.rc2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] glide: disable ptest on mips
2018-11-07 3:33 [PATCH 0/1] glide: disable ptest on mips kai.kang
@ 2018-11-07 3:33 ` kai.kang
0 siblings, 0 replies; 2+ messages in thread
From: kai.kang @ 2018-11-07 3:33 UTC (permalink / raw)
To: openembedded-core
From: Kai Kang <kai.kang@windriver.com>
It fails to run task compile_ptest_base of glide on mips:
| vet config not found
The root cause is that go lang lacks '-buildmode=pie' support for mips.
So disable glide ptest on mips for now.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
meta/recipes-devtools/glide/glide_0.13.2.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-devtools/glide/glide_0.13.2.bb b/meta/recipes-devtools/glide/glide_0.13.2.bb
index 3a32fa1af1..feb653c12e 100644
--- a/meta/recipes-devtools/glide/glide_0.13.2.bb
+++ b/meta/recipes-devtools/glide/glide_0.13.2.bb
@@ -33,3 +33,7 @@ INSANE_SKIP_${PN} += "textrel"
# ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/action/action.test' has relocations in .text
# ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/cache/cache.test' has relocations in .text [textrel]
INSANE_SKIP_${PN}-ptest += "textrel"
+
+# fails to run task compile_ptest_base on mips
+PTEST_ENABLED_mips = "0"
+PTEST_ENABLED_mips64 = "0"
--
2.19.0.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-07 3:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-07 3:33 [PATCH 0/1] glide: disable ptest on mips kai.kang
2018-11-07 3:33 ` [PATCH 1/1] " kai.kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox