Hi Gary, > -----Original Message----- > From: Gary Bisson [mailto:[email protected]] > Sent: Friday, October 20, 2017 4:30 AM > To: Tom Hochstein <[email protected]>; [email protected] > Subject: Re: [meta-freescale] [PATCH 03/14] imx-gpu-apitrace: Move apitrace > out of imx-gpu-viv v6 > > Hi Tom, > > On Thu, 2017-10-19 at 13:36 -0500, Tom Hochstein wrote: > > Signed-off-by: Tom Hochstein <[email protected]> > > --- > > .../0001-add-docs-HOWTO.markdown.patch | 61 +++ > > ...cs-Freescale_apitrace_user_guide.markdown.patch | 91 ++++ > > ...0003-add-docs-Freescale_apitrace.markdown.patch | 133 ++++++ > > .../0004-add-docs-apitrace_test.markdown.patch | 144 ++++++ > > .../0005-add-apitrace_dalvik.sh.patch | 75 +++ > > .../0006-add-test_android.sh.patch | 72 +++ > > .../imx-gpu-apitrace/0007-add-test_yocto.sh.patch | 131 ++++++ > > .../0008-docs-mention-apitrace_dalvik.sh.patch | 28 ++ > > .../0009-add-retrace-glws_nonx.cpp.patch | 515 > > +++++++++++++++++++++ > > .../0010-cmake-use-glws_nonx-for-Vivante.patch | 62 +++ > > .../0011-cli_trace-export-ENABLE_API_TRACE-1.patch | 37 ++ > > .../0012-use-dlsym-to-get-function-pointers.patch | 31 ++ > > ...ver-does-not-support-GL_RGB-in-openGL-dri.patch | 36 ++ > > ...-hangs-when-retracing-OGLESParticles-on-m.patch | 28 ++ > > ...5-egl-define-egl-native-types-for-non-x11.patch | 36 ++ > > ...-don-t-recreate-the-EGL-surface-on-resize.patch | 32 ++ > > .../imx-gpu-apitrace/0017-add-Image-getMD5.patch | 69 +++ > > ...ace-use-Image-getMD5-for-image-comparison.patch | 175 +++++++ > > ...race-don-t-use-dlsym-on-aliased-functions.patch | 91 ++++ > > .../0020-egl-glx-trace-add-ApiTraceEnabled.patch | 79 ++++ > > .../0021-LocalWriter-make-a-writer-ignorable.patch | 101 ++++ > > ...-retrace-tutorial3-is-different-with-trac.patch | 82 ++++ > > .../0023-add-support-for-Vivante-extensions.patch | 444 > > ++++++++++++++++++ > > ...70-ccc-cannot-trace-mesa-demos-vertexrate.patch | 34 ++ > > ...025-MGS-1271-ccc-disable-X-debug-function.patch | 30 ++ > > ...-MGS-1721-ccc-fix-broken-build-on-AArch64.patch | 43 ++ > > ...c-blank-screen-when-retracing-es20-sdk-ap.patch | 58 +++ > > ...c-add-the-TOT-commit-SHA1-inside-the-bina.patch | 55 +++ > > ...-avoid-memcpy-in-glTexDirectInvalidateVIV.patch | 283 +++++++++++ > > ...-retrace-support-eglCreatePixmapSurface-o.patch | 98 ++++ > > ...acktrace-define-HAVE_STDINT_H-in-config.h.patch | 36 ++ > > .../0032-changed-disable-X11-mechanism.patch | 18 + > > ...c-Miss-usr-bin-eglretrace-file-in-FB-and-.patch | 70 +++ > > .../0034-MGS-make-multiarch-optional.patch | 22 + > > ...en-don-t-override-symbols-in-Vivante-libs.patch | 101 ++++ > > .../imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb | 57 +++ > > 36 files changed, 3458 insertions(+) > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0001-add-docs-HOWTO.markdown.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0002-add-docs-Freescale_apitrace_user_guide.markdown.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0003-add-docs-Freescale_apitrace.markdown.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0004-add-docs-apitrace_test.markdown.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0005-add-apitrace_dalvik.sh.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0006-add-test_android.sh.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0007-add-test_yocto.sh.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0008-docs-mention-apitrace_dalvik.sh.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0009-add-retrace-glws_nonx.cpp.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0010-cmake-use-glws_nonx-for-Vivante.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0011-cli_trace-export-ENABLE_API_TRACE-1.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0012-use-dlsym-to-get-function-pointers.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0013-Vivante-driver-does-not-support-GL_RGB-in-openGL- > > dri.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0014-MGS-469-GPU-hangs-when-retracing-OGLESParticles-on- > > m.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0015-egl-define-egl-native-types-for-non-x11.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0016-don-t-recreate-the-EGL-surface-on-resize.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0017-add-Image-getMD5.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0018-retrace-use-Image-getMD5-for-image-comparison.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0019-egltrace-don-t-use-dlsym-on-aliased-functions.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0020-egl-glx-trace-add-ApiTraceEnabled.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0021-LocalWriter-make-a-writer-ignorable.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0022-MGS-309-ccc-retrace-tutorial3-is-different-with- > > trac.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0023-add-support-for-Vivante-extensions.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0024-MGS-470-ccc-cannot-trace-mesa-demos-vertexrate.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0025-MGS-1271-ccc-disable-X-debug-function.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0026-MGS-1721-ccc-fix-broken-build-on-AArch64.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0027-MGS-1859-ccc-blank-screen-when-retracing-es20-sdk- > > ap.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0028-MGS-2254-ccc-add-the-TOT-commit-SHA1-inside-the- > > bina.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0029-MGS-815-ccc-avoid-memcpy-in- > > glTexDirectInvalidateVIV.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0030-MGS-814-ccc-retrace-support-eglCreatePixmapSurface- > > o.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0031-libbacktrace-define-HAVE_STDINT_H-in-config.h.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0032-changed-disable-X11-mechanism.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0033-MGS-2963-ccc-Miss-usr-bin-eglretrace-file-in-FB-and- > > .patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0034-MGS-make-multiarch-optional.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace/0035-dlopen-don-t-override-symbols-in-Vivante-libs.patch > > create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu- > > apitrace_7.1.0.bb > > Why not using the CodeAurora repo instead of copying all those patches? > It looks like this repo was meant for that: > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fapitrace- > imx%2F&data=01%7C01%7Ctom.hochstein%40nxp.com%7C6758c30309814ce30bf208d5179d19e1%7C686ea1d3bc2b4c6fa92cd99c5c3016 > 35%7C0&sdata=pJ3WbK5ZkuMwqu3oMm%2BPp312SKzRp%2F1z6yaGCRx3G10%3D&reserved=0 > > Also, just curious, is NXP moving all their repositories from git.frees > cale.com to source.codeaurora.org/external/imx?
Yes, we are in the process of moving to CodeAurora. Most of this patchset is from our L4.9.11-1.0.0 GA release, which occurred before this. The Weston update to 2.0 came after. We have another patchset coming shortly for the rest of the CodeAurora change. > > Regards, > Gary -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
