On Tue, 2014-12-30 at 21:36 -0600, Robert Nelson wrote:
> On Tue, Dec 30, 2014 at 9:26 PM, Robert Nelson <robertcnel...@gmail.com> 
> wrote:
> > On Tue, Dec 30, 2014 at 9:23 PM, Lennart Sorensen
> > <lsore...@csclub.uwaterloo.ca> wrote:
> >> On Tue, Dec 30, 2014 at 08:58:47PM -0600, Robert Nelson wrote:
> >>> Oh sunxi-*dts have pre-processor includes too.
> >>
> >> Oh great, so they need a trip through cpp first?
> >
> > Yeap:
> >
> > 120 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) 
> > $< ; \
> > 121         $(DTC) -O dtb -o $@ -b 0 \
> > 122                 -i $(src) $(DTC_FLAGS) \
> > 123                 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
> > 124         cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
> >
> > http://xenbits.xen.org/gitweb/?p=people/ianc/device-tree-rebasing.git;a=blob;f=Makefile;hb=HEAD#l120
> >
> > The mainline kernel version is a little harder to find, but it's similar..
> 
> In reality, maybe the wiki should just point to using that repo?

There is a slightly more official version on kernel.org at
https://git.kernel.org/cgit/linux/kernel/git/devicetree/devicetree-rebasing.git/

It's the exact same thing but on better infra etc.

I think for the purposes of our wiki it would be a better thing to point
at than linux.git. It'll clone in a fraction of the time for one thing.

Ian.


-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1420014161.13595.192.ca...@hellion.org.uk

Reply via email to