On Wed, 2015-03-04 at 16:01 +0000, Bjoern A. Zeeb wrote:
> > On 02 Mar 2015, at 22:12 , Ian Lepore <i...@freebsd.org> wrote:
> > 
> > Author: ian
> > Date: Mon Mar  2 22:12:56 2015
> > New Revision: 279551
> > URL: https://svnweb.freebsd.org/changeset/base/279551
> > 
> > Log:
> >  Add a "module" to build the dtb files for all supported imx6 systems.
> > 
> > Added:
> >  head/sys/modules/dtb/imx6/
> >  head/sys/modules/dtb/imx6/Makefile   (contents, props changed)
> > Modified:
> >  head/sys/arm/conf/IMX6
> > 
> > Modified: head/sys/arm/conf/IMX6
> > ==============================================================================
> > --- 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
> > 
> > # Flattened Device Tree
> > options     FDT                     # Configure using FDT/DTB data
> > +makeoptions        MODULES_EXTRA=dtb/imx6
> > 
> > # SoC-specific devices
> > device              ffec                    # Freescale Fast Ethernet 
> > Controller
> > 
> > Added: head/sys/modules/dtb/imx6/Makefile
> > ==============================================================================
> > --- /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=       \
> > +   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.

Indeed.  Except there was one (uncommitted, left over from long ago) on
my system so I didn't see the build failure.  Fixed now, sorry about
that.

-- Ian



_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to