30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
From a70fcd5ea015580f83e9470fa65d7e5a657243f4 Mon Sep 17 00:00:00 2001
|
|
From: Adam Williamson <awilliam@redhat.com>
|
|
Date: Wed, 6 Oct 2021 14:19:47 -0700
|
|
Subject: [PATCH 1/3] runtime-cleanup: drop some Qualcomm smartphone firmwares
|
|
|
|
These firmwares are for Qualcomm smartphone chipsets (SM845 and
|
|
SM8250). Don't think they're any use in network install images.
|
|
|
|
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
|
---
|
|
share/templates.d/99-generic/runtime-cleanup.tmpl | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl
|
|
index 37c45338..5960c82b 100644
|
|
--- a/share/templates.d/99-generic/runtime-cleanup.tmpl
|
|
+++ b/share/templates.d/99-generic/runtime-cleanup.tmpl
|
|
@@ -231,6 +231,8 @@ removefrom linux-firmware /usr/lib/firmware/intel/IntcSST2.bin
|
|
removefrom linux-firmware /usr/lib/firmware/intel/fw_sst*
|
|
removefrom linux-firmware /usr/lib/firmware/intel/dsp*
|
|
removefrom linux-firmware /usr/lib/firmware/as102*
|
|
+removefrom linux-firmware /usr/lib/firmware/qcom/sdm845/*
|
|
+removefrom linux-firmware /usr/lib/firmware/qcom/sm8250/*
|
|
removefrom linux-firmware /usr/lib/firmware/qcom/venus*/*
|
|
removefrom linux-firmware /usr/lib/firmware/meson/vdec/*
|
|
removefrom linux-firmware /usr/lib/firmware/mellanox/mlxsw_spectrum*
|
|
--
|
|
2.32.0
|
|
|