settling on not splitting --args per script for now

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-12-07 00:00:00 +00:00
parent cfa3991e64
commit 724c82323e
5 changed files with 535 additions and 499 deletions

View File

@@ -129,7 +129,9 @@ usually extra Buildroot targets.
config_fragments = [
os.path.join(common.root_dir, 'buildroot_config', 'default')
] + args.config_fragment
common.write_configs(common.buildroot_config_file, configs, config_fragments)
# TODO Can't get rid of these for now with nice fragments on Buildroot:
# http://stackoverflow.com/questions/44078245/is-it-possible-to-use-config-fragments-with-buildroots-config
self.sh.write_configs(common.buildroot_config_file, configs, config_fragments)
common.run_cmd(
[
'make', common.Newline,