Details
-
Bug
-
Resolution: Fixed
-
Major
-
Halibut 8.0.0
-
agl-cluster-demo-platform
dra7xx-evm
-
TI Vayu
Description
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"