diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2024-04-24 11:59:18 -0700 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2024-04-24 16:17:06 -0700 |
| commit | cafd1568d94790cd951e1058fecf645d4daef09d (patch) | |
| tree | 197db9d677c65e4bf06fe37e996a811651653781 /recipes-graphics/imx-gpu-apitrace | |
| parent | 353ae2dd16fa6b525f9f2987feedf32c1d6bebbb (diff) | |
| download | meta-freescale-cafd1568d94790cd951e1058fecf645d4daef09d.tar.gz | |
imx-gpu-apitrace: Add support for i.MX 95
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb index a2f049a8e..7d97f4755 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | SUMMARY = "Samples for OpenGL ES" | 2 | SUMMARY = "Samples for OpenGL ES" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" |
| 5 | DEPENDS = "imx-gpu-viv zlib libpng procps" | 5 | DEPENDS = "zlib libpng procps" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/nxp-imx/apitrace-imx.git;protocol=https;branch=imx_10.0 \ | 7 | SRC_URI = "git://github.com/nxp-imx/apitrace-imx.git;protocol=https;branch=imx_10.0 \ |
| 8 | file://0001-dlsym-workaround-glibc-2.34-build-failure.patch \ | 8 | file://0001-dlsym-workaround-glibc-2.34-build-failure.patch \ |
| @@ -18,11 +18,13 @@ PACKAGECONFIG_BACKEND:mx6-nxp-bsp = " \ | |||
| 18 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ | 18 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ |
| 19 | '', d), d)} \ | 19 | '', d), d)} \ |
| 20 | " | 20 | " |
| 21 | PACKAGECONFIG_BACKEND:mx7-nxp-bsp = "${PACKAGECONFIG_BACKEND:mx6-nxp-bsp}" | 21 | PACKAGECONFIG_BACKEND:mx7-nxp-bsp = "${PACKAGECONFIG_BACKEND:mx6-nxp-bsp}" |
| 22 | PACKAGECONFIG_BACKEND:mx8-nxp-bsp = "waffle" | 22 | PACKAGECONFIG_BACKEND:mx8-nxp-bsp = "waffle" |
| 23 | PACKAGECONFIG_BACKEND:mx95-nxp-bsp = "waffle" | ||
| 23 | 24 | ||
| 24 | PACKAGECONFIG_GPU2D = "" | 25 | PACKAGECONFIG_GPU2D = "" |
| 25 | PACKAGECONFIG_GPU2D:imxgpu2d = "vivante" | 26 | PACKAGECONFIG_GPU2D:imxgpu2d = "vivante" |
| 27 | PACKAGECONFIG_GPU2D:mx95-nxp-bsp = "" | ||
| 26 | 28 | ||
| 27 | PACKAGECONFIG ??= " \ | 29 | PACKAGECONFIG ??= " \ |
| 28 | egl \ | 30 | egl \ |
