mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-16 15:35:45 +01:00
fixup! piglit: Disable gbm for 6 and 7
Note that the dma_buf tests do require gbm, so disable x11 since that enables dma_buf. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
6b311e8603
commit
61f575e51a
|
|
@ -5,6 +5,8 @@ SRC_URI += "file://0001-tests-Fix-cl-test-Include-Directories-error-Error-0-.pat
|
|||
PACKAGECONFIG:append = " \
|
||||
${PACKAGECONFIG_GBM} \
|
||||
${PACKAGECONFIG_VULKAN}"
|
||||
PACKAGECONFIG:remove = " \
|
||||
${PACKAGECONFIG_REMOVE_X11}"
|
||||
|
||||
PACKAGECONFIG_GBM ?= "gbm"
|
||||
PACKAGECONFIG_GBM:imxgpu:mx6-nxp-bsp = ""
|
||||
|
|
@ -12,4 +14,8 @@ PACKAGECONFIG_GBM:imxgpu:mx7-nxp-bsp = ""
|
|||
|
||||
PACKAGECONFIG_VULKAN ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
|
||||
|
||||
PACKAGECONFIG_REMOVE_X11 ?= ""
|
||||
PACKAGECONFIG_REMOVE_X11:imxgpu:mx6-nxp-bsp = "x11"
|
||||
PACKAGECONFIG_REMOVE_X11:imxgpu:mx7-nxp-bsp = "x11"
|
||||
|
||||
PACKAGECONFIG[gbm] = "-DPIGLIT_USE_GBM=1,-DPIGLIT_USE_GBM=0,virtual/libgbm"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user