[dts] [PATCH V1] framework/dts: change the default build type from makefile to meson

LihongX Ma lihongx.ma at intel.com
Wed Oct 28 02:10:57 CET 2020


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

Signed-off-by: LihongX Ma <lihongx.ma at 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



More information about the dts mailing list