From f59a2db89a245d3ef9acd094f2055fb07dd4f42b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 8 Nov 2020 16:02:16 -0800 Subject: lto.inc: Disable LTO for perf perf invokes kernel sources, and currently fails in multiple places for now therefore disable LTO for perf Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/conf/distro/include/lto.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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 = "" LTO_pn-libcap = "" LTO_pn-libproxy = "" LTO_pn-libbsd = "" +LTO_pn-perf = "" LTO_pn-xserver-xorg = "" # Custom LTO flags -- cgit 1.2.3-korg