On Sun, Apr 14, 2013 at 04:25:30PM +0100, Paul Eggleton wrote: > FWIW, the reason I asked is not because I think the fix is wrong, but to try > to > determine - given that I couldn't reproduce the issue and the lack of > information about what might cause it given in the patch header - whether > this > fix ought to be merged into the dylan branch immediately or not. > > Cheers, > Paul
Hi Paul, okay now I see the problem, why you do not see the problem. meta-beagleboard overrides dtc/libdtc for the latest git version. dtc changed the following 3 headers libenv_fdt.h fdt.h libfdt.h to typedef fdt16_t, fdt32_t and fdt64_t. The typedef happens in libenv_fdt.h. Now qemu ships its own version of libenv_fdt.h, which does not have the typedefs. The right solution would have been letting meta-beagleboard append the patch for qemu. On the other hand the typedefs now in qemu's version of libenv_fdt.h does not hurt something and Richard already applied it. Bye Henning _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core