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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-06-08 12:47:34 +02:00
parent 0775c592b9
commit ec0cf65c8e
1 changed files with 0 additions and 8 deletions

View File

@ -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', \
'', \