diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-04 16:31:49 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:13 +0000 |
| commit | 477b8fb6092b8d7f5db41e31643b8bca7cd455b0 (patch) | |
| tree | 2cb2159d28cbb1585e2562e22abe67d01eee5497 | |
| parent | 1b7cc9c5b0f2642501bc982115ef482c06dfb1b1 (diff) | |
| download | poky-477b8fb6092b8d7f5db41e31643b8bca7cd455b0.tar.gz | |
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 <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-poky/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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}" | |||
| 102 | 102 | ||
| 103 | require conf/distro/include/poky-world-exclude.inc | 103 | require conf/distro/include/poky-world-exclude.inc |
| 104 | require conf/distro/include/no-static-libs.inc | 104 | require conf/distro/include/no-static-libs.inc |
| 105 | require conf/distro/include/yocto-uninative.inc | ||
| 106 | INHERIT += "uninative" | ||
