svn commit: r286294 - head/sys/arm/conf

Rui Paulo rpaulo at FreeBSD.org
Tue Aug 4 19:04:03 UTC 2015


Author: rpaulo
Date: Tue Aug  4 19:04:02 2015
New Revision: 286294
URL: https://svnweb.freebsd.org/changeset/base/286294

Log:
  BEAGLEBONE: remove dtrace from MODULES_EXTRA.
  
  This config is already building all modules, so we don't need the
  MODULES_EXTRA definition.  It was also causing problems to users who
  rely on MODULES_OVERRIDE to do the right thing.
  
  Discussed with:	ian

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Tue Aug  4 18:59:54 2015	(r286293)
+++ head/sys/arm/conf/BEAGLEBONE	Tue Aug  4 19:04:02 2015	(r286294)
@@ -32,7 +32,6 @@ makeoptions	MODULES_EXTRA="dtb/am335x"
 options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 options 	DDB_CTF			# all architectures - kernel ELF linker loads CTF data
 makeoptions	WITH_CTF=1
-makeoptions	MODULES_EXTRA+="opensolaris dtrace dtrace/profile dtrace/fbt"
 
 options 	HZ=100
 options 	SCHED_4BSD		# 4BSD scheduler


More information about the svn-src-head mailing list