All of lore.kernel.org
 help / color / mirror / Atom feed
* uninative support on non-x86 platforms
@ 2016-06-22 16:43 Patrick Williams
  2016-06-22 20:00 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick Williams @ 2016-06-22 16:43 UTC (permalink / raw)
  To: Yocto Maillist; +Cc: Bradley Bishop

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

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 #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-27 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 16:43 uninative support on non-x86 platforms Patrick Williams
2016-06-22 20:00 ` Burton, Ross
2016-06-22 20:02   ` Burton, Ross
2016-06-23 16:18     ` Patrick Williams
2016-06-27 14:29       ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.