mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config.py: Add missing commas
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
908679f9c1
commit
187ece2814
|
@ -63,8 +63,8 @@ trigger_builders_wait_shared = [
|
|||
"qemuarm", "qemuarm-alt", "qemuarm-tc",
|
||||
"qemuarm64", "qemuarm64-alt", "qemuarm64-tc",
|
||||
"qemumips", "qemumips-tc",
|
||||
"qemumips64", "qemumips64-tc"
|
||||
"qemuppc", "qemuppc-tc"
|
||||
"qemumips64", "qemumips64-tc",
|
||||
"qemuppc", "qemuppc-tc",
|
||||
"qemux86", "qemux86-alt", "qemux86-tc",
|
||||
"qemux86-64", "qemux86-64-alt", "qemux86-64-tc",
|
||||
"qemuarm-oecore",
|
||||
|
|
Loading…
Reference in New Issue
Block a user