meta-agl-profile-cluster-qt5: disable qtbase patches 49/23949/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 12 Feb 2020 19:00:20 +0000 (14:00 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 17 Feb 2020 18:05:47 +0000 (18:05 +0000)
The patches to qtbase for supporting the qtcompositor cluster demo
on dra7xx-evm do not apply against 5.13.2 and it is not clear if
they are still required, disable them for now until someone with
the hardware can investigate. Note that this change is required to
unblock building the regular cluster demo.

Bug-AGL: SPEC-2932

Change-Id: I47b7de17a0d2da5155b2c58f89bbe78ab516c4e1
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend

index 50db225..e94ef03 100644 (file)
@@ -2,9 +2,11 @@
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
-
-SRC_URI += " file://0001-fixed-eglfs_kms-fails-to-build.patch \
-             file://0002-fixed-invalid-conversion-from-EGLNativeDisplayType-to-void.patch \
-           "
+# FIXME: Disabled as they do not apply against 5.13.2, and it is
+#        unclear if they are still required for building dra7xx-evm,
+#        which fails for what looks like a different reason.
+#SRC_URI += " file://0001-fixed-eglfs_kms-fails-to-build.patch \
+#             file://0002-fixed-invalid-conversion-from-EGLNativeDisplayType-to-void.patch \
+#           "
 
 PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"