From d7d7ccb672f01dba9b9d5bd43800d258bdd5eb60 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 28 Feb 2019 13:32:49 +0530 Subject: [PATCH] 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. --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index b08d679f..d6b1b3fa 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -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 = {