DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/4] platform-v7a: disable CONFIG_BPFILTER_UMH
@ 2018-12-05  7:57 Rouven Czerwinski
  2018-12-05  7:57 ` [DistroKit] [PATCH 2/4] barebox-am335x-defaultenv: fix bootsource selection Rouven Czerwinski
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Rouven Czerwinski @ 2018-12-05  7:57 UTC (permalink / raw)
  To: distrokit; +Cc: Rouven Czerwinski

From: Rouven Czerwinski <r.czerwinski@pengutronix.de>

This tries to use the host compiler directly. Disable it until we either have a
patch for the compiler selection or a fix is merged upstream.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 configs/platform-v7a/kernelconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 26ac9ff..d67a748 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -672,8 +672,9 @@ CONFIG_REFCOUNT_FULL=y
 #
 # CONFIG_GCOV_KERNEL is not set
 CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
-CONFIG_PLUGIN_HOSTCC=""
+CONFIG_PLUGIN_HOSTCC="g++"
 CONFIG_HAVE_GCC_PLUGINS=y
+# CONFIG_GCC_PLUGINS is not set
 CONFIG_RT_MUTEXES=y
 CONFIG_BASE_SMALL=0
 CONFIG_MODULES=y
@@ -874,7 +875,7 @@ CONFIG_NETFILTER_INGRESS=y
 # CONFIG_NF_LOG_IPV6 is not set
 # CONFIG_IP6_NF_IPTABLES is not set
 CONFIG_BPFILTER=y
-CONFIG_BPFILTER_UMH=y
+# CONFIG_BPFILTER_UMH is not set
 # CONFIG_IP_DCCP is not set
 # CONFIG_IP_SCTP is not set
 # CONFIG_RDS is not set
-- 
2.19.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-12-10  8:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05  7:57 [DistroKit] [PATCH 1/4] platform-v7a: disable CONFIG_BPFILTER_UMH Rouven Czerwinski
2018-12-05  7:57 ` [DistroKit] [PATCH 2/4] barebox-am335x-defaultenv: fix bootsource selection Rouven Czerwinski
2018-12-05  7:57 ` [DistroKit] [PATCH 3/4] barebox-am335x-defaultenv: add usb limit script from upstream Rouven Czerwinski
2018-12-05  7:57 ` [DistroKit] [PATCH 4/4] barebox-am335x-defaultenv: remove state entries Rouven Czerwinski
2018-12-05  8:19 ` [DistroKit] [PATCH 1/4] platform-v7a: disable CONFIG_BPFILTER_UMH Michael Olbrich
2018-12-05 13:29   ` Rouven Czerwinski
2018-12-05 13:31     ` Michael Olbrich
2018-12-05 16:27       ` Rouven Czerwinski
2018-12-10  8:55 ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox