Skip to content

Commit

Permalink
imx-gpu-sdk: Upgrade 6.1.0 -> 6.1.1
Browse files Browse the repository at this point in the history
Release 6.1.1
- GCC13 support.
- Small wayland bug fix.
- Vulkan.NativeWindowTest update.
- New 'feature' to make it easier to filter apps during testing.
- Scr version updated.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
  • Loading branch information
thochstein committed Jun 7, 2023
1 parent b39735f commit adbc236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-graphics/imx-gpu-sdk/imx-gpu-sdk-src.inc
@@ -1,4 +1,4 @@
SRC_URI = "${GPU_SDK_SRC};branch=${GPU_SDK_SRC_BRANCH}"
GPU_SDK_SRC ?= "git://github.com/nxp-imx/gtec-demo-framework.git;protocol=https"
GPU_SDK_SRC_BRANCH ?= "master"
SRCREV = "ed8a6ac85234b0aaa28ce0035286293240a5e02c"
SRCREV = "35bbd45ed6eac169a778bd154283771b9bf39be7"
Expand Up @@ -51,7 +51,8 @@ WINDOW_SYSTEM = \
bb.utils.contains('DISTRO_FEATURES', 'x11', 'X11', \
'FB', d), d)}"

FEATURES = "EarlyAccess,EGL,GoogleUnitTest,Lib_NlohmannJson,OpenVG"
FEATURES = "ConsoleHost,EarlyAccess,EGL,GoogleUnitTest,Lib_NlohmannJson,OpenVG,Test_RequireUserInputToExit,WindowHost"
FEATURES:append:imxgpu = ",HW_GPU_VIVANTE"
FEATURES:append:imxgpu2d = ",G2D"
FEATURES:append:imxgpu3d = ",OpenGLES2"
FEATURES:append = "${FEATURES_SOC}"
Expand Down

0 comments on commit adbc236

Please sign in to comment.