mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
packagegroup-core-tools-testapps: add Piglit
Respect the OpenGL distro feature and if it's enabled, pull in piglit and mesa-tools. (From OE-Core rev: cd61c62ed30694eeb82e88e058a3a3e1bfb06f78) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a61beff329
commit
cfa396ba66
@@ -24,10 +24,14 @@ KEXECTOOLS_powerpc ?= ""
|
|||||||
KEXECTOOLS_e5500-64b ?= ""
|
KEXECTOOLS_e5500-64b ?= ""
|
||||||
KEXECTOOLS_aarch64 ?= ""
|
KEXECTOOLS_aarch64 ?= ""
|
||||||
|
|
||||||
|
GLTOOLS = "\
|
||||||
|
mesa-demos \
|
||||||
|
piglit \
|
||||||
|
"
|
||||||
|
|
||||||
X11TOOLS = "\
|
X11TOOLS = "\
|
||||||
fstests \
|
fstests \
|
||||||
owl-video \
|
owl-video \
|
||||||
mesa-demos \
|
|
||||||
x11perf \
|
x11perf \
|
||||||
xrestop \
|
xrestop \
|
||||||
xwininfo \
|
xwininfo \
|
||||||
@@ -48,4 +52,5 @@ RDEPENDS_${PN} = "\
|
|||||||
ltp \
|
ltp \
|
||||||
connman-client \
|
connman-client \
|
||||||
${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
|
${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
|
||||||
|
${@base_contains('DISTRO_FEATURES', 'opengl', "${GLTOOLS}", "", d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user