mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
acrn-config: add serial config in new $(board).config
Enhance the $(board).config for new board. Serial config should be set in $(board).config for new board. Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -71,8 +71,8 @@ def get_scenario_name():
|
||||
Get scenario name from scenario.xml at fist line
|
||||
:param scenario_info: it is a file what contains board information for script to read from
|
||||
"""
|
||||
(err_dic, board) = common.get_xml_attrib(SCENARIO_INFO_FILE, "scenario")
|
||||
return (err_dic, board)
|
||||
(err_dic, scenario) = common.get_xml_attrib(SCENARIO_INFO_FILE, "scenario")
|
||||
return (err_dic, scenario)
|
||||
|
||||
|
||||
def is_config_file_match():
|
||||
|
Reference in New Issue
Block a user