Fixed
Details
Details
Assignee
Zhou Mingying
Zhou MingyingReporter
Zhou Mingying
Zhou MingyingFix versions
Labels
Hardware Platform(s) Affected
TI Vayu
Time tracking
2d logged
Components
Affects versions
Priority
Created August 22, 2019 at 6:10 AM
Updated September 19, 2019 at 12:07 PM
Resolved August 27, 2019 at 8:00 AM
build agl-cluster-demo-platform failed on dra7xx-evm after adding "eglfs kms gbm" compile option to qtbase.
--------------
cat ./meta-agl/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
#Enable eglfs for QT based application
PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"
--------------
and the compile log is attachment "log.do_compile.28041"