diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-22 17:04:14 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:06 +0100 |
| commit | e0c378d692bd4d08301b30949a71fd867de27a23 (patch) | |
| tree | c66604e203deb65a84734fa52a8cf9d1d0077870 /meta/recipes-graphics/piglit | |
| parent | cf6648d437b8110917e5d80f8ba2dc6e54145161 (diff) | |
| download | poky-e0c378d692bd4d08301b30949a71fd867de27a23.tar.gz | |
piglit: Add PACKAGECONFIG for glx and opencl
- Allow GLX tests to be disabled for systems that don't support it.
- Allow OpenCL tests to be enabled.
(From OE-Core rev: 53c90930fca17cdaec2a5492320a286b6db6bdda)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit')
| -rw-r--r-- | meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch (renamed from meta/recipes-graphics/piglit/piglit/0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch (renamed from meta/recipes-graphics/piglit/piglit/0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch (renamed from meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-add-missing-endian.h-check.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-graphics/piglit/piglit/0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch | 32 | ||||
| -rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 12 |
5 files changed, 39 insertions, 5 deletions
diff --git a/meta/recipes-graphics/piglit/piglit/0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch index 5d6ec368ba..5d6ec368ba 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch +++ b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | |||
diff --git a/meta/recipes-graphics/piglit/piglit/0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch index 16c7c5c803..16c7c5c803 100644 --- a/meta/recipes-graphics/piglit/piglit/0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch +++ b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | |||
diff --git a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-add-missing-endian.h-check.patch b/meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch index 68f783ebe4..68f783ebe4 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-add-missing-endian.h-check.patch +++ b/meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch | |||
diff --git a/meta/recipes-graphics/piglit/piglit/0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch b/meta/recipes-graphics/piglit/piglit/0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch new file mode 100644 index 0000000000..ef6fda0f4e --- /dev/null +++ b/meta/recipes-graphics/piglit/piglit/0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | From 13ff43fe760ac343b33d8e8c84b89886aac07116 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Tom Hochstein <tom.hochstein@nxp.com> | ||
| 3 | Date: Fri, 3 Jun 2022 10:44:29 -0500 | ||
| 4 | Subject: [PATCH] cmake: Don't enable GLX if tests are disabled | ||
| 5 | |||
| 6 | Allow building for systems that don't support GLX. | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/720] | ||
| 9 | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> | ||
| 10 | --- | ||
| 11 | CMakeLists.txt | 5 +---- | ||
| 12 | 1 file changed, 1 insertion(+), 4 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| 15 | index e1aeb5ddf..85e171aba 100644 | ||
| 16 | --- a/CMakeLists.txt | ||
| 17 | +++ b/CMakeLists.txt | ||
| 18 | @@ -134,10 +134,7 @@ if(PIGLIT_BUILD_CL_TESTS) | ||
| 19 | endif(PIGLIT_BUILD_CL_TESTS) | ||
| 20 | |||
| 21 | IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux") | ||
| 22 | - if(X11_FOUND AND OPENGL_gl_LIBRARY) | ||
| 23 | - # Assume the system has GLX. In the future, systems may exist | ||
| 24 | - # with libGL and libX11 but no GLX, but that world hasn't | ||
| 25 | - # arrived yet. | ||
| 26 | + if(X11_FOUND AND OPENGL_gl_LIBRARY AND PIGLIT_BUILD_GLX_TESTS) | ||
| 27 | set(PIGLIT_HAS_GLX True) | ||
| 28 | add_definitions(-DPIGLIT_HAS_GLX) | ||
| 29 | endif() | ||
| 30 | -- | ||
| 31 | 2.17.1 | ||
| 32 | |||
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 7c1bc89c22..29360a246b 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
| @@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \ | 9 | SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \ |
| 10 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ | 10 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ |
| 11 | file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ | 11 | file://0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ |
| 12 | file://0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ | 12 | file://0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ |
| 13 | file://0001-CMakeLists.txt-add-missing-endian.h-check.patch \ | 13 | file://0004-CMakeLists.txt-add-missing-endian.h-check.patch \ |
| 14 | " | 14 | file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch" |
| 15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
| 16 | 16 | ||
| 17 | SRCREV = "6403e90dc7da02d486906cddab8d02c2552a8d46" | 17 | SRCREV = "6403e90dc7da02d486906cddab8d02c2552a8d46" |
| @@ -36,8 +36,10 @@ REQUIRED_DISTRO_FEATURES += "opengl" | |||
| 36 | export TEMP = "${B}/temp/" | 36 | export TEMP = "${B}/temp/" |
| 37 | do_compile[dirs] =+ "${B}/temp/" | 37 | do_compile[dirs] =+ "${B}/temp/" |
| 38 | 38 | ||
| 39 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 39 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glx', '', d)}" |
| 40 | PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," | 40 | PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," |
| 41 | PACKAGECONFIG[glx] = "-DPIGLIT_BUILD_GLX_TESTS=ON,-DPIGLIT_BUILD_GLX_TESTS=OFF" | ||
| 42 | PACKAGECONFIG[opencl] = "-DPIGLIT_BUILD_CL_TESTS=ON,-DPIGLIT_BUILD_CL_TESTS=OFF,opencl-icd-loader" | ||
| 41 | PACKAGECONFIG[x11] = "-DPIGLIT_BUILD_GL_TESTS=ON,-DPIGLIT_BUILD_GL_TESTS=OFF,${X11_DEPS}, ${X11_RDEPS}" | 43 | PACKAGECONFIG[x11] = "-DPIGLIT_BUILD_GL_TESTS=ON,-DPIGLIT_BUILD_GL_TESTS=OFF,${X11_DEPS}, ${X11_RDEPS}" |
| 42 | PACKAGECONFIG[vulkan] = "-DPIGLIT_BUILD_VK_TESTS=ON,-DPIGLIT_BUILD_VK_TESTS=OFF,vulkan-loader" | 44 | PACKAGECONFIG[vulkan] = "-DPIGLIT_BUILD_VK_TESTS=ON,-DPIGLIT_BUILD_VK_TESTS=OFF,vulkan-loader" |
| 43 | 45 | ||
