On Mon, Nov 27, 2017 at 3:21 PM, Yuqing Zhu <[email protected]> wrote: > -eglfs is conditioned on GPU3D with FrameBuffer only > > Signed-off-by: Yuqing Zhu <[email protected]> > --- > dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > index a0bb301..6d8b951 100644 > --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > @@ -21,8 +21,11 @@ PACKAGECONFIG_GL_imxgpu3d = "gles2" > PACKAGECONFIG_GL_use-mainline-bsp = "gles2 kms" > > QT_CONFIG_FLAGS_APPEND = "" > -QT_CONFIG_FLAGS_APPEND_imxpxp = "${@bb.utils.contains('DISTRO_FEATURES', > 'x11', '-no-eglfs', '-eglfs', d)}" > +QT_CONFIG_FLAGS_APPEND_imxpxp = "-no-eglfs" > QT_CONFIG_FLAGS_APPEND_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', > 'x11', '-no-eglfs', '-no-opengl -linuxfb -no-eglfs', d)}" > -QT_CONFIG_FLAGS_APPEND_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', > 'x11', '-no-eglfs', '-eglfs', d)}" > -QT_CONFIG_FLAGS_APPEND_use-mainline-bsp = > "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-no-eglfs', '-eglfs', d)}"
Did you change this on purpose? why? I think it breaks mainline support. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
