#988395 u-boot: can't crossbuild with arch:all from amd64

#988395#5
Date:
2021-05-11 20:54:49 UTC
From:
To:
Hello,

`sbuild --host=arm64` on an amd64 host has dependency problems:

 gcc-10-x86-64-linux-gnu:arm64 : Depends: binutils-x86-64-linux-gnu:arm64 (>= 2.35.1) but it is not installable
                                 Depends: libgcc-10-dev-amd64-cross:arm64 (>= 10.2.1-6cross1) but it is not installable

If you turn off the arch:all build with --no-arch-all then you can get
the .debs you need, but discussion on IRC suggests that it might be
possible to adjust the u-boot's build-deps to fix this.