pmb: add u-boot to native_cross_compile list (!1761)

This allows building u-boot much faster, previously it used to build
whole u-boot with distcc+qemu cross-compile, now it builds u-boot on
native chroot using cross-compilers.
This commit is contained in:
Bhushan Shah 2019-02-28 13:32:49 +05:30 committed by Oliver Smith
parent d7ec81a00e
commit d7d7ccb672
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"]
build_cross_native = ["linux-*", "arch-bin-masquerade", "u-boot*"]
# Necessary kernel config options
necessary_kconfig_options = {