On 2 January 2014 16:04, Andrew Jones <[email protected]> wrote:
> Drat. I've preferred the idea of using the tools to parse the DT during
> the build - avoiding the need for [cross-compiled] libfdt as a dep, but
> I guess as we need more and more from the DT, or when particular tests
> want to look at the DT itself, and there are already dependency problems,
> then it's looking more and more like we should just use libfdt.

You can just have a local copy of the libfdt sources and compile
them in -- libfdt is written to support that (since you need to use
it that way for bootloaders and the like), and QEMU does that
as a fallback if there's no system libfdt. So you don't necessarily
need to require a cross-libfdt to be provided externally.

thanks
-- PMM
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to