Re: [yocto] uninative support on non-x86 platforms

2016-06-27 Thread Burton, Ross
On 23 June 2016 at 17:18, Patrick Williams wrote: > Thanks. We will give it a try. I suspected there might be more to it than > that > based on this line: > > UNINATIVE_LOADER ?= > "${STAGING_DIR}-uninative/${BUILD_ARCH}-linux/lib/${@bb.utils.contains('BUILD_ARCH', > 'x86_64', 'ld-linux-x86-64.s

Re: [yocto] uninative support on non-x86 platforms

2016-06-22 Thread Burton, Ross
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 numbe

Re: [yocto] uninative support on non-x86 platforms

2016-06-22 Thread Burton, Ross
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, >

[yocto] uninative support on non-x86 platforms

2016-06-22 Thread Patrick Williams
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