Re: [meta-freescale] [PATCH] qt4-imx-support: fix build for imxgpu2d SOCs
Mauro Salvini <[email protected]> Thu, 29 Sep 2022 09:01:02 +0200
| Newsgroups | org.yoctoproject.lists.meta-freescale |
|---|---|
| Message-ID | <[email protected]> |
On 28/09/22 19:27, Fabio Estevam wrote: > Hi Mauro, > > On Wed, Sep 28, 2022 at 11:11 AM Mauro <[email protected]> wrote: > >> DEPENDS:append:imxgpu2d = " virtual/kernel virtual/libgles2" >> diff --git a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4/egl-pro-add-defines-to-compile-with-viv-fb.patch b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4/egl-pro-add-defines-to-compile-with-viv-fb.patch >> new file mode 100644 >> index 00000000..e512fd47 >> --- /dev/null >> +++ b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4/egl-pro-add-defines-to-compile-with-viv-fb.patch >> @@ -0,0 +1,9 @@ >> +--- a/config.tests/unix/egl/egl.pro 2015-05-07 16:14:42.000000000 +0200 >> ++++ b/config.tests/unix/egl/egl.pro 2022-09-28 15:36:53.819893439 +0200 >> +@@ -6,5 +6,6 @@ for(p, QMAKE_LIBDIR_EGL) { >> + >> + !isEmpty(QMAKE_INCDIR_EGL): INCLUDEPATH += $$QMAKE_INCDIR_EGL >> + !isEmpty(QMAKE_LIBS_EGL): LIBS += $$QMAKE_LIBS_EGL >> ++DEFINES += LINUX=1 EGL_API_FB=1 > > Missing From and Signed-off-by tags in the patches. Hi Fabio, yes, they are missing because I didn't generate the patches using git (Qt4 sources are in a tarball), sorry. Do I have to resend the patches? Otavio has already merged them upstream. Thanks, regards -- Mauro