On 22 June 2016 at 21:00, Burton, Ross wrote: > On 22 June 2016 at 17:43, Patrick Williams wrote: > >> The current poky fails when building on a non-x86 platform with a >> message like: >> >> uninative selected but not configured, please set >> UNINATIVE_CHKSUM[ppc64le] >> >> We have a number of developers that use ppc64le systems to do work on, >> so we would like to help get this support in place. Are there any >> pointers to the work needed to get this going? >> > > INHERIT_remove = "uninative" in local.conf should do the trick. > > Or, don't use poky for your work. :) > Or, finish writing the reply before sending. The best solution here would be to build your own uninative tarball for ppc64le and verify it works, then we could add that to the yocto downloads so it works out of the box. Ross