pmb: remove u-boot from native_cross_compile list (!1808)

Remove u-boot from the native_cross_compile list as we now have
crossdirect. Compiling is not terribly slow anymore, and when not using
the "native" method, it is possible to depend on firmware packages like
arm-trusted-firmware-sun50i.

This reverts commit d7d7ccb672.
This commit is contained in:
Luca Weiss 2019-08-19 13:17:26 +02:00 committed by Oliver Smith
parent 30384b9083
commit 896ec71dd9
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ build_packages = ["abuild", "build-base", "ccache"]
# fnmatch for supported pkgnames, that can be directly compiled inside
# the native chroot and a cross-compiler, without using distcc
build_cross_native = ["linux-*", "arch-bin-masquerade", "u-boot*"]
build_cross_native = ["linux-*", "arch-bin-masquerade"]
# Necessary kernel config options
necessary_kconfig_options = {