From b0cebe99a08491f5e35d680b1c950090c2228cc3 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 8 Sep 2016 11:47:15 -0300 Subject: qtbase: Add i.MX6UL overrides The Qt5 needs to specify different configuration settings for the i.MX6UL; this is a different fix than has been applied on master as for it, it has been included into the SoC features rework which uses the machine override expander. Change-Id: I182741e4de00ff3386d5512cb68f7f243817447e Signed-off-by: Otavio Salvador --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index d336c0f..2bc9408 100644 --- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend @@ -8,10 +8,12 @@ IS_MX6SL_mx6sl = "1" PACKAGECONFIG_GL_mx6q = "gles2" PACKAGECONFIG_GL_mx6dl = "gles2" PACKAGECONFIG_GL_mx6sx = "gles2" +PACKAGECONFIG_GL_mx6ul = "gles2" PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}" QT_CONFIG_FLAGS_append_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" QT_CONFIG_FLAGS_append_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" QT_CONFIG_FLAGS_append_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" +QT_CONFIG_FLAGS_append_mx6ul = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" QT_CONFIG_FLAGS_append_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', \ ' -no-opengl -linuxfb -no-eglfs', d)}" -- cgit v1.2.3-54-g00ecf