From d36b704256edc1c89fa5c155802ec9c3f41a5c9a Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Dec 13 2024 21:21:59 +0000 Subject: [PATCH 1/2] Ignore firmware packages without use Devices requiring these firmware files are either completely useless (amd-ucode-firmware, intel-audio-firmware, qcom-firmware) or impossible to use without Thunderbolt/USB4 PCIe support. Even with Tb PCIe support the expected number of users is not large enough to ship this by default. Saves around 200MB of disk space for Fedora 41. --- diff --git a/components/base.xml b/components/base.xml index 786fa9f..958aab9 100644 --- a/components/base.xml +++ b/components/base.xml @@ -15,6 +15,14 @@ + + + + + + + + From 43ccd442552091f6ba7f16294db44bd2f28f6982 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Dec 14 2024 09:21:04 +0000 Subject: [PATCH 2/2] Merge branch 'rawhide' into f41 --- diff --git a/components/base.xml b/components/base.xml index 786fa9f..958aab9 100644 --- a/components/base.xml +++ b/components/base.xml @@ -15,6 +15,14 @@ + + + + + + + +