[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian in a Pcduino3



On Tue, 2014-12-30 at 21:36 -0600, Robert Nelson wrote:
> On Tue, Dec 30, 2014 at 9:26 PM, Robert Nelson <robertcnelson@gmail.com> wrote:
> > On Tue, Dec 30, 2014 at 9:23 PM, Lennart Sorensen
> > <lsorense@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.


Reply to: