Revert "kirkstone migration: fix mesa build on ccmp15-dvk"

Not needed anymore in our layer, as this has been fixed in meta-st-stm32mp.

This reverts commit 786e5c9e56.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-08-10 11:02:05 +02:00
parent 9e06877cc6
commit e21c78dd88
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# Copyright (C) 2022 Digi International.
#
# The bbappend in 'meta-st-stm32mp' layer misconfigured the PACKAGECONFIG
# options of the mesa package, leading to a build failure. This bbappends
# overrides the build configuration.
#
# @TODO: remove once the bbappend in 'meta-st-stm32mp' is fixed.
#
PACKAGECONFIG:ccmp15 = " \
gallium \
${@bb.utils.filter('DISTRO_FEATURES', 'x11 vulkan wayland', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm virgl', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'dri3', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
${@bb.utils.contains('TCLIBC', 'glibc', 'elf-tls', '', d)} \
"