test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/dts: change the default build type from makefile to meson
@ 2020-10-28  1:10 LihongX Ma
  2020-11-03  2:32 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: LihongX Ma @ 2020-10-28  1:10 UTC (permalink / raw)
  To: dts; +Cc: LihongX Ma

As now dpdk only support meson build, so change the default build
type to meson

Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
---
 framework/dts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/dts.py b/framework/dts.py
index 697602d..e4cc53f 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -93,7 +93,7 @@ def dts_parse_param(config, section):
     try:
         buildtype = config.get(section, 'build_type').split('=')[-1]
     except:
-        buildtype = 'makefile'
+        buildtype = 'meson'
     buildtype = buildtype.lower()
     settings.save_global_setting(settings.HOST_BUILD_TYPE_SETTING, buildtype)
 
-- 
2.7.4


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

* Re: [dts] [PATCH V1] framework/dts: change the default build type from makefile to meson
  2020-10-28  1:10 [dts] [PATCH V1] framework/dts: change the default build type from makefile to meson LihongX Ma
@ 2020-11-03  2:32 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-11-03  2:32 UTC (permalink / raw)
  To: Ma, LihongX, dts; +Cc: Ma, LihongX

> As now dpdk only support meson build, so change the default build type to
> meson
> 
> Signed-off-by: LihongX Ma <lihongx.ma@intel.com>

Applied

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

end of thread, other threads:[~2020-11-03  2:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28  1:10 [dts] [PATCH V1] framework/dts: change the default build type from makefile to meson LihongX Ma
2020-11-03  2:32 ` 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).