make packages build
work again
This commit is contained in:
parent
4cc0235329
commit
6be94271a2
2 changed files with 5 additions and 11 deletions
|
@ -130,7 +130,8 @@ CFLAGS_ARCHES: dict[Arch, list[str]] = {
|
|||
]
|
||||
}
|
||||
|
||||
CROSSDIRECT_PKGS = ['crossdirect', 'qemu-user-static-bin', 'binfmt-qemu-static']
|
||||
QEMU_BINFMT_PKGS = ['qemu-user-static-bin', 'binfmt-qemu-static']
|
||||
CROSSDIRECT_PKGS = ['crossdirect'] + QEMU_BINFMT_PKGS
|
||||
|
||||
SSH_DEFAULT_HOST = '172.16.42.1'
|
||||
SSH_DEFAULT_PORT = 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue