On Tue, 2015-01-27 at 14:48 +0000, Ian Jackson wrote:
> > 2. xen/common/libfdt
> > 3. xen/include/xen/libfdt
> 
> libdft is its own project.  I have no idea why we have a copy of it in
> xen.git.  I think this is wrong.

This is for use by (i.e. linking into) the Xen kernel, not the tools
etc. It's common to embed libfdt in this way for kernel uses, since we
can't really use link against libfdt.so (or even .a) like you would
normally.

For the tools side we do use the libfdt.so from the system.

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to