summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-cluster-qt5/recipes-qt
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-02-12 14:00:20 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-17 18:05:47 +0000
commitc2be9fc72af87fb702ac2f7cecc56ad029f7bf94 (patch)
tree1f62f9139836e8ea611f5f97f7d30fdb77376ec9 /meta-agl-profile-cluster-qt5/recipes-qt
parent5011dd3b4900cc6030d18055f2148c21b8dde7b7 (diff)
meta-agl-profile-cluster-qt5: disable qtbase patches
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>
Diffstat (limited to 'meta-agl-profile-cluster-qt5/recipes-qt')
-rw-r--r--meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend b/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
index 50db225c1..e94ef03ae 100644
--- a/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
+++ b/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
@@ -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)}"
31 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288