imx-gpu-sdk: Update imx-gpu-sdk_6.5.0.bb to commit 5e87170

Pushed to github:
```
Release 6.5.0
* Added GLES3 and Vulkan AntiAliasing sample: MSAA, SSAA
* UI.Benchmark
  * New setting: Enable clipping
  * New setting: Show clip rectangle
* UI.Declarative added a more complex example scene with ScrollViewers
* FslSimpleUI
  * Control clipping support added.
  * ScrollViewer
    * Content clipping property
    * Scrollbar support.
    * Nesting support.
  * More complex transaction events.
    * Allows complex ScrollViewer nesting.
  * Improved gesture handling to work better with the new transaction event scheme.
  * ToggleButtons (Switch, RadioButton, CheckBox) now works better in a ScrollViewer.
* Added natviz support to Visual Studio Code projects (ubuntu/windows).
* Fixed a zlib ubuntu build issue.
* The main README.md file has now been split into API APP specific files.
* The main API README.md files now utilize special Thumbnail.jpg instead of Example.jpg when available.
* Python 3.10 or better is now required
```

Fixes: STDIO-2248
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2024-12-02 07:56:33 -06:00
parent 6f9da02eea
commit 943346266f

View File

@ -59,7 +59,7 @@ DEPENDS_DRM:mx8mm-nxp-bsp = " \
SRC_URI = "${GPU_SDK_SRC};branch=${SRCBRANCH}"
GPU_SDK_SRC ?= "git://github.com/nxp-imx/gtec-demo-framework.git;protocol=https"
SRCBRANCH = "master"
SRCREV = "5e87170112c22b92ead46740b1e7caa5cd71c484"
SRCREV = "1f512be500cecb392b24a154e83f0e7cd4655f3e"
S = "${WORKDIR}/git"