Signed-off-by: Paul Eggleton <[email protected]>
---
README | 2 ++
upgradehelper.py | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 74a8ecc..c43fa5e 100644
--- a/README
+++ b/README
@@ -41,6 +41,8 @@ clean_sstate=yes
clean_tmp=yes
# keep previous commits or not
drop_previous_commits=yes
+# machines to test build with
+machines=qemux86 qemux86-64 qemuarm qemumips qemuppc
--------------- snip ---------------
3. Enable distrodata and supply appropriate additional metadata. For
diff --git a/upgradehelper.py b/upgradehelper.py
index cc90958..2429897 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -130,7 +130,7 @@ class Updater(object):
self.skip_compilation = skip_compilation
self.interactive = not auto_mode
- self.machines = ["qemux86", "qemux86-64", "qemuarm", "qemumips",
"qemuppc"]
+ self.machines = settings.get('machines', 'qemux86 qemux86-64 qemuarm
qemumips qemuppc').split()
self.upgrade_steps = [
(self._create_workdir, None),
--
1.9.3
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto