test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param
@ 2020-11-06 11:32 lingwei
  2020-11-06  5:22 ` Zhao, HaiyangX
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: lingwei @ 2020-11-06 11:32 UTC (permalink / raw)
  To: dts; +Cc: lingwei

remove meson -werror param because sometimes DPDK use meson build occur
warning message dut to build failed

Signed-off-by: lingwei <weix.ling@intel.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 459577e..a41b3df 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -309,7 +309,7 @@ class DPDKdut(Dut):
             self.send_expect("export PKG_CONFIG_LIBDIR=%s" % pkg_path, "# ")
 
         self.send_expect("rm -rf " + target, "#")
-        out = self.send_expect("CC=%s meson --werror -Denable_kmods=True -Dlibdir=lib %s --default-library=%s %s" % (
+        out = self.send_expect("CC=%s meson -Denable_kmods=True -Dlibdir=lib %s --default-library=%s %s" % (
                         toolchain, extra_options, default_library, target), "# ", build_time)
         assert ("FAILED" not in out), "meson setup failed ..."
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-11  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 11:32 [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param lingwei
2020-11-06  5:22 ` Zhao, HaiyangX
2020-11-06  6:06   ` Chen, BoX C
2020-11-09  3:27 ` Ling, WeiX
2020-11-11  3:36 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).