aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-03-12 07:14:11 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-03-12 07:14:11 -0400
commitff7affb8908875a94c539f02412585ab5fa3e538 (patch)
treef7778a6be9f558efaab99837e4b3127701b4ec90
parent12cb853ad9fdc5501bac6c6d65c1d8798d6ae55c (diff)
downloadkiwi-descriptions-ff7affb8908875a94c539f02412585ab5fa3e538.tar.gz
kiwi-descriptions-ff7affb8908875a94c539f02412585ab5fa3e538.zip
teams/cloud/container: Filter out mesa-va-drivers for s390x for Toolbox
VA-API does not exist in s390x, so we need this filtered out for that architecture.
-rw-r--r--teams/cloud/container.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml
index 4c25c74..448532d 100644
--- a/teams/cloud/container.xml
+++ b/teams/cloud/container.xml
@@ -184,7 +184,7 @@
<package name="man-db"/>
<package name="man-pages"/>
<package name="mesa-dri-drivers"/>
- <package name="mesa-va-drivers"/>
+ <package name="mesa-va-drivers" arch="aarch64,ppc64le,x86_64"/> <!-- doesn't exist in s390x -->
<package name="mesa-vulkan-drivers"/>
<package name="mtr"/>
<package name="nss-mdns"/>