From owner-svn-src-head@freebsd.org Tue Jun 20 03:19:55 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F18EDD8C72D; Tue, 20 Jun 2017 03:19:55 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DFD436FF89; Tue, 20 Jun 2017 03:19:54 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id c0666cd9; Tue, 20 Jun 2017 05:19:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=i2g6vPF2o9w7gxc36SLMiQWa06g=; b=MliTg+maBno/1kR4q0/ATlttAEjn zeaqTTifd5BWrjEBoih6iwJoZbCCFb03ziHJlG1hYeetFrF4LIlWa4CU8St212Xj NOl6ZaCGohoB+BBb/fiWjbnM0UgNnyMJckSlHi4hUAp8KSB9V7Fr27oxXUl3z9Ps xIaKJTvKTyCYHss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=LzyVhvZL8IiFSiq850+60Vfav3Y/zqfaM/Azkdf/yPItEF1LbJ1bULHh 7TvD+cvkUeR8PnlvGziVMoGKAWlNqTT3ouWsNjASbV45LUPo1gLl8VR0g7N1X+cz dXAHuSJFMCbGcLdJm8x11Qx33CZ/a+lwhp44GE4igXyiC7pxXRA= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 5e2d8637 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 20 Jun 2017 05:19:45 +0200 (CEST) Date: Tue, 20 Jun 2017 05:19:42 +0200 From: Emmanuel Vadot To: Ngie Cooper Cc: Emmanuel Vadot , 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: <20170620051942.43ecc24549fd731bd3953c30@bidouilliste.com> In-Reply-To: <548AD276-E8A8-426B-81A2-FEE207D5D6FA@gmail.com> References: <201706200209.v5K29omh065613@repo.freebsd.org> <548AD276-E8A8-426B-81A2-FEE207D5D6FA@gmail.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 03:19:56 -0000 On Mon, 19 Jun 2017 20:08:08 -0700 Ngie Cooper wrote: > > > On Jun 19, 2017, at 19:09, Emmanuel Vadot wrote: > > > > Author: manu > > Date: Tue Jun 20 02:09:50 2017 > > New Revision: 320127 > > URL: https://svnweb.freebsd.org/changeset/base/320127 > > > > Log: > > Switch back to the BSDL DTC (Device Tree Compiler). > > The BSDL dtc has grown the needed features (overlays mostly) and is able to > > compile all of our base DTS. > > You can use WITH_GPL_DTC is you need the GPL one or DTC= in make.conf(5) > > to specify an alternate location for the compiler to use. > > ... > > > +20170620: > > + Switch back to the BSDL dtc (Device Tree Compiler), Set WITH_GPL_DTC > > + if you require the GPL compiler. > > "," should be "." > > src.conf should also be regenerated after this change. > > Cheers, > -Ngie Ah right, Should I do one commit or commiting src.conf.5 change should be in a separate commit ? -- Emmanuel Vadot