From owner-svn-src-head@FreeBSD.ORG Wed Mar 4 16:01:21 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E5286D3; Wed, 4 Mar 2015 16:01:21 +0000 (UTC) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB178DE; Wed, 4 Mar 2015 16:01:20 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 8BAE425D37C7; Wed, 4 Mar 2015 16:01:10 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id D0805C77111; Wed, 4 Mar 2015 16:01:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id Mi6YKlpJDZ2j; Wed, 4 Mar 2015 16:01:08 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 31568C77045; Wed, 4 Mar 2015 16:01:08 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r279551 - in head/sys: arm/conf modules/dtb/imx6 From: "Bjoern A. Zeeb" In-Reply-To: <201503022212.t22MCvp0036492@svn.freebsd.org> Date: Wed, 4 Mar 2015 16:01:06 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <5357A8D1-559C-4D3D-BA6E-4A3181306435@FreeBSD.org> References: <201503022212.t22MCvp0036492@svn.freebsd.org> To: Ian Lepore X-Mailer: Apple Mail (2.2070.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 04 Mar 2015 16:01:21 -0000 > On 02 Mar 2015, at 22:12 , Ian Lepore wrote: >=20 > Author: ian > Date: Mon Mar 2 22:12:56 2015 > New Revision: 279551 > URL: https://svnweb.freebsd.org/changeset/base/279551 >=20 > Log: > Add a "module" to build the dtb files for all supported imx6 systems. >=20 > Added: > head/sys/modules/dtb/imx6/ > head/sys/modules/dtb/imx6/Makefile (contents, props changed) > Modified: > head/sys/arm/conf/IMX6 >=20 > Modified: head/sys/arm/conf/IMX6 > = =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/sys/arm/conf/IMX6 Mon Mar 2 22:03:13 2015 = (r279550) > +++ head/sys/arm/conf/IMX6 Mon Mar 2 22:12:56 2015 = (r279551) > @@ -153,6 +153,7 @@ device u3g # USB = modems >=20 > # Flattened Device Tree > options FDT # Configure using FDT/DTB data > +makeoptions MODULES_EXTRA=3Ddtb/imx6 >=20 > # SoC-specific devices > device ffec # Freescale Fast = Ethernet Controller >=20 > Added: head/sys/modules/dtb/imx6/Makefile > = =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 > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sys/modules/dtb/imx6/Makefile Mon Mar 2 22:12:56 2015 = (r279551) > @@ -0,0 +1,12 @@ > +# $FreeBSD$ > +# All the dts files for imx6 systems we support. > +DTS=3D \ > + imx6dl-cubox-i.dts \ > + imx6q-cubox-i.dts \ > + imx6dl-hummingboard.dts \ > + imx6q-hummingboard.dts \ > + imx6q-wandboard.dts \ > + imx6dl-wandboard.dts \ > + imx6s-wandboard.dts > + There is no imx6s-wandboard.dts in the tree it seems and thus IMX6 = kernel builds are failing. =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend."