From ec0cf65c8ea1582d62ec27bdb25d45e73734e6cd Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 8 Jun 2020 12:47:34 +0200 Subject: [PATCH] qtbase: remove i.MX8MN patches because it was fixed in meta-freescale layer Revert partially commit 1fb65f08 ("qtbase: apply imxgpu2d patches to imx8mn platforms as well"), since it was fixed in meta-freescale layer in the commit 626e271b ("qtbase: Add i.MX 8 configuration") Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend index 0613b8b63..aebffbf37 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend @@ -14,14 +14,6 @@ IMX_BACKEND = \ SRC_URI_append = " \ file://qt5-${IMX_BACKEND}.sh \ " -# Technically, we should add the following patches to imxgpu platforms, but -# doing so duplicates them for imxgpu2d platforms and causes build errors. -# As of now, the only SoC that is imxgpu and not imxgpu2d is the i.MX8MN, so -# append the patches to that SoC only. -SRC_URI_append_mx8mn = " \ - file://0014-Add-IMX-GPU-support.patch \ - file://0001-egl.prf-Fix-build-error-when-egl-headers-need-platfo.patch \ -" SRC_URI_append_imxgpu3d = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ '', \