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?

In the meantime, is there an intermediate commit that could be made to
disable uninative on all unsupported platforms?  It seems like instead
of:
   INHERIT += "uninative"
we could have:
   INHERIT[i686,x86_64] += "uninative"

This will allow those building on ARM and Power systems to continue to
function without manually disabling uninative themselves.

-- 
Patrick Williams

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to