Date: Wed, 4 Mar 2015 16:01:06 +0000 From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Ian Lepore <ian@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r279551 - in head/sys: arm/conf modules/dtb/imx6 Message-ID: <5357A8D1-559C-4D3D-BA6E-4A3181306435@FreeBSD.org> In-Reply-To: <201503022212.t22MCvp0036492@svn.freebsd.org> References: <201503022212.t22MCvp0036492@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 02 Mar 2015, at 22:12 , Ian Lepore <ian@FreeBSD.org> 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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5357A8D1-559C-4D3D-BA6E-4A3181306435>