[auh][PATCH 3/3] upgrade-helper.py: use more combinations for default machines setting
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Chen Qi <[email protected]> Now that we've changed to use parallel build for machines, we can change the default machines setting to cover more cases. This is because such change will not result in significant build time increase, and maintainers can have more data. Signed-off-by: Chen Qi <[email protected]> --- upgrade-helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade-helper.py b/upgrade-helper.py index 1c05333..59af392 100755 --- a/upgrade-helper.py +++ b/upgrade-helper.py @@ -189,7 +189,7 @@ class Updater(object): else: # use scripts_path to get oe-core directory self.git = Git(os.path.dirname(scripts_path)) - self.opts['machines'] = settings.get('machines', 'qemux86-64 qemuarm_musl').split() + self.opts['machines'] = settings.get('machines', 'qemux86-64 qemux86 qemuarm64_musl qemuarm_musl').split() self.opts['send_email'] = self.args.send_emails self.opts['author'] = "Upgrade Helper <%s>" % \ -- 2.49.0