diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-08 16:02:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-11 10:08:12 +0000 |
commit | d3598e429be3902338b90e410d196b71270cc881 (patch) | |
tree | a9e7c891a52b257423552fed6b0985eabbdec6f4 /meta/conf | |
parent | 4f62a09c6ecf5f7abd72712fdd7dcdb8455a1b8a (diff) | |
download | poky-d3598e429be3902338b90e410d196b71270cc881.tar.gz |
lto.inc: Disable LTO for perf
perf invokes kernel sources, and currently fails in multiple places for
now therefore disable LTO for perf
(From OE-Core rev: f59a2db89a245d3ef9acd094f2055fb07dd4f42b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/lto.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/lto.inc b/meta/conf/distro/include/lto.inc index bd433aa418..bb957084b5 100644 --- a/meta/conf/distro/include/lto.inc +++ b/meta/conf/distro/include/lto.inc | |||
@@ -18,6 +18,7 @@ LTO_pn-curl = "" | |||
18 | LTO_pn-libcap = "" | 18 | LTO_pn-libcap = "" |
19 | LTO_pn-libproxy = "" | 19 | LTO_pn-libproxy = "" |
20 | LTO_pn-libbsd = "" | 20 | LTO_pn-libbsd = "" |
21 | LTO_pn-perf = "" | ||
21 | LTO_pn-xserver-xorg = "" | 22 | LTO_pn-xserver-xorg = "" |
22 | 23 | ||
23 | # Custom LTO flags | 24 | # Custom LTO flags |