summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-10 17:47:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-13 14:32:00 +0000
commitf35343550ad11c8484f7e9d2c164a487c8fecc2a (patch)
tree72f287e698d60efccea72c9d2121c6e465b73700 /meta/conf
parente23f5b063aac65040317792db51ba7654f906bdb (diff)
downloadpoky-f35343550ad11c8484f7e9d2c164a487c8fecc2a.tar.gz
lto.inc: Disable LTO for webkit
webkit fails to link with LTO on at this point. Some of the issues are being worked on upstream and disabling LTO should be re-evaluated as we update this change. (From OE-Core rev: fb24d6504c30d3302fda42b6e6a918d674323a8f) 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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/lto.inc b/meta/conf/distro/include/lto.inc
index bb957084b5..20895ad40d 100644
--- a/meta/conf/distro/include/lto.inc
+++ b/meta/conf/distro/include/lto.inc
@@ -19,6 +19,8 @@ LTO_pn-libcap = ""
19LTO_pn-libproxy = "" 19LTO_pn-libproxy = ""
20LTO_pn-libbsd = "" 20LTO_pn-libbsd = ""
21LTO_pn-perf = "" 21LTO_pn-perf = ""
22# webkit is not linking properly with LTO, disable until next time
23LTO_pn-webkitgtk = ""
22LTO_pn-xserver-xorg = "" 24LTO_pn-xserver-xorg = ""
23 25
24# Custom LTO flags 26# Custom LTO flags