On Wed, 2018-07-11 at 20:56 +0200, Marek Vasut wrote: > On 07/11/2018 06:10 PM, Burton, Ross wrote: > > On 11 July 2018 at 16:03, Marek Vasut <[email protected]> wrote: > > > The U-Boot build, in particular the pylibfdt, depends on swig- > > > native. > > > Add the missing dependency. > > > > If pylibfdt isn't usually needed (which it cant be, if swig is an > > optional build dependency which isn't on my machines, or the > > autobuilders, right?) can we just disable the building of pylibfdt > > instead? > > Why do you think libpyfdt isn't usually needed ? > > Why do you think swig is optional dependency ?
I encountered this same issue and was able to track it down. The problem is that u-boot is building pylibfdt using the host Python instead of using python-native provided by bitbake. pylibfdt is a non- optional dependency for several u-boot configurations, in my case qemu- x86 and qemu-x84_64. I pushed a patch to the mailing list that I think fixes this: http://li sts.openembedded.org/pipermail/openembedded-core/2018-July/153115.html > > > Ross > > > > > -- > Best regards, > Marek Vasut -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
