mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
glide: disable ptest on mips
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. (From OE-Core rev: b8a1a5a5d8fe376e9015b0406881bcee0658f1a0) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1a2ae051ae
commit
254c577fae
@ -33,3 +33,6 @@ 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_mipsarch = "0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user