summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-01-22 17:49:51 +0000
committertheraven <theraven@FreeBSD.org>2013-01-22 17:49:51 +0000
commit75dc0fdd3895a77a7b2d8e209f8c69bad8af69aa (patch)
treef6a3cc3c06e558ba27ceb3a9a6669e6a5901c02f /share
parentcdae92a55c4e92dd3d4caea3c634741a0c168ef5 (diff)
downloadFreeBSD-src-75dc0fdd3895a77a7b2d8e209f8c69bad8af69aa.zip
FreeBSD-src-75dc0fdd3895a77a7b2d8e209f8c69bad8af69aa.tar.gz
Import new (BSDL) device tree compiler. Now built by default, so that it can't
be used on the host system (and not installed on the device, if required). The GPL'd one is still available if there are any devices that need it (make universe passes with it, including kernels that use fdt, but there may be some out-of-tree ones). WITH_GPL_DTC can be used to select the old one, for now. Probably won't be MFC'd, but we'll remove the GPL'd version in head after the new one has had a lot more testing and ship it in 10.0.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.53
-rw-r--r--share/mk/bsd.own.mk1
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 1d757f7..cc06acc 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -476,6 +476,9 @@ Set to not build GPIB bus support.
Set to not build
.Xr gpioctl 8
as part of the base system.
+.It Va WITH_GPL_DTC
+Set to build the GPL'd version of the device tree compiler from elinux.org,
+instead of the BSD licensed one.
.It Va WITHOUT_GROFF
.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
Set to not build
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index be00ce4..88d887a 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -364,6 +364,7 @@ __DEFAULT_NO_OPTIONS = \
BSD_GREP \
CLANG_EXTRAS \
CTF \
+ GPL_DTC \
HESIOD \
ICONV \
IDEA \
OpenPOWER on IntegriCloud