From 896ec71dd9f960580377cc75482ea2687b051ee1 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Mon, 19 Aug 2019 13:17:26 +0200 Subject: [PATCH] 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 d7d7ccb672f01dba9b9d5bd43800d258bdd5eb60. --- 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 aa775826..b3ec2acd 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", "u-boot*"] +build_cross_native = ["linux-*", "arch-bin-masquerade"] # Necessary kernel config options necessary_kconfig_options = {