Date: Mon, 19 Jun 2017 20:06:37 -0700 From: Ngie Cooper <yaneurabeya@gmail.com> To: Emmanuel Vadot <manu@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320127 - in head: . share/mk Message-ID: <00B8D5A3-7877-479E-B952-3CD5B3D88593@gmail.com> In-Reply-To: <201706200209.v5K29omh065613@repo.freebsd.org> References: <201706200209.v5K29omh065613@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Jun 19, 2017, at 19:09, Emmanuel Vadot <manu@FreeBSD.org> wrote: >=20 > Author: manu > Date: Tue Jun 20 02:09:50 2017 > New Revision: 320127 > URL: https://svnweb.freebsd.org/changeset/base/320127 >=20 > Log: > Switch back to the BSDL DTC (Device Tree Compiler). > The BSDL dtc has grown the needed features (overlays mostly) and is able t= o > compile all of our base DTS. > You can use WITH_GPL_DTC is you need the GPL one or DTC=3D in make.conf(5= ) > to specify an alternate location for the compiler to use. >=20 > Discussed with: emaste, imp >=20 > Modified: > head/UPDATING > head/share/mk/src.opts.mk >=20 > Modified: head/UPDATING > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/UPDATING Mon Jun 19 22:07:53 2017 (r320126) > +++ head/UPDATING Tue Jun 20 02:09:50 2017 (r320127) > @@ -51,6 +51,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: >=20 > ****************************** SPECIAL WARNING: **************************= **** >=20 > +20170620: > + Switch back to the BSDL dtc (Device Tree Compiler), Set WITH_GPL_DTC > + if you require the GPL compiler. > + > 20170618: > The internal ABI used for communication between the NFS kernel modules > was changed by r320085, so __FreeBSD_version was bumped to >=20 > Modified: head/share/mk/src.opts.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/share/mk/src.opts.mk Mon Jun 19 22:07:53 2017 (r320126) > +++ head/share/mk/src.opts.mk Tue Jun 20 02:09:50 2017 (r320127) > @@ -101,7 +101,6 @@ __DEFAULT_YES_OPTIONS =3D \ > GNU_DIFF \ > GNU_GREP \ > GPIO \ > - GPL_DTC \ > HAST \ > HTML \ > HYPERV \ > @@ -181,6 +180,7 @@ __DEFAULT_NO_OPTIONS =3D \ > CLANG_EXTRAS \ > DTRACE_TESTS \ > GNU_GREP_COMPAT \ > + GPL_DTC \ > HESIOD \ > LIBSOFT \ > NAND \ >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00B8D5A3-7877-479E-B952-3CD5B3D88593>