Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
6.6, 6.7
-
None
-
-
295d056aa (6.7), 409056595 (dev), 704bef325 (6.6)
Description
After change https://codereview.qt-project.org/c/qt/qtwebengine/+/512007 webengine cannot be built in Yocto for x86_64 targets. Configuration fails with
WARNING: QtWebEngine won't be built. Cross compiling is not supported for x86_64.
In Yocto, target builds are always CMAKE_CROSSCOMPILING, even if host and target happen to be the same architecture.