mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtwebengine: enable ptest
Issues resolved and the tests can be enabled. Pick-to: 6.6 6.5 Change-Id: I052259b23b9836e84faa07be9123078b5bdb7d2d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
51bd35a9f9
commit
c5d2c93ba1
|
|
@ -83,8 +83,6 @@ FILES:${PN}-tools = ""
|
|||
# when proprietary-codecs is enabled
|
||||
INSANE_SKIP:${PN} += "textrel"
|
||||
|
||||
QT_PTEST_ENABLED = "0"
|
||||
|
||||
# QTBUG-109565 workaround: Disable GCC -O2 on armv7a-neon due to stack alignment issue
|
||||
FULL_OPTIMIZATION:remove:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'neon', '-O2', '', d)}"
|
||||
FULL_OPTIMIZATION:append:armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'neon', ' -O1', '', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user