mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 07:18:45 +00:00
acrn-config: Update generated configuration source code
1.Reorg generated configuration source code structure 2.Upstream generated configuration source code based on generic board infomation 3.Update license date from 2020 to 2021 Tracked-On: #5644 Signed-off-by: Xie, nanlin <nanlin.xie@intel.com>
This commit is contained in:
@@ -187,7 +187,7 @@ def main(args):
|
||||
else:
|
||||
scen_output = ACRN_CONFIG_DEF + "/" + scenario + "/"
|
||||
|
||||
scen_board = scen_output + board_name + "/"
|
||||
scen_board = scen_output + "/"
|
||||
common.mkdir(scen_board)
|
||||
common.mkdir(scen_output)
|
||||
|
||||
|
Reference in New Issue
Block a user