On Tue, Oct 18, 2011 at 16:14, Stuart Hughes<address@hidden> wrote:
Make sure that you can find rootfs/usr/src/linux under your ltib build area.
If it's not there, then you need to add the select PKG_KERNEL_WANT_HEADERS
clause to your package section in packages.lkc.
In the mean time, you can just enable this manually by running: ./ltib
--configure and then selecting:
[*] Include kernel headers
Which is on the opening page under --- Choose your kernel
Thanks, now I managed to find that bit :-)
On to the next question, or rather a request for some advice. The
application I'm developing uses Qt. I'm doing all this work using the
version of LTIB that Freescale ships as a BSP for the imx28_evk, so
there is a (rather broken) spec for qt-embedded in there. I've
modified the spec to make it work. However, as you may know Qt makes
use of a few dev-tools, and these are properly compiled for the host
(i386), however they should of course not be put in the rootfs, but
where do I put them? Is $LTIB/bin a good location to use for this kind
of build tools?
/M