build kind of works

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-26 00:00:00 +00:00
parent 004c100453
commit 8f1c662e3d
4 changed files with 114 additions and 111 deletions

View File

@@ -658,7 +658,7 @@ def setup(parser):
if args.gem5_worktree is not None and not gem5_build_id_given:
args.gem5_build_id = args.gem5_worktree
this_module.machine = args.machine
this_module.dry_run = args.dry_run
this_module.setup_dry_run_arguments(args)
if args.arch == 'arm':
this_module.armv = 7
this_module.gem5_arch = 'ARM'
@@ -867,6 +867,9 @@ def setup(parser):
this_module.image = path
return args
def setup_dry_run_arguments(args):
this_module.dry_run = args.dry_run
def write_configs(config_path, configs, config_fragments=None):
"""
Write extra configs into the Buildroot config file.