mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-05 13:14:47 +02:00
config: Add genericarm64 machine
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bc52eaad62
commit
d2a265bdeb
|
@ -84,6 +84,7 @@ trigger_builders_wait_shared = [
|
||||||
"qemux86-64-x32", "qemux86-world",
|
"qemux86-64-x32", "qemux86-world",
|
||||||
"multilib",
|
"multilib",
|
||||||
"edgerouter",
|
"edgerouter",
|
||||||
|
"genericarm64", "genericarm64-alt",
|
||||||
"genericx86", "genericx86-alt",
|
"genericx86", "genericx86-alt",
|
||||||
"genericx86-64", "genericx86-64-alt",
|
"genericx86-64", "genericx86-64-alt",
|
||||||
"beaglebone", "beaglebone-alt",
|
"beaglebone", "beaglebone-alt",
|
||||||
|
@ -270,11 +271,13 @@ builder_tags = {
|
||||||
|
|
||||||
"beaglebone": ["hw-ref"],
|
"beaglebone": ["hw-ref"],
|
||||||
"edgerouter": ["hw-ref"],
|
"edgerouter": ["hw-ref"],
|
||||||
|
"genericarm64": ["hw-ref"],
|
||||||
"genericx86": ["hw-ref"],
|
"genericx86": ["hw-ref"],
|
||||||
"genericx86-64": ["hw-ref"],
|
"genericx86-64": ["hw-ref"],
|
||||||
|
|
||||||
"beaglebone-alt": ["hw-ref-alt"],
|
"beaglebone-alt": ["hw-ref-alt"],
|
||||||
"edgerouter-alt": ["hw-ref-alt"],
|
"edgerouter-alt": ["hw-ref-alt"],
|
||||||
|
"genericarm64-alt": ["hw-ref-alt"],
|
||||||
"genericx86-alt": ["hw-ref-alt"],
|
"genericx86-alt": ["hw-ref-alt"],
|
||||||
"genericx86-64-alt": ["hw-ref-alt"],
|
"genericx86-64-alt": ["hw-ref-alt"],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user