All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky: Enable uninative
@ 2016-03-04 16:31 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-03-04 16:31 UTC (permalink / raw)
  To: poky@yoctoproject.org

Use uninative by default, not least to benefit from sstate cache reuse on 
the autobuilders.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 55bc190..7627abe 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -102,3 +102,5 @@ ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
 
 require conf/distro/include/poky-world-exclude.inc
 require conf/distro/include/no-static-libs.inc
+require conf/distro/include/yocto-uninative.inc
+INHERIT += "uninative"




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-04 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 16:31 [PATCH] poky: Enable uninative Richard Purdie

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.