From 477b8fb6092b8d7f5db41e31643b8bca7cd455b0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Mar 2016 16:31:49 +0000 Subject: poky: Enable uninative Use uninative by default, not least to benefit from sstate cache reuse on the autobuilders. (From meta-yocto rev: 22e788f73528103b9927e7ffc75e509e51c2ffa9) Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-poky/conf/distro/poky.conf') diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 55bc1908c9..7627abefa9 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" -- cgit v1.2.3-54-g00ecf